#1089B6

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

Shades of Bondi Blue #1089B6

Tints of Bondi Blue #1089B6

Color information

#1089B6 (or 0x1089B6) is unknown color: approx Bondi Blue. HEX triplet: 10, 89 and B6. RGB value is (16,137,182). Sum of RGB (Red+Green+Blue) = 16+137+182=335 (44% of max value = 765). Red value is 16 (6.64% from 255 or 4.78% from 335); Green value is 137 (53.91% from 255 or 40.90% from 335); Blue value is 182 (71.48% from 255 or 54.33% from 335); Max value from RGB is 182 - color contains mainly: blue. Hex color #1089B6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1089B6 is #EF7649. Grayscale: #696969. Windows color (decimal): -15693386 or 11962640. OLE color: 11962640.

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

Color convert

RGB16137182-
CMYK0.910.2500.29
HSL196.27º83.84%38.82%-
HSV(B)196.27º91.21%71.37%-
XYZ17.621.3847.45-
YUV105.95170.9163.84-

RGB Variations

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

RGB

RED value IS 16 (6.64% from 255) = 4.78%
GREEN value IS 137 (53.91% from 255) = 40.90%
BLUE value IS 182 (71.48% from 255) = 54.33%
R=4.78%
G=40.90%
B=54.33%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal161371820.910.2500.29196.2783.8438.82
Hex1089B65B1901Dc45427
Octal202112661333103530412447
Binary100001000100110110110101101111001011101110001001010100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1089B6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1089B6; }

 p { color: rgb(16,137,182); }

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

<style>
 a { background-color: #1089B6; }

 a { background-color: rgb(16,137,182); }

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

<style>
 span { border-color: #1089B6; }

 span { border-color: rgb(16,137,182); }

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