Shades of Bondi Blue #019FAA
Tints of Bondi Blue #019FAA
RGB
CMYK
RGB Variations
Color information
#019FAA (or 0x019FAA) is known color: Bondi Blue. HEX triplet: 01, 9F and AA. RGB value is (1,159,170). Sum of RGB (Red+Green+Blue) = 1+159+170=330 (43% of max value = 765). Red value is 1 (0.78% from 255 or 0.30% from 330); Green value is 159 (62.5% from 255 or 48.18% from 330); Blue value is 170 (66.80% from 255 or 51.52% from 330); Max value from RGB is 170 - color contains mainly: blue. Hex color #019FAA is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #019FAA is #FE6055. Grayscale: #707070. Windows color (decimal): -16670806 or 11181825. OLE color: 11181825.
HSL color Cylindrical-coordinate representation of color #019FAA: hue angle of 183.91º 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 #019FAA is Cyan = 0.99, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 1 | 159 | 170 | - |
| CMYK | 0.99 | 0.06 | 0 | 0.33 |
| HSL | 183.91º | 0.99% | 0.34% | - |
| HSV(B) | 183.91º | 0.99% | 0.67% | - |
| XYZ | 19.67 | 27.71 | 42.34 | - |
| YUV | 113.01 | 160.15 | 48.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 159 | 170 | 0.99 | 0.06 | 0 | 0.33 | 183.91 | 0.99 | 0.34 |
| Hex | 1 | 9F | AA | 63 | 6 | 0 | 21 | B8 | 63 | 22 |
| Octal | 1 | 237 | 252 | 143 | 6 | 0 | 41 | 270 | 143 | 42 |
| Binary | 1 | 10011111 | 10101010 | 1100011 | 110 | 0 | 100001 | 10111000 | 1100011 | 100010 |
Color Harmonies of #019FAA
Complementary color
Monochromatic Colors of #019FAA
Black with #019FAA
Text Example
Text Example
White with #019FAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019FAA; }
p { color: rgb(1,159,170); }
H1.HeaderClassName
{
color: #019FAA;
}
.AnyTagClassName
{
color: #019FAA;
}
</style>
background-color css
<style>
a { background-color: #019FAA; }
a { background-color: rgb(1,159,170); }
div.DivClassName
{
background-color: #019FAA;
}
.BgClassName
{
background-color: #019FAA;
}
</style>
border-color css
<style>
span { border-color: #019FAA; }
span { border-color: rgb(1,159,170); }
td.TdClassName
{
border-color: #019FAA;
}
.TagClassName
{
border-color: #019FAA;
}
</style>