Shades of Bondi Blue #008CAF
Tints of Bondi Blue #008CAF
RGB
CMYK
RGB Variations
Color information
#008CAF (or 0x008CAF) is known color: Bondi Blue. HEX triplet: 00, 8C and AF. RGB value is (0,140,175). Sum of RGB (Red+Green+Blue) = 0+140+175=315 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 315); Green value is 140 (55.08% from 255 or 44.44% from 315); Blue value is 175 (68.75% from 255 or 55.56% from 315); Max value from RGB is 175 - color contains mainly: blue. Hex color #008CAF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #008CAF is #FF7350. Grayscale: #656565. Windows color (decimal): -16741201 or 11504640. OLE color: 11504640.
HSL color Cylindrical-coordinate representation of color #008CAF: hue angle of 192º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008CAF is Cyan = 1, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 140 | 175 | - |
| CMYK | 1 | 0.2 | 0 | 0.31 |
| HSL | 192º | 1% | 0.34% | - |
| HSV(B) | 192º | 1% | 0.69% | - |
| XYZ | 17.12 | 21.85 | 43.87 | - |
| YUV | 102.13 | 169.12 | 55.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 140 | 175 | 1 | 0.2 | 0 | 0.31 | 192 | 1 | 0.34 |
| Hex | 0 | 8C | AF | 64 | 14 | 0 | 1F | C0 | 64 | 22 |
| Octal | 0 | 214 | 257 | 144 | 24 | 0 | 37 | 300 | 144 | 42 |
| Binary | 0 | 10001100 | 10101111 | 1100100 | 10100 | 0 | 11111 | 11000000 | 1100100 | 100010 |
Color Harmonies of #008CAF
Complementary color
Monochromatic Colors of #008CAF
Black with #008CAF
Text Example
Text Example
White with #008CAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008CAF; }
p { color: rgb(0,140,175); }
H1.HeaderClassName
{
color: #008CAF;
}
.AnyTagClassName
{
color: #008CAF;
}
</style>
background-color css
<style>
a { background-color: #008CAF; }
a { background-color: rgb(0,140,175); }
div.DivClassName
{
background-color: #008CAF;
}
.BgClassName
{
background-color: #008CAF;
}
</style>
border-color css
<style>
span { border-color: #008CAF; }
span { border-color: rgb(0,140,175); }
td.TdClassName
{
border-color: #008CAF;
}
.TagClassName
{
border-color: #008CAF;
}
</style>