Shades of Bondi Blue #0A90BD
Tints of Bondi Blue #0A90BD
RGB
CMYK
RGB Variations
Color information
#0A90BD (or 0x0A90BD) is known color: Bondi Blue. HEX triplet: 0A, 90 and BD. RGB value is (10,144,189). Sum of RGB (Red+Green+Blue) = 10+144+189=343 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 343); Green value is 144 (56.64% from 255 or 41.98% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #0A90BD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A90BD is #F56F42. Grayscale: #6C6C6C. Windows color (decimal): -16084803 or 12423178. OLE color: 12423178.
HSL color Cylindrical-coordinate representation of color #0A90BD: hue angle of 195.08º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0A90BD is Cyan = 0.95, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 144 | 189 | - |
| CMYK | 0.95 | 0.24 | 0 | 0.26 |
| HSL | 195.08º | 0.9% | 0.39% | - |
| HSV(B) | 195.08º | 0.95% | 0.74% | - |
| XYZ | 19.28 | 23.69 | 51.7 | - |
| YUV | 109.06 | 173.11 | 57.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 189 | 0.95 | 0.24 | 0 | 0.26 | 195.08 | 0.9 | 0.39 |
| Hex | A | 90 | BD | 5F | 18 | 0 | 1A | C3 | 5A | 27 |
| Octal | 12 | 220 | 275 | 137 | 30 | 0 | 32 | 303 | 132 | 47 |
| Binary | 1010 | 10010000 | 10111101 | 1011111 | 11000 | 0 | 11010 | 11000011 | 1011010 | 100111 |
Color Harmonies of #0A90BD
Complementary color
Monochromatic Colors of #0A90BD
Black with #0A90BD
Text Example
Text Example
White with #0A90BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A90BD; }
p { color: rgb(10,144,189); }
H1.HeaderClassName
{
color: #0A90BD;
}
.AnyTagClassName
{
color: #0A90BD;
}
</style>
background-color css
<style>
a { background-color: #0A90BD; }
a { background-color: rgb(10,144,189); }
div.DivClassName
{
background-color: #0A90BD;
}
.BgClassName
{
background-color: #0A90BD;
}
</style>
border-color css
<style>
span { border-color: #0A90BD; }
span { border-color: rgb(10,144,189); }
td.TdClassName
{
border-color: #0A90BD;
}
.TagClassName
{
border-color: #0A90BD;
}
</style>