#1196AB

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

Shades of Bondi Blue #1196AB

Tints of Bondi Blue #1196AB

Color information

#1196AB (or 0x1196AB) is unknown color: approx Bondi Blue. HEX triplet: 11, 96 and AB. RGB value is (17,150,171). Sum of RGB (Red+Green+Blue) = 17+150+171=338 (44% of max value = 765). Red value is 17 (7.03% from 255 or 5.03% from 338); Green value is 150 (58.98% from 255 or 44.38% from 338); Blue value is 171 (67.19% from 255 or 50.59% from 338); Max value from RGB is 171 - color contains mainly: blue. Hex color #1196AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #1196AB is #EE6954. Grayscale: #707070. Windows color (decimal): -15624533 or 11245073. OLE color: 11245073.

HSL color Cylindrical-coordinate representation of color #1196AB: hue angle of 188.18º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1196AB is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB17150171-
CMYK0.900.1200.33
HSL188.18º81.91%36.86%-
HSV(B)188.18º90.06%67.06%-
XYZ18.4924.8742.35-
YUV112.63160.9459.79-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 5.03%
GREEN value IS 150 (58.98% from 255) = 44.38%
BLUE value IS 171 (67.19% from 255) = 50.59%
R=5.03%
G=44.38%
B=50.59%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal171501710.900.1200.33188.1881.9136.86
Hex1196AB5AC021bc5225
Octal212262531321404127412245
Binary100011001011010101011101101011000100001101111001010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1196AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1196AB; }

 p { color: rgb(17,150,171); }

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

<style>
 a { background-color: #1196AB; }

 a { background-color: rgb(17,150,171); }

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

<style>
 span { border-color: #1196AB; }

 span { border-color: rgb(17,150,171); }

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