Shades of Bondi Blue #008FB5
Tints of Bondi Blue #008FB5
RGB
CMYK
RGB Variations
Color information
#008FB5 (or 0x008FB5) is known color: Bondi Blue. HEX triplet: 00, 8F and B5. RGB value is (0,143,181). Sum of RGB (Red+Green+Blue) = 0+143+181=324 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 324); Green value is 143 (56.25% from 255 or 44.14% from 324); Blue value is 181 (71.09% from 255 or 55.86% from 324); Max value from RGB is 181 - color contains mainly: blue. Hex color #008FB5 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #008FB5 is #FF704A. Grayscale: #686868. Windows color (decimal): -16740427 or 11898624. OLE color: 11898624.
HSL color Cylindrical-coordinate representation of color #008FB5: hue angle of 192.6º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008FB5 is Cyan = 1, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 0 | 143 | 181 | - |
| CMYK | 1 | 0.21 | 0 | 0.29 |
| HSL | 192.6º | 1% | 0.35% | - |
| HSV(B) | 192.6º | 1% | 0.71% | - |
| XYZ | 18.16 | 22.98 | 47.19 | - |
| YUV | 104.58 | 171.12 | 53.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 143 | 181 | 1 | 0.21 | 0 | 0.29 | 192.6 | 1 | 0.35 |
| Hex | 0 | 8F | B5 | 64 | 15 | 0 | 1D | C1 | 64 | 23 |
| Octal | 0 | 217 | 265 | 144 | 25 | 0 | 35 | 301 | 144 | 43 |
| Binary | 0 | 10001111 | 10110101 | 1100100 | 10101 | 0 | 11101 | 11000001 | 1100100 | 100011 |
Color Harmonies of #008FB5
Complementary color
Monochromatic Colors of #008FB5
Black with #008FB5
Text Example
Text Example
White with #008FB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #008FB5; }
p { color: rgb(0,143,181); }
H1.HeaderClassName
{
color: #008FB5;
}
.AnyTagClassName
{
color: #008FB5;
}
</style>
background-color css
<style>
a { background-color: #008FB5; }
a { background-color: rgb(0,143,181); }
div.DivClassName
{
background-color: #008FB5;
}
.BgClassName
{
background-color: #008FB5;
}
</style>
border-color css
<style>
span { border-color: #008FB5; }
span { border-color: rgb(0,143,181); }
td.TdClassName
{
border-color: #008FB5;
}
.TagClassName
{
border-color: #008FB5;
}
</style>