#119FAF

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

Shades of Bondi Blue #119FAF

Tints of Bondi Blue #119FAF

Color information

#119FAF (or 0x119FAF) is unknown color: approx Bondi Blue. HEX triplet: 11, 9F and AF. RGB value is (17,159,175). Sum of RGB (Red+Green+Blue) = 17+159+175=351 (46% of max value = 765). Red value is 17 (7.03% from 255 or 4.84% from 351); Green value is 159 (62.5% from 255 or 45.30% from 351); Blue value is 175 (68.75% from 255 or 49.86% from 351); Max value from RGB is 175 - color contains mainly: blue. Hex color #119FAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119FAF is #EE6050. Grayscale: #767676. Windows color (decimal): -15622225 or 11509521. OLE color: 11509521.

HSL color Cylindrical-coordinate representation of color #119FAF: hue angle of 186.08º degrees, saturation: 0.82, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119FAF is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB17159175-
CMYK0.900.0900.31
HSL186.08º82.29%37.65%-
HSV(B)186.08º90.29%68.63%-
XYZ20.3728.0144.89-
YUV118.37159.9655.7-

RGB Variations

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

RGB

RED value IS 17 (7.03% from 255) = 4.84%
GREEN value IS 159 (62.5% from 255) = 45.30%
BLUE value IS 175 (68.75% from 255) = 49.86%
R=4.84%
G=45.30%
B=49.86%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal171591750.900.0900.31186.0882.2937.65
Hex119FAF5A901Fba5226
Octal212372571321103727212246
Binary10001100111111010111110110101001011111101110101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #119FAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(17,159,175); }

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

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

 a { background-color: rgb(17,159,175); }

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

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

 span { border-color: rgb(17,159,175); }

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