Shades of Bondi Blue #019DAA
Tints of Bondi Blue #019DAA
RGB
CMYK
RGB Variations
Color information
#019DAA (or 0x019DAA) is known color: Bondi Blue. HEX triplet: 01, 9D and AA. RGB value is (1,157,170). Sum of RGB (Red+Green+Blue) = 1+157+170=328 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 328); Green value is 157 (61.72% from 255 or 47.87% from 328); Blue value is 170 (66.80% from 255 or 51.83% from 328); Max value from RGB is 170 - color contains mainly: blue. Hex color #019DAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019DAA is #FE6255. Grayscale: #6F6F6F. Windows color (decimal): -16671318 or 11181313. OLE color: 11181313.
HSL color Cylindrical-coordinate representation of color #019DAA: hue angle of 184.62º 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 #019DAA is Cyan = 0.99, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 157 | 170 | - |
| CMYK | 0.99 | 0.08 | 0 | 0.33 |
| HSL | 184.62º | 0.99% | 0.34% | - |
| HSV(B) | 184.62º | 0.99% | 0.67% | - |
| XYZ | 19.33 | 27.02 | 42.23 | - |
| YUV | 111.84 | 160.82 | 48.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 157 | 170 | 0.99 | 0.08 | 0 | 0.33 | 184.62 | 0.99 | 0.34 |
| Hex | 1 | 9D | AA | 63 | 8 | 0 | 21 | B9 | 63 | 22 |
| Octal | 1 | 235 | 252 | 143 | 10 | 0 | 41 | 271 | 143 | 42 |
| Binary | 1 | 10011101 | 10101010 | 1100011 | 1000 | 0 | 100001 | 10111001 | 1100011 | 100010 |
Color Harmonies of #019DAA
Complementary color
Monochromatic Colors of #019DAA
Black with #019DAA
Text Example
Text Example
White with #019DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019DAA; }
p { color: rgb(1,157,170); }
H1.HeaderClassName
{
color: #019DAA;
}
.AnyTagClassName
{
color: #019DAA;
}
</style>
background-color css
<style>
a { background-color: #019DAA; }
a { background-color: rgb(1,157,170); }
div.DivClassName
{
background-color: #019DAA;
}
.BgClassName
{
background-color: #019DAA;
}
</style>
border-color css
<style>
span { border-color: #019DAA; }
span { border-color: rgb(1,157,170); }
td.TdClassName
{
border-color: #019DAA;
}
.TagClassName
{
border-color: #019DAA;
}
</style>