Shades of Bondi Blue #008AB8
Tints of Bondi Blue #008AB8
RGB
CMYK
RGB Variations
Color information
#008AB8 (or 0x008AB8) is known color: Bondi Blue. HEX triplet: 00, 8A and B8. RGB value is (0,138,184). Sum of RGB (Red+Green+Blue) = 0+138+184=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 138 (54.30% from 255 or 42.86% from 322); Blue value is 184 (72.27% from 255 or 57.14% from 322); Max value from RGB is 184 - color contains mainly: blue. Hex color #008AB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008AB8 is #FF7547. Grayscale: #656565. Windows color (decimal): -16741704 or 12093952. OLE color: 12093952.
HSL color Cylindrical-coordinate representation of color #008AB8: hue angle of 195º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008AB8 is Cyan = 1, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 138 | 184 | - |
| CMYK | 1 | 0.25 | 0 | 0.28 |
| HSL | 195º | 1% | 0.36% | - |
| HSV(B) | 195º | 1% | 0.72% | - |
| XYZ | 17.74 | 21.64 | 48.59 | - |
| YUV | 101.98 | 174.28 | 55.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 138 | 184 | 1 | 0.25 | 0 | 0.28 | 195 | 1 | 0.36 |
| Hex | 0 | 8A | B8 | 64 | 19 | 0 | 1C | C3 | 64 | 24 |
| Octal | 0 | 212 | 270 | 144 | 31 | 0 | 34 | 303 | 144 | 44 |
| Binary | 0 | 10001010 | 10111000 | 1100100 | 11001 | 0 | 11100 | 11000011 | 1100100 | 100100 |
Color Harmonies of #008AB8
Complementary color
Monochromatic Colors of #008AB8
Black with #008AB8
Text Example
Text Example
White with #008AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008AB8; }
p { color: rgb(0,138,184); }
H1.HeaderClassName
{
color: #008AB8;
}
.AnyTagClassName
{
color: #008AB8;
}
</style>
background-color css
<style>
a { background-color: #008AB8; }
a { background-color: rgb(0,138,184); }
div.DivClassName
{
background-color: #008AB8;
}
.BgClassName
{
background-color: #008AB8;
}
</style>
border-color css
<style>
span { border-color: #008AB8; }
span { border-color: rgb(0,138,184); }
td.TdClassName
{
border-color: #008AB8;
}
.TagClassName
{
border-color: #008AB8;
}
</style>