Shades of Bondi Blue #088ABB
Tints of Bondi Blue #088ABB
RGB
CMYK
RGB Variations
Color information
#088ABB (or 0x088ABB) is known color: Bondi Blue. HEX triplet: 08, 8A and BB. RGB value is (8,138,187). Sum of RGB (Red+Green+Blue) = 8+138+187=333 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.40% from 333); Green value is 138 (54.30% from 255 or 41.44% from 333); Blue value is 187 (73.44% from 255 or 56.16% from 333); Max value from RGB is 187 - color contains mainly: blue. Hex color #088ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088ABB is #F77544. Grayscale: #686868. Windows color (decimal): -16217413 or 12290568. OLE color: 12290568.
HSL color Cylindrical-coordinate representation of color #088ABB: hue angle of 196.42º degrees, saturation: 0.92, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088ABB is Cyan = 0.96, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 8 | 138 | 187 | - |
| CMYK | 0.96 | 0.26 | 0 | 0.27 |
| HSL | 196.42º | 0.92% | 0.38% | - |
| HSV(B) | 196.42º | 0.96% | 0.73% | - |
| XYZ | 18.16 | 21.82 | 50.27 | - |
| YUV | 104.72 | 174.43 | 59.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 138 | 187 | 0.96 | 0.26 | 0 | 0.27 | 196.42 | 0.92 | 0.38 |
| Hex | 8 | 8A | BB | 60 | 1A | 0 | 1B | C4 | 5C | 26 |
| Octal | 10 | 212 | 273 | 140 | 32 | 0 | 33 | 304 | 134 | 46 |
| Binary | 1000 | 10001010 | 10111011 | 1100000 | 11010 | 0 | 11011 | 11000100 | 1011100 | 100110 |
Color Harmonies of #088ABB
Complementary color
Monochromatic Colors of #088ABB
Black with #088ABB
Text Example
Text Example
White with #088ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088ABB; }
p { color: rgb(8,138,187); }
H1.HeaderClassName
{
color: #088ABB;
}
.AnyTagClassName
{
color: #088ABB;
}
</style>
background-color css
<style>
a { background-color: #088ABB; }
a { background-color: rgb(8,138,187); }
div.DivClassName
{
background-color: #088ABB;
}
.BgClassName
{
background-color: #088ABB;
}
</style>
border-color css
<style>
span { border-color: #088ABB; }
span { border-color: rgb(8,138,187); }
td.TdClassName
{
border-color: #088ABB;
}
.TagClassName
{
border-color: #088ABB;
}
</style>