Shades of Bondi Blue #0088AF
Tints of Bondi Blue #0088AF
RGB
CMYK
RGB Variations
Color information
#0088AF (or 0x0088AF) is known color: Bondi Blue. HEX triplet: 00, 88 and AF. RGB value is (0,136,175). Sum of RGB (Red+Green+Blue) = 0+136+175=311 (41% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 311); Green value is 136 (53.52% from 255 or 43.73% from 311); Blue value is 175 (68.75% from 255 or 56.27% from 311); Max value from RGB is 175 - color contains mainly: blue. Hex color #0088AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0088AF is #FF7750. Grayscale: #636363. Windows color (decimal): -16742225 or 11503616. OLE color: 11503616.
HSL color Cylindrical-coordinate representation of color #0088AF: hue angle of 193.37º 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 #0088AF is Cyan = 1, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 0 | 136 | 175 | - |
| CMYK | 1 | 0.22 | 0 | 0.31 |
| HSL | 193.37º | 1% | 0.34% | - |
| HSV(B) | 193.37º | 1% | 0.69% | - |
| XYZ | 16.54 | 20.7 | 43.68 | - |
| YUV | 99.78 | 170.44 | 56.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 136 | 175 | 1 | 0.22 | 0 | 0.31 | 193.37 | 1 | 0.34 |
| Hex | 0 | 88 | AF | 64 | 16 | 0 | 1F | C1 | 64 | 22 |
| Octal | 0 | 210 | 257 | 144 | 26 | 0 | 37 | 301 | 144 | 42 |
| Binary | 0 | 10001000 | 10101111 | 1100100 | 10110 | 0 | 11111 | 11000001 | 1100100 | 100010 |
Color Harmonies of #0088AF
Complementary color
Monochromatic Colors of #0088AF
Black with #0088AF
Text Example
Text Example
White with #0088AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0088AF; }
p { color: rgb(0,136,175); }
H1.HeaderClassName
{
color: #0088AF;
}
.AnyTagClassName
{
color: #0088AF;
}
</style>
background-color css
<style>
a { background-color: #0088AF; }
a { background-color: rgb(0,136,175); }
div.DivClassName
{
background-color: #0088AF;
}
.BgClassName
{
background-color: #0088AF;
}
</style>
border-color css
<style>
span { border-color: #0088AF; }
span { border-color: rgb(0,136,175); }
td.TdClassName
{
border-color: #0088AF;
}
.TagClassName
{
border-color: #0088AF;
}
</style>