Shades of Bondi Blue #119AAF
Tints of Bondi Blue #119AAF
RGB
CMYK
RGB Variations
Color information
#119AAF (or 0x119AAF) is known color: Bondi Blue. HEX triplet: 11, 9A and AF. RGB value is (17,154,175). Sum of RGB (Red+Green+Blue) = 17+154+175=346 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.91% from 346); Green value is 154 (60.55% from 255 or 44.51% from 346); Blue value is 175 (68.75% from 255 or 50.58% from 346); Max value from RGB is 175 - color contains mainly: blue. Hex color #119AAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119AAF is #EE6550. Grayscale: #737373. Windows color (decimal): -15623505 or 11508241. OLE color: 11508241.
HSL color Cylindrical-coordinate representation of color #119AAF: hue angle of 187.97º 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 #119AAF is Cyan = 0.90, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 154 | 175 | - |
| CMYK | 0.90 | 0.12 | 0 | 0.31 |
| HSL | 187.97º | 0.82% | 0.38% | - |
| HSV(B) | 187.97º | 0.9% | 0.69% | - |
| XYZ | 19.52 | 26.33 | 44.61 | - |
| YUV | 115.43 | 161.61 | 57.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 154 | 175 | 0.90 | 0.12 | 0 | 0.31 | 187.97 | 0.82 | 0.38 |
| Hex | 11 | 9A | AF | 5A | C | 0 | 1F | BC | 52 | 26 |
| Octal | 21 | 232 | 257 | 132 | 14 | 0 | 37 | 274 | 122 | 46 |
| Binary | 10001 | 10011010 | 10101111 | 1011010 | 1100 | 0 | 11111 | 10111100 | 1010010 | 100110 |
Color Harmonies of #119AAF
Complementary color
Monochromatic Colors of #119AAF
Black with #119AAF
Text Example
Text Example
White with #119AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119AAF; }
p { color: rgb(17,154,175); }
H1.HeaderClassName
{
color: #119AAF;
}
.AnyTagClassName
{
color: #119AAF;
}
</style>
background-color css
<style>
a { background-color: #119AAF; }
a { background-color: rgb(17,154,175); }
div.DivClassName
{
background-color: #119AAF;
}
.BgClassName
{
background-color: #119AAF;
}
</style>
border-color css
<style>
span { border-color: #119AAF; }
span { border-color: rgb(17,154,175); }
td.TdClassName
{
border-color: #119AAF;
}
.TagClassName
{
border-color: #119AAF;
}
</style>