Shades of Bondi Blue #0A8DBF
Tints of Bondi Blue #0A8DBF
RGB
CMYK
RGB Variations
Color information
#0A8DBF (or 0x0A8DBF) is known color: Bondi Blue. HEX triplet: 0A, 8D and BF. RGB value is (10,141,191). Sum of RGB (Red+Green+Blue) = 10+141+191=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 141 (55.47% from 255 or 41.23% from 342); Blue value is 191 (75% from 255 or 55.85% from 342); Max value from RGB is 191 - color contains mainly: blue. Hex color #0A8DBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8DBF is #F57240. Grayscale: #6B6B6B. Windows color (decimal): -16085569 or 12553482. OLE color: 12553482.
HSL color Cylindrical-coordinate representation of color #0A8DBF: hue angle of 196.57º degrees, saturation: 0.9, 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 #0A8DBF is Cyan = 0.95, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 10 | 141 | 191 | - |
| CMYK | 0.95 | 0.26 | 0 | 0.25 |
| HSL | 196.57º | 0.9% | 0.39% | - |
| HSV(B) | 196.57º | 0.95% | 0.75% | - |
| XYZ | 19.05 | 22.88 | 52.7 | - |
| YUV | 107.53 | 175.1 | 58.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 141 | 191 | 0.95 | 0.26 | 0 | 0.25 | 196.57 | 0.9 | 0.39 |
| Hex | A | 8D | BF | 5F | 1A | 0 | 19 | C5 | 5A | 27 |
| Octal | 12 | 215 | 277 | 137 | 32 | 0 | 31 | 305 | 132 | 47 |
| Binary | 1010 | 10001101 | 10111111 | 1011111 | 11010 | 0 | 11001 | 11000101 | 1011010 | 100111 |
Color Harmonies of #0A8DBF
Complementary color
Monochromatic Colors of #0A8DBF
Black with #0A8DBF
Text Example
Text Example
White with #0A8DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8DBF; }
p { color: rgb(10,141,191); }
H1.HeaderClassName
{
color: #0A8DBF;
}
.AnyTagClassName
{
color: #0A8DBF;
}
</style>
background-color css
<style>
a { background-color: #0A8DBF; }
a { background-color: rgb(10,141,191); }
div.DivClassName
{
background-color: #0A8DBF;
}
.BgClassName
{
background-color: #0A8DBF;
}
</style>
border-color css
<style>
span { border-color: #0A8DBF; }
span { border-color: rgb(10,141,191); }
td.TdClassName
{
border-color: #0A8DBF;
}
.TagClassName
{
border-color: #0A8DBF;
}
</style>