Shades of Bondi Blue #119DAD
Tints of Bondi Blue #119DAD
RGB
CMYK
RGB Variations
Color information
#119DAD (or 0x119DAD) is known color: Bondi Blue. HEX triplet: 11, 9D and AD. RGB value is (17,157,173). Sum of RGB (Red+Green+Blue) = 17+157+173=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 157 (61.72% from 255 or 45.24% from 347); Blue value is 173 (67.97% from 255 or 49.86% from 347); Max value from RGB is 173 - color contains mainly: blue. Hex color #119DAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119DAD is #EE6252. Grayscale: #747474. Windows color (decimal): -15622739 or 11377937. OLE color: 11377937.
HSL color Cylindrical-coordinate representation of color #119DAD: hue angle of 186.15º 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 #119DAD is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 157 | 173 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.32 |
| HSL | 186.15º | 0.82% | 0.37% | - |
| HSV(B) | 186.15º | 0.9% | 0.68% | - |
| XYZ | 19.83 | 27.25 | 43.75 | - |
| YUV | 116.96 | 159.62 | 56.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 157 | 173 | 0.90 | 0.09 | 0 | 0.32 | 186.15 | 0.82 | 0.37 |
| Hex | 11 | 9D | AD | 5A | 9 | 0 | 20 | BA | 52 | 25 |
| Octal | 21 | 235 | 255 | 132 | 11 | 0 | 40 | 272 | 122 | 45 |
| Binary | 10001 | 10011101 | 10101101 | 1011010 | 1001 | 0 | 100000 | 10111010 | 1010010 | 100101 |
Color Harmonies of #119DAD
Complementary color
Monochromatic Colors of #119DAD
Black with #119DAD
Text Example
Text Example
White with #119DAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119DAD; }
p { color: rgb(17,157,173); }
H1.HeaderClassName
{
color: #119DAD;
}
.AnyTagClassName
{
color: #119DAD;
}
</style>
background-color css
<style>
a { background-color: #119DAD; }
a { background-color: rgb(17,157,173); }
div.DivClassName
{
background-color: #119DAD;
}
.BgClassName
{
background-color: #119DAD;
}
</style>
border-color css
<style>
span { border-color: #119DAD; }
span { border-color: rgb(17,157,173); }
td.TdClassName
{
border-color: #119DAD;
}
.TagClassName
{
border-color: #119DAD;
}
</style>