Shades of Bondi Blue #0288AF
Tints of Bondi Blue #0288AF
RGB
CMYK
RGB Variations
Color information
#0288AF (or 0x0288AF) is known color: Bondi Blue. HEX triplet: 02, 88 and AF. RGB value is (2,136,175). Sum of RGB (Red+Green+Blue) = 2+136+175=313 (41% of max value = 765). Red value is 2 (1.17% from 255 or 0.64% from 313); Green value is 136 (53.52% from 255 or 43.45% from 313); Blue value is 175 (68.75% from 255 or 55.91% from 313); Max value from RGB is 175 - color contains mainly: blue. Hex color #0288AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0288AF is #FD7750. Grayscale: #646464. Windows color (decimal): -16611153 or 11503618. OLE color: 11503618.
HSL color Cylindrical-coordinate representation of color #0288AF: hue angle of 193.53º degrees, saturation: 0.98, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0288AF is Cyan = 0.99, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 2 | 136 | 175 | - |
| CMYK | 0.99 | 0.22 | 0 | 0.31 |
| HSL | 193.53º | 0.98% | 0.35% | - |
| HSV(B) | 193.53º | 0.99% | 0.69% | - |
| XYZ | 16.57 | 20.72 | 43.68 | - |
| YUV | 100.38 | 170.11 | 57.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 136 | 175 | 0.99 | 0.22 | 0 | 0.31 | 193.53 | 0.98 | 0.35 |
| Hex | 2 | 88 | AF | 63 | 16 | 0 | 1F | C2 | 62 | 23 |
| Octal | 2 | 210 | 257 | 143 | 26 | 0 | 37 | 302 | 142 | 43 |
| Binary | 10 | 10001000 | 10101111 | 1100011 | 10110 | 0 | 11111 | 11000010 | 1100010 | 100011 |
Color Harmonies of #0288AF
Complementary color
Monochromatic Colors of #0288AF
Black with #0288AF
Text Example
Text Example
White with #0288AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0288AF; }
p { color: rgb(2,136,175); }
H1.HeaderClassName
{
color: #0288AF;
}
.AnyTagClassName
{
color: #0288AF;
}
</style>
background-color css
<style>
a { background-color: #0288AF; }
a { background-color: rgb(2,136,175); }
div.DivClassName
{
background-color: #0288AF;
}
.BgClassName
{
background-color: #0288AF;
}
</style>
border-color css
<style>
span { border-color: #0288AF; }
span { border-color: rgb(2,136,175); }
td.TdClassName
{
border-color: #0288AF;
}
.TagClassName
{
border-color: #0288AF;
}
</style>