Shades of Bondi Blue #0F90AB
Tints of Bondi Blue #0F90AB
RGB
CMYK
RGB Variations
Color information
#0F90AB (or 0x0F90AB) is known color: Bondi Blue. HEX triplet: 0F, 90 and AB. RGB value is (15,144,171). Sum of RGB (Red+Green+Blue) = 15+144+171=330 (43% of max value = 765). Red value is 15 (6.25% from 255 or 4.55% from 330); Green value is 144 (56.64% from 255 or 43.64% from 330); Blue value is 171 (67.19% from 255 or 51.82% from 330); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F90AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F90AB is #F06F54. Grayscale: #6C6C6C. Windows color (decimal): -15757141 or 11243535. OLE color: 11243535.
HSL color Cylindrical-coordinate representation of color #0F90AB: hue angle of 190.38º degrees, saturation: 0.84, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0F90AB is Cyan = 0.91, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 144 | 171 | - |
| CMYK | 0.91 | 0.16 | 0 | 0.33 |
| HSL | 190.38º | 0.84% | 0.36% | - |
| HSV(B) | 190.38º | 0.91% | 0.67% | - |
| XYZ | 17.52 | 22.99 | 42.04 | - |
| YUV | 108.51 | 163.26 | 61.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 144 | 171 | 0.91 | 0.16 | 0 | 0.33 | 190.38 | 0.84 | 0.36 |
| Hex | F | 90 | AB | 5B | 10 | 0 | 21 | BE | 54 | 24 |
| Octal | 17 | 220 | 253 | 133 | 20 | 0 | 41 | 276 | 124 | 44 |
| Binary | 1111 | 10010000 | 10101011 | 1011011 | 10000 | 0 | 100001 | 10111110 | 1010100 | 100100 |
Color Harmonies of #0F90AB
Complementary color
Monochromatic Colors of #0F90AB
Black with #0F90AB
Text Example
Text Example
White with #0F90AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F90AB; }
p { color: rgb(15,144,171); }
H1.HeaderClassName
{
color: #0F90AB;
}
.AnyTagClassName
{
color: #0F90AB;
}
</style>
background-color css
<style>
a { background-color: #0F90AB; }
a { background-color: rgb(15,144,171); }
div.DivClassName
{
background-color: #0F90AB;
}
.BgClassName
{
background-color: #0F90AB;
}
</style>
border-color css
<style>
span { border-color: #0F90AB; }
span { border-color: rgb(15,144,171); }
td.TdClassName
{
border-color: #0F90AB;
}
.TagClassName
{
border-color: #0F90AB;
}
</style>