Shades of Bondi Blue #019DAB
Tints of Bondi Blue #019DAB
RGB
CMYK
RGB Variations
Color information
#019DAB (or 0x019DAB) is known color: Bondi Blue. HEX triplet: 01, 9D and AB. RGB value is (1,157,171). Sum of RGB (Red+Green+Blue) = 1+157+171=329 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 329); Green value is 157 (61.72% from 255 or 47.72% from 329); Blue value is 171 (67.19% from 255 or 51.98% from 329); Max value from RGB is 171 - color contains mainly: blue. Hex color #019DAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DAB is #FE6254. Grayscale: #6F6F6F. Windows color (decimal): -16671317 or 11246849. OLE color: 11246849.
HSL color Cylindrical-coordinate representation of color #019DAB: hue angle of 184.94º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019DAB is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 157 | 171 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.33 |
| HSL | 184.94º | 0.99% | 0.34% | - |
| HSV(B) | 184.94º | 0.99% | 0.67% | - |
| XYZ | 19.42 | 27.06 | 42.73 | - |
| YUV | 111.95 | 161.32 | 48.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 171 | 0.99 | 0.08 | 0 | 0.33 | 184.94 | 0.99 | 0.34 |
| Hex | 1 | 9D | AB | 63 | 8 | 0 | 21 | B9 | 63 | 22 |
| Octal | 1 | 235 | 253 | 143 | 10 | 0 | 41 | 271 | 143 | 42 |
| Binary | 1 | 10011101 | 10101011 | 1100011 | 1000 | 0 | 100001 | 10111001 | 1100011 | 100010 |
Color Harmonies of #019DAB
Complementary color
Monochromatic Colors of #019DAB
Black with #019DAB
Text Example
Text Example
White with #019DAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DAB; }
p { color: rgb(1,157,171); }
H1.HeaderClassName
{
color: #019DAB;
}
.AnyTagClassName
{
color: #019DAB;
}
</style>
background-color css
<style>
a { background-color: #019DAB; }
a { background-color: rgb(1,157,171); }
div.DivClassName
{
background-color: #019DAB;
}
.BgClassName
{
background-color: #019DAB;
}
</style>
border-color css
<style>
span { border-color: #019DAB; }
span { border-color: rgb(1,157,171); }
td.TdClassName
{
border-color: #019DAB;
}
.TagClassName
{
border-color: #019DAB;
}
</style>