Shades of Bondi Blue #119BAF
Tints of Bondi Blue #119BAF
RGB
CMYK
RGB Variations
Color information
#119BAF (or 0x119BAF) is known color: Bondi Blue. HEX triplet: 11, 9B and AF. RGB value is (17,155,175). Sum of RGB (Red+Green+Blue) = 17+155+175=347 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.90% from 347); Green value is 155 (60.94% from 255 or 44.67% from 347); Blue value is 175 (68.75% from 255 or 50.43% from 347); Max value from RGB is 175 - color contains mainly: blue. Hex color #119BAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119BAF is #EE6450. Grayscale: #737373. Windows color (decimal): -15623249 or 11508497. OLE color: 11508497.
HSL color Cylindrical-coordinate representation of color #119BAF: hue angle of 187.59º 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 #119BAF is Cyan = 0.90, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 17 | 155 | 175 | - |
| CMYK | 0.90 | 0.11 | 0 | 0.31 |
| HSL | 187.59º | 0.82% | 0.38% | - |
| HSV(B) | 187.59º | 0.9% | 0.69% | - |
| XYZ | 19.69 | 26.66 | 44.66 | - |
| YUV | 116.02 | 161.28 | 57.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 155 | 175 | 0.90 | 0.11 | 0 | 0.31 | 187.59 | 0.82 | 0.38 |
| Hex | 11 | 9B | AF | 5A | B | 0 | 1F | BC | 52 | 26 |
| Octal | 21 | 233 | 257 | 132 | 13 | 0 | 37 | 274 | 122 | 46 |
| Binary | 10001 | 10011011 | 10101111 | 1011010 | 1011 | 0 | 11111 | 10111100 | 1010010 | 100110 |
Color Harmonies of #119BAF
Complementary color
Monochromatic Colors of #119BAF
Black with #119BAF
Text Example
Text Example
White with #119BAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119BAF; }
p { color: rgb(17,155,175); }
H1.HeaderClassName
{
color: #119BAF;
}
.AnyTagClassName
{
color: #119BAF;
}
</style>
background-color css
<style>
a { background-color: #119BAF; }
a { background-color: rgb(17,155,175); }
div.DivClassName
{
background-color: #119BAF;
}
.BgClassName
{
background-color: #119BAF;
}
</style>
border-color css
<style>
span { border-color: #119BAF; }
span { border-color: rgb(17,155,175); }
td.TdClassName
{
border-color: #119BAF;
}
.TagClassName
{
border-color: #119BAF;
}
</style>