Shades of Bondi Blue #0A8DBB
Tints of Bondi Blue #0A8DBB
RGB
CMYK
RGB Variations
Color information
#0A8DBB (or 0x0A8DBB) is known color: Bondi Blue. HEX triplet: 0A, 8D and BB. RGB value is (10,141,187). Sum of RGB (Red+Green+Blue) = 10+141+187=338 (44% of max value = 765). Red value is 10 (4.30% from 255 or 2.96% from 338); Green value is 141 (55.47% from 255 or 41.72% from 338); Blue value is 187 (73.44% from 255 or 55.33% from 338); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A8DBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A8DBB is #F57244. Grayscale: #6A6A6A. Windows color (decimal): -16085573 or 12291338. OLE color: 12291338.
HSL color Cylindrical-coordinate representation of color #0A8DBB: hue angle of 195.59º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A8DBB is Cyan = 0.95, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 141 | 187 | - |
| CMYK | 0.95 | 0.25 | 0 | 0.27 |
| HSL | 195.59º | 0.9% | 0.39% | - |
| HSV(B) | 195.59º | 0.95% | 0.73% | - |
| XYZ | 18.62 | 22.7 | 50.41 | - |
| YUV | 107.08 | 173.1 | 58.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 141 | 187 | 0.95 | 0.25 | 0 | 0.27 | 195.59 | 0.9 | 0.39 |
| Hex | A | 8D | BB | 5F | 19 | 0 | 1B | C4 | 5A | 27 |
| Octal | 12 | 215 | 273 | 137 | 31 | 0 | 33 | 304 | 132 | 47 |
| Binary | 1010 | 10001101 | 10111011 | 1011111 | 11001 | 0 | 11011 | 11000100 | 1011010 | 100111 |
Color Harmonies of #0A8DBB
Complementary color
Monochromatic Colors of #0A8DBB
Black with #0A8DBB
Text Example
Text Example
White with #0A8DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A8DBB; }
p { color: rgb(10,141,187); }
H1.HeaderClassName
{
color: #0A8DBB;
}
.AnyTagClassName
{
color: #0A8DBB;
}
</style>
background-color css
<style>
a { background-color: #0A8DBB; }
a { background-color: rgb(10,141,187); }
div.DivClassName
{
background-color: #0A8DBB;
}
.BgClassName
{
background-color: #0A8DBB;
}
</style>
border-color css
<style>
span { border-color: #0A8DBB; }
span { border-color: rgb(10,141,187); }
td.TdClassName
{
border-color: #0A8DBB;
}
.TagClassName
{
border-color: #0A8DBB;
}
</style>