#119CAE

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

Shades of Bondi Blue #119CAE

Tints of Bondi Blue #119CAE

Color information

#119CAE (or 0x119CAE) is unknown color: approx Bondi Blue. HEX triplet: 11, 9C and AE. RGB value is (17,156,174). Sum of RGB (Red+Green+Blue) = 17+156+174=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 156 (61.33% from 255 or 44.96% from 347); Blue value is 174 (68.36% from 255 or 50.14% from 347); Max value from RGB is 174 - color contains mainly: blue. Hex color #119CAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CAE is #EE6351. Grayscale: #747474. Windows color (decimal): -15622994 or 11443217. OLE color: 11443217.

HSL color Cylindrical-coordinate representation of color #119CAE: hue angle of 186.88º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119CAE is Cyan = 0.90, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB17156174-
CMYK0.900.1000.32
HSL186.88º82.2%37.45%-
HSV(B)186.88º90.23%68.24%-
XYZ19.7626.9544.21-
YUV116.49160.4557.04-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.90%
GREEN value IS 156 (61.33% from 255) = 44.96%
BLUE value IS 174 (68.36% from 255) = 50.14%
R=4.90%
G=44.96%
B=50.14%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal171561740.900.1000.32186.8882.237.45
Hex119CAE5AA020bb5225
Octal212342561321204027312245
Binary100011001110010101110101101010100100000101110111010010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119CAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #119CAE; }

 p { color: rgb(17,156,174); }

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

<style>
 a { background-color: #119CAE; }

 a { background-color: rgb(17,156,174); }

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

<style>
 span { border-color: #119CAE; }

 span { border-color: rgb(17,156,174); }

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