Shades of Bondi Blue #0A90BB
Tints of Bondi Blue #0A90BB
RGB
CMYK
RGB Variations
Color information
#0A90BB (or 0x0A90BB) is known color: Bondi Blue. HEX triplet: 0A, 90 and BB. RGB value is (10,144,187). Sum of RGB (Red+Green+Blue) = 10+144+187=341 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.93% from 341); Green value is 144 (56.64% from 255 or 42.23% from 341); Blue value is 187 (73.44% from 255 or 54.84% from 341); Max value from RGB is 187 - color contains mainly: blue. Hex color #0A90BB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A90BB is #F56F44. Grayscale: #6C6C6C. Windows color (decimal): -16084805 or 12292106. OLE color: 12292106.
HSL color Cylindrical-coordinate representation of color #0A90BB: hue angle of 194.58º 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 #0A90BB is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 10 | 144 | 187 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.27 |
| HSL | 194.58º | 0.9% | 0.39% | - |
| HSV(B) | 194.58º | 0.95% | 0.73% | - |
| XYZ | 19.07 | 23.6 | 50.56 | - |
| YUV | 108.84 | 172.11 | 57.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 187 | 0.95 | 0.23 | 0 | 0.27 | 194.58 | 0.9 | 0.39 |
| Hex | A | 90 | BB | 5F | 17 | 0 | 1B | C3 | 5A | 27 |
| Octal | 12 | 220 | 273 | 137 | 27 | 0 | 33 | 303 | 132 | 47 |
| Binary | 1010 | 10010000 | 10111011 | 1011111 | 10111 | 0 | 11011 | 11000011 | 1011010 | 100111 |
Color Harmonies of #0A90BB
Complementary color
Monochromatic Colors of #0A90BB
Black with #0A90BB
Text Example
Text Example
White with #0A90BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A90BB; }
p { color: rgb(10,144,187); }
H1.HeaderClassName
{
color: #0A90BB;
}
.AnyTagClassName
{
color: #0A90BB;
}
</style>
background-color css
<style>
a { background-color: #0A90BB; }
a { background-color: rgb(10,144,187); }
div.DivClassName
{
background-color: #0A90BB;
}
.BgClassName
{
background-color: #0A90BB;
}
</style>
border-color css
<style>
span { border-color: #0A90BB; }
span { border-color: rgb(10,144,187); }
td.TdClassName
{
border-color: #0A90BB;
}
.TagClassName
{
border-color: #0A90BB;
}
</style>