Shades of Bondi Blue #119AAE
Tints of Bondi Blue #119AAE
RGB
CMYK
RGB Variations
Color information
#119AAE (or 0x119AAE) is known color: Bondi Blue. HEX triplet: 11, 9A and AE. RGB value is (17,154,174). Sum of RGB (Red+Green+Blue) = 17+154+174=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 174 (68.36% from 255 or 50.43% from 345); Max value from RGB is 174 - color contains mainly: blue. Hex color #119AAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AAE is #EE6551. Grayscale: #737373. Windows color (decimal): -15623506 or 11442705. OLE color: 11442705.
HSL color Cylindrical-coordinate representation of color #119AAE: hue angle of 187.64º 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 #119AAE is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 17 | 154 | 174 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.32 |
| HSL | 187.64º | 0.82% | 0.37% | - |
| HSV(B) | 187.64º | 0.9% | 0.68% | - |
| XYZ | 19.43 | 26.29 | 44.09 | - |
| YUV | 115.32 | 161.11 | 57.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 174 | 0.90 | 0.11 | 0 | 0.32 | 187.64 | 0.82 | 0.37 |
| Hex | 11 | 9A | AE | 5A | B | 0 | 20 | BC | 52 | 25 |
| Octal | 21 | 232 | 256 | 132 | 13 | 0 | 40 | 274 | 122 | 45 |
| Binary | 10001 | 10011010 | 10101110 | 1011010 | 1011 | 0 | 100000 | 10111100 | 1010010 | 100101 |
Color Harmonies of #119AAE
Complementary color
Monochromatic Colors of #119AAE
Black with #119AAE
Text Example
Text Example
White with #119AAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AAE; }
p { color: rgb(17,154,174); }
H1.HeaderClassName
{
color: #119AAE;
}
.AnyTagClassName
{
color: #119AAE;
}
</style>
background-color css
<style>
a { background-color: #119AAE; }
a { background-color: rgb(17,154,174); }
div.DivClassName
{
background-color: #119AAE;
}
.BgClassName
{
background-color: #119AAE;
}
</style>
border-color css
<style>
span { border-color: #119AAE; }
span { border-color: rgb(17,154,174); }
td.TdClassName
{
border-color: #119AAE;
}
.TagClassName
{
border-color: #119AAE;
}
</style>