Shades of Bondi Blue #0A90BC
Tints of Bondi Blue #0A90BC
RGB
CMYK
RGB Variations
Color information
#0A90BC (or 0x0A90BC) is known color: Bondi Blue. HEX triplet: 0A, 90 and BC. RGB value is (10,144,188). Sum of RGB (Red+Green+Blue) = 10+144+188=342 (45% of max value = 765). Red value is 10 (4.30% from 255 or 2.92% from 342); Green value is 144 (56.64% from 255 or 42.11% from 342); Blue value is 188 (73.83% from 255 or 54.97% from 342); Max value from RGB is 188 - color contains mainly: blue. Hex color #0A90BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #0A90BC is #F56F43. Grayscale: #6C6C6C. Windows color (decimal): -16084804 or 12357642. OLE color: 12357642.
HSL color Cylindrical-coordinate representation of color #0A90BC: hue angle of 194.83º 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 #0A90BC is Cyan = 0.95, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 10 | 144 | 188 | - |
| CMYK | 0.95 | 0.23 | 0 | 0.26 |
| HSL | 194.83º | 0.9% | 0.39% | - |
| HSV(B) | 194.83º | 0.95% | 0.74% | - |
| XYZ | 19.18 | 23.64 | 51.13 | - |
| YUV | 108.95 | 172.61 | 57.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 10 | 144 | 188 | 0.95 | 0.23 | 0 | 0.26 | 194.83 | 0.9 | 0.39 |
| Hex | A | 90 | BC | 5F | 17 | 0 | 1A | C3 | 5A | 27 |
| Octal | 12 | 220 | 274 | 137 | 27 | 0 | 32 | 303 | 132 | 47 |
| Binary | 1010 | 10010000 | 10111100 | 1011111 | 10111 | 0 | 11010 | 11000011 | 1011010 | 100111 |
Color Harmonies of #0A90BC
Complementary color
Monochromatic Colors of #0A90BC
Black with #0A90BC
Text Example
Text Example
White with #0A90BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0A90BC; }
p { color: rgb(10,144,188); }
H1.HeaderClassName
{
color: #0A90BC;
}
.AnyTagClassName
{
color: #0A90BC;
}
</style>
background-color css
<style>
a { background-color: #0A90BC; }
a { background-color: rgb(10,144,188); }
div.DivClassName
{
background-color: #0A90BC;
}
.BgClassName
{
background-color: #0A90BC;
}
</style>
border-color css
<style>
span { border-color: #0A90BC; }
span { border-color: rgb(10,144,188); }
td.TdClassName
{
border-color: #0A90BC;
}
.TagClassName
{
border-color: #0A90BC;
}
</style>