Shades of Bondi Blue #019AB8
Tints of Bondi Blue #019AB8
RGB
CMYK
RGB Variations
Color information
#019AB8 (or 0x019AB8) is known color: Bondi Blue. HEX triplet: 01, 9A and B8. RGB value is (1,154,184). Sum of RGB (Red+Green+Blue) = 1+154+184=339 (44% of max value = 765). Red value is 1 (0.78% from 255 or 0.29% from 339); Green value is 154 (60.55% from 255 or 45.43% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #019AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #019AB8 is #FE6547. Grayscale: #6F6F6F. Windows color (decimal): -16672072 or 12098049. OLE color: 12098049.
HSL color Cylindrical-coordinate representation of color #019AB8: hue angle of 189.84º degrees, saturation: 0.99, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019AB8 is Cyan = 0.99, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 1 | 154 | 184 | - |
| CMYK | 0.99 | 0.16 | 0 | 0.28 |
| HSL | 189.84º | 0.99% | 0.36% | - |
| HSV(B) | 189.84º | 0.99% | 0.72% | - |
| XYZ | 20.22 | 26.58 | 49.41 | - |
| YUV | 111.67 | 168.81 | 49.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 1 | 154 | 184 | 0.99 | 0.16 | 0 | 0.28 | 189.84 | 0.99 | 0.36 |
| Hex | 1 | 9A | B8 | 63 | 10 | 0 | 1C | BE | 63 | 24 |
| Octal | 1 | 232 | 270 | 143 | 20 | 0 | 34 | 276 | 143 | 44 |
| Binary | 1 | 10011010 | 10111000 | 1100011 | 10000 | 0 | 11100 | 10111110 | 1100011 | 100100 |
Color Harmonies of #019AB8
Complementary color
Monochromatic Colors of #019AB8
Black with #019AB8
Text Example
Text Example
White with #019AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #019AB8; }
p { color: rgb(1,154,184); }
H1.HeaderClassName
{
color: #019AB8;
}
.AnyTagClassName
{
color: #019AB8;
}
</style>
background-color css
<style>
a { background-color: #019AB8; }
a { background-color: rgb(1,154,184); }
div.DivClassName
{
background-color: #019AB8;
}
.BgClassName
{
background-color: #019AB8;
}
</style>
border-color css
<style>
span { border-color: #019AB8; }
span { border-color: rgb(1,154,184); }
td.TdClassName
{
border-color: #019AB8;
}
.TagClassName
{
border-color: #019AB8;
}
</style>