Shades of Bondi Blue #088FB4
Tints of Bondi Blue #088FB4
RGB
CMYK
RGB Variations
Color information
#088FB4 (or 0x088FB4) is known color: Bondi Blue. HEX triplet: 08, 8F and B4. RGB value is (8,143,180). Sum of RGB (Red+Green+Blue) = 8+143+180=331 (43% of max value = 765). Red value is 8 (3.52% from 255 or 2.42% from 331); Green value is 143 (56.25% from 255 or 43.20% from 331); Blue value is 180 (70.70% from 255 or 54.38% from 331); Max value from RGB is 180 - color contains mainly: blue. Hex color #088FB4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #088FB4 is #F7704B. Grayscale: #6A6A6A. Windows color (decimal): -16216140 or 11833096. OLE color: 11833096.
HSL color Cylindrical-coordinate representation of color #088FB4: hue angle of 192.91º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #088FB4 is Cyan = 0.96, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 8 | 143 | 180 | - |
| CMYK | 0.96 | 0.21 | 0 | 0.29 |
| HSL | 192.91º | 0.91% | 0.37% | - |
| HSV(B) | 192.91º | 0.96% | 0.71% | - |
| XYZ | 18.16 | 22.99 | 46.66 | - |
| YUV | 106.85 | 169.27 | 57.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 143 | 180 | 0.96 | 0.21 | 0 | 0.29 | 192.91 | 0.91 | 0.37 |
| Hex | 8 | 8F | B4 | 60 | 15 | 0 | 1D | C1 | 5B | 25 |
| Octal | 10 | 217 | 264 | 140 | 25 | 0 | 35 | 301 | 133 | 45 |
| Binary | 1000 | 10001111 | 10110100 | 1100000 | 10101 | 0 | 11101 | 11000001 | 1011011 | 100101 |
Color Harmonies of #088FB4
Complementary color
Monochromatic Colors of #088FB4
Black with #088FB4
Text Example
Text Example
White with #088FB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #088FB4; }
p { color: rgb(8,143,180); }
H1.HeaderClassName
{
color: #088FB4;
}
.AnyTagClassName
{
color: #088FB4;
}
</style>
background-color css
<style>
a { background-color: #088FB4; }
a { background-color: rgb(8,143,180); }
div.DivClassName
{
background-color: #088FB4;
}
.BgClassName
{
background-color: #088FB4;
}
</style>
border-color css
<style>
span { border-color: #088FB4; }
span { border-color: rgb(8,143,180); }
td.TdClassName
{
border-color: #088FB4;
}
.TagClassName
{
border-color: #088FB4;
}
</style>