Shades of Bondi Blue #088BAE
Tints of Bondi Blue #088BAE
RGB
CMYK
RGB Variations
Color information
#088BAE (or 0x088BAE) is known color: Bondi Blue. HEX triplet: 08, 8B and AE. RGB value is (8,139,174). Sum of RGB (Red+Green+Blue) = 8+139+174=321 (42% of max value = 765). Red value is 8 (3.52% from 255 or 2.49% from 321); Green value is 139 (54.69% from 255 or 43.30% from 321); Blue value is 174 (68.36% from 255 or 54.21% from 321); Max value from RGB is 174 - color contains mainly: blue. Hex color #088BAE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #088BAE is #F77451. Grayscale: #676767. Windows color (decimal): -16217170 or 11438856. OLE color: 11438856.
HSL color Cylindrical-coordinate representation of color #088BAE: hue angle of 192.65º degrees, saturation: 0.91, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #088BAE is Cyan = 0.95, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 8 | 139 | 174 | - |
| CMYK | 0.95 | 0.20 | 0 | 0.32 |
| HSL | 192.65º | 0.91% | 0.36% | - |
| HSV(B) | 192.65º | 0.95% | 0.68% | - |
| XYZ | 16.97 | 21.57 | 43.31 | - |
| YUV | 103.82 | 167.6 | 59.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 139 | 174 | 0.95 | 0.20 | 0 | 0.32 | 192.65 | 0.91 | 0.36 |
| Hex | 8 | 8B | AE | 5F | 14 | 0 | 20 | C1 | 5B | 24 |
| Octal | 10 | 213 | 256 | 137 | 24 | 0 | 40 | 301 | 133 | 44 |
| Binary | 1000 | 10001011 | 10101110 | 1011111 | 10100 | 0 | 100000 | 11000001 | 1011011 | 100100 |
Color Harmonies of #088BAE
Complementary color
Monochromatic Colors of #088BAE
Black with #088BAE
Text Example
Text Example
White with #088BAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088BAE; }
p { color: rgb(8,139,174); }
H1.HeaderClassName
{
color: #088BAE;
}
.AnyTagClassName
{
color: #088BAE;
}
</style>
background-color css
<style>
a { background-color: #088BAE; }
a { background-color: rgb(8,139,174); }
div.DivClassName
{
background-color: #088BAE;
}
.BgClassName
{
background-color: #088BAE;
}
</style>
border-color css
<style>
span { border-color: #088BAE; }
span { border-color: rgb(8,139,174); }
td.TdClassName
{
border-color: #088BAE;
}
.TagClassName
{
border-color: #088BAE;
}
</style>