Shades of Bondi Blue #088EBD
Tints of Bondi Blue #088EBD
RGB
CMYK
RGB Variations
Color information
#088EBD (or 0x088EBD) is known color: Bondi Blue. HEX triplet: 08, 8E and BD. RGB value is (8,142,189). Sum of RGB (Red+Green+Blue) = 8+142+189=339 (44% of max value = 765). Red value is 8 (3.52% from 255 or 2.36% from 339); Green value is 142 (55.86% from 255 or 41.89% from 339); Blue value is 189 (74.22% from 255 or 55.75% from 339); Max value from RGB is 189 - color contains mainly: blue. Hex color #088EBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088EBD is #F77142. Grayscale: #6A6A6A. Windows color (decimal): -16216387 or 12422664. OLE color: 12422664.
HSL color Cylindrical-coordinate representation of color #088EBD: hue angle of 195.58º degrees, saturation: 0.92, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088EBD is Cyan = 0.96, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 8 | 142 | 189 | - |
| CMYK | 0.96 | 0.25 | 0 | 0.26 |
| HSL | 195.58º | 0.92% | 0.39% | - |
| HSV(B) | 195.58º | 0.96% | 0.74% | - |
| XYZ | 18.96 | 23.07 | 51.6 | - |
| YUV | 107.29 | 174.11 | 57.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 142 | 189 | 0.96 | 0.25 | 0 | 0.26 | 195.58 | 0.92 | 0.39 |
| Hex | 8 | 8E | BD | 60 | 19 | 0 | 1A | C4 | 5C | 27 |
| Octal | 10 | 216 | 275 | 140 | 31 | 0 | 32 | 304 | 134 | 47 |
| Binary | 1000 | 10001110 | 10111101 | 1100000 | 11001 | 0 | 11010 | 11000100 | 1011100 | 100111 |
Color Harmonies of #088EBD
Complementary color
Monochromatic Colors of #088EBD
Black with #088EBD
Text Example
Text Example
White with #088EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088EBD; }
p { color: rgb(8,142,189); }
H1.HeaderClassName
{
color: #088EBD;
}
.AnyTagClassName
{
color: #088EBD;
}
</style>
background-color css
<style>
a { background-color: #088EBD; }
a { background-color: rgb(8,142,189); }
div.DivClassName
{
background-color: #088EBD;
}
.BgClassName
{
background-color: #088EBD;
}
</style>
border-color css
<style>
span { border-color: #088EBD; }
span { border-color: rgb(8,142,189); }
td.TdClassName
{
border-color: #088EBD;
}
.TagClassName
{
border-color: #088EBD;
}
</style>