Shades of Bondi Blue #019CAD
Tints of Bondi Blue #019CAD
RGB
CMYK
RGB Variations
Color information
#019CAD (or 0x019CAD) is known color: Bondi Blue. HEX triplet: 01, 9C and AD. RGB value is (1,156,173). Sum of RGB (Red+Green+Blue) = 1+156+173=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 173 (67.97% from 255 or 52.42% from 330); Max value from RGB is 173 - color contains mainly: blue. Hex color #019CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019CAD is #FE6352. Grayscale: #6F6F6F. Windows color (decimal): -16671571 or 11377665. OLE color: 11377665.
HSL color Cylindrical-coordinate representation of color #019CAD: hue angle of 185.93º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019CAD is Cyan = 0.99, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 1 | 156 | 173 | - |
| CMYK | 0.99 | 0.10 | 0 | 0.32 |
| HSL | 185.93º | 0.99% | 0.34% | - |
| HSV(B) | 185.93º | 0.99% | 0.68% | - |
| XYZ | 19.44 | 26.8 | 43.68 | - |
| YUV | 111.59 | 162.65 | 49.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 156 | 173 | 0.99 | 0.10 | 0 | 0.32 | 185.93 | 0.99 | 0.34 |
| Hex | 1 | 9C | AD | 63 | A | 0 | 20 | BA | 63 | 22 |
| Octal | 1 | 234 | 255 | 143 | 12 | 0 | 40 | 272 | 143 | 42 |
| Binary | 1 | 10011100 | 10101101 | 1100011 | 1010 | 0 | 100000 | 10111010 | 1100011 | 100010 |
Color Harmonies of #019CAD
Complementary color
Monochromatic Colors of #019CAD
Black with #019CAD
Text Example
Text Example
White with #019CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019CAD; }
p { color: rgb(1,156,173); }
H1.HeaderClassName
{
color: #019CAD;
}
.AnyTagClassName
{
color: #019CAD;
}
</style>
background-color css
<style>
a { background-color: #019CAD; }
a { background-color: rgb(1,156,173); }
div.DivClassName
{
background-color: #019CAD;
}
.BgClassName
{
background-color: #019CAD;
}
</style>
border-color css
<style>
span { border-color: #019CAD; }
span { border-color: rgb(1,156,173); }
td.TdClassName
{
border-color: #019CAD;
}
.TagClassName
{
border-color: #019CAD;
}
</style>