#1088b4

Color #1088B4 Bondi Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Bondi Blue #1088B4

Tints of Bondi Blue #1088B4

Color information

#1088B4 (or 0x1088B4) is unknown color: approx Bondi Blue. HEX triplet: 10, 88 and B4. RGB value is (16,136,180). Sum of RGB (Red+Green+Blue) = 16+136+180=332 (43% of max value = 765). Red value is 16 (6.64% from 255 or 4.82% from 332); Green value is 136 (53.52% from 255 or 40.96% from 332); Blue value is 180 (70.70% from 255 or 54.22% from 332); Max value from RGB is 180 - color contains mainly: blue. Hex color #1088B4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1088B4 is #EF774B. Grayscale: #686868. Windows color (decimal): -15693644 or 11831312. OLE color: 11831312.

HSL color Cylindrical-coordinate representation of color #1088B4: hue angle of 196.1º degrees, saturation: 0.84, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #1088B4 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16136180-
CMYK0.910.2400.29
HSL196.1º83.67%38.43%-
HSV(B)196.1º91.11%70.59%-
XYZ17.2621.0146.33-
YUV105.14170.2464.42-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 16 (6.64% from 255) = 4.82%
GREEN value IS 136 (53.52% from 255) = 40.96%
BLUE value IS 180 (70.70% from 255) = 54.22%
R=4.82%
G=40.96%
B=54.22%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161361800.910.2400.29196.183.6738.43
Hex1088B45B1801Dc45426
Octal202102641333003530412446
Binary100001000100010110100101101111000011101110001001010100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1088b4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1088b4; }

 p { color: rgb(16,136,180); }

 H1.HeaderClassName
 {
   color: #1088b4;
 }
 .AnyTagClassName
 {
   color: #1088b4;
 }
</style>
background-color css

<style>
 a { background-color: #1088b4; }

 a { background-color: rgb(16,136,180); }

 div.DivClassName
 {
   background-color: #1088b4;
 }
 .BgClassName
 {
   background-color: #1088b4;
 }
</style>
border-color css

<style>
 span { border-color: #1088b4; }

 span { border-color: rgb(16,136,180); }

 td.TdClassName
 {
   border-color: #1088b4;
 }
 .TagClassName
 {
   border-color: #1088b4;
 }
</style>