Shades of Bondi Blue #0988BF
Tints of Bondi Blue #0988BF
RGB
CMYK
RGB Variations
Color information
#0988BF (or 0x0988BF) is known color: Bondi Blue. HEX triplet: 09, 88 and BF. RGB value is (9,136,191). Sum of RGB (Red+Green+Blue) = 9+136+191=336 (44% of max value = 765). Red value is 9 (3.91% from 255 or 2.68% from 336); Green value is 136 (53.52% from 255 or 40.48% from 336); Blue value is 191 (75% from 255 or 56.85% from 336); Max value from RGB is 191 - color contains mainly: blue. Hex color #0988BF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0988BF is #F67740. Grayscale: #676767. Windows color (decimal): -16152385 or 12552201. OLE color: 12552201.
HSL color Cylindrical-coordinate representation of color #0988BF: hue angle of 198.13º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0988BF is Cyan = 0.95, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 9 | 136 | 191 | - |
| CMYK | 0.95 | 0.29 | 0 | 0.25 |
| HSL | 198.13º | 0.91% | 0.39% | - |
| HSV(B) | 198.13º | 0.95% | 0.75% | - |
| XYZ | 18.32 | 21.43 | 52.46 | - |
| YUV | 104.3 | 176.92 | 60.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 9 | 136 | 191 | 0.95 | 0.29 | 0 | 0.25 | 198.13 | 0.91 | 0.39 |
| Hex | 9 | 88 | BF | 5F | 1D | 0 | 19 | C6 | 5B | 27 |
| Octal | 11 | 210 | 277 | 137 | 35 | 0 | 31 | 306 | 133 | 47 |
| Binary | 1001 | 10001000 | 10111111 | 1011111 | 11101 | 0 | 11001 | 11000110 | 1011011 | 100111 |
Color Harmonies of #0988BF
Complementary color
Monochromatic Colors of #0988BF
Black with #0988BF
Text Example
Text Example
White with #0988BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0988BF; }
p { color: rgb(9,136,191); }
H1.HeaderClassName
{
color: #0988BF;
}
.AnyTagClassName
{
color: #0988BF;
}
</style>
background-color css
<style>
a { background-color: #0988BF; }
a { background-color: rgb(9,136,191); }
div.DivClassName
{
background-color: #0988BF;
}
.BgClassName
{
background-color: #0988BF;
}
</style>
border-color css
<style>
span { border-color: #0988BF; }
span { border-color: rgb(9,136,191); }
td.TdClassName
{
border-color: #0988BF;
}
.TagClassName
{
border-color: #0988BF;
}
</style>