Shades of Bondi Blue #008BB7
Tints of Bondi Blue #008BB7
RGB
CMYK
RGB Variations
Color information
#008BB7 (or 0x008BB7) is known color: Bondi Blue. HEX triplet: 00, 8B and B7. RGB value is (0,139,183). Sum of RGB (Red+Green+Blue) = 0+139+183=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 139 (54.69% from 255 or 43.17% from 322); Blue value is 183 (71.88% from 255 or 56.83% from 322); Max value from RGB is 183 - color contains mainly: blue. Hex color #008BB7 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008BB7 is #FF7448. Grayscale: #666666. Windows color (decimal): -16741449 or 12028672. OLE color: 12028672.
HSL color Cylindrical-coordinate representation of color #008BB7: hue angle of 194.43º degrees, saturation: 1, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008BB7 is Cyan = 1, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 0 | 139 | 183 | - |
| CMYK | 1 | 0.24 | 0 | 0.28 |
| HSL | 194.43º | 1% | 0.36% | - |
| HSV(B) | 194.43º | 1% | 0.72% | - |
| XYZ | 17.78 | 21.88 | 48.09 | - |
| YUV | 102.46 | 173.45 | 54.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 139 | 183 | 1 | 0.24 | 0 | 0.28 | 194.43 | 1 | 0.36 |
| Hex | 0 | 8B | B7 | 64 | 18 | 0 | 1C | C2 | 64 | 24 |
| Octal | 0 | 213 | 267 | 144 | 30 | 0 | 34 | 302 | 144 | 44 |
| Binary | 0 | 10001011 | 10110111 | 1100100 | 11000 | 0 | 11100 | 11000010 | 1100100 | 100100 |
Color Harmonies of #008BB7
Complementary color
Monochromatic Colors of #008BB7
Black with #008BB7
Text Example
Text Example
White with #008BB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008BB7; }
p { color: rgb(0,139,183); }
H1.HeaderClassName
{
color: #008BB7;
}
.AnyTagClassName
{
color: #008BB7;
}
</style>
background-color css
<style>
a { background-color: #008BB7; }
a { background-color: rgb(0,139,183); }
div.DivClassName
{
background-color: #008BB7;
}
.BgClassName
{
background-color: #008BB7;
}
</style>
border-color css
<style>
span { border-color: #008BB7; }
span { border-color: rgb(0,139,183); }
td.TdClassName
{
border-color: #008BB7;
}
.TagClassName
{
border-color: #008BB7;
}
</style>