Shades of Bondi Blue #119CAC
Tints of Bondi Blue #119CAC
RGB
CMYK
RGB Variations
Color information
#119CAC (or 0x119CAC) is known color: Bondi Blue. HEX triplet: 11, 9C and AC. RGB value is (17,156,172). Sum of RGB (Red+Green+Blue) = 17+156+172=345 (45% of max value = 765). Red value is 17 (7.03% from 255 or 4.93% from 345); Green value is 156 (61.33% from 255 or 45.22% from 345); Blue value is 172 (67.58% from 255 or 49.86% from 345); Max value from RGB is 172 - color contains mainly: blue. Hex color #119CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #119CAC is #EE6353. Grayscale: #747474. Windows color (decimal): -15622996 or 11312145. OLE color: 11312145.
HSL color Cylindrical-coordinate representation of color #119CAC: hue angle of 186.19º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #119CAC is Cyan = 0.90, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 17 | 156 | 172 | - |
| CMYK | 0.90 | 0.09 | 0 | 0.33 |
| HSL | 186.19º | 0.82% | 0.37% | - |
| HSV(B) | 186.19º | 0.9% | 0.67% | - |
| XYZ | 19.57 | 26.87 | 43.19 | - |
| YUV | 116.26 | 159.45 | 57.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 17 | 156 | 172 | 0.90 | 0.09 | 0 | 0.33 | 186.19 | 0.82 | 0.37 |
| Hex | 11 | 9C | AC | 5A | 9 | 0 | 21 | BA | 52 | 25 |
| Octal | 21 | 234 | 254 | 132 | 11 | 0 | 41 | 272 | 122 | 45 |
| Binary | 10001 | 10011100 | 10101100 | 1011010 | 1001 | 0 | 100001 | 10111010 | 1010010 | 100101 |
Color Harmonies of #119CAC
Complementary color
Monochromatic Colors of #119CAC
Black with #119CAC
Text Example
Text Example
White with #119CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #119CAC; }
p { color: rgb(17,156,172); }
H1.HeaderClassName
{
color: #119CAC;
}
.AnyTagClassName
{
color: #119CAC;
}
</style>
background-color css
<style>
a { background-color: #119CAC; }
a { background-color: rgb(17,156,172); }
div.DivClassName
{
background-color: #119CAC;
}
.BgClassName
{
background-color: #119CAC;
}
</style>
border-color css
<style>
span { border-color: #119CAC; }
span { border-color: rgb(17,156,172); }
td.TdClassName
{
border-color: #119CAC;
}
.TagClassName
{
border-color: #119CAC;
}
</style>