Shades of Bondi Blue #0FA2AB
Tints of Bondi Blue #0FA2AB
RGB
CMYK
RGB Variations
Color information
#0FA2AB (or 0x0FA2AB) is known color: Bondi Blue. HEX triplet: 0F, A2 and AB. RGB value is (15,162,171). Sum of RGB (Red+Green+Blue) = 15+162+171=348 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.31% from 348); Green value is 162 (63.67% from 255 or 46.55% from 348); Blue value is 171 (67.19% from 255 or 49.14% from 348); Max value from RGB is 171 - color contains mainly: blue. Hex color #0FA2AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA2AB is #F05D54. Grayscale: #767676. Windows color (decimal): -15752533 or 11248143. OLE color: 11248143.
HSL color Cylindrical-coordinate representation of color #0FA2AB: hue angle of 183.46º 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 #0FA2AB is Cyan = 0.91, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 162 | 171 | - |
| CMYK | 0.91 | 0.05 | 0 | 0.33 |
| HSL | 183.46º | 0.84% | 0.36% | - |
| HSV(B) | 183.46º | 0.91% | 0.67% | - |
| XYZ | 20.47 | 28.88 | 43.02 | - |
| YUV | 119.07 | 157.3 | 53.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 171 | 0.91 | 0.05 | 0 | 0.33 | 183.46 | 0.84 | 0.36 |
| Hex | F | A2 | AB | 5B | 5 | 0 | 21 | B7 | 54 | 24 |
| Octal | 17 | 242 | 253 | 133 | 5 | 0 | 41 | 267 | 124 | 44 |
| Binary | 1111 | 10100010 | 10101011 | 1011011 | 101 | 0 | 100001 | 10110111 | 1010100 | 100100 |
Color Harmonies of #0FA2AB
Complementary color
Monochromatic Colors of #0FA2AB
Black with #0FA2AB
Text Example
Text Example
White with #0FA2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA2AB; }
p { color: rgb(15,162,171); }
H1.HeaderClassName
{
color: #0FA2AB;
}
.AnyTagClassName
{
color: #0FA2AB;
}
</style>
background-color css
<style>
a { background-color: #0FA2AB; }
a { background-color: rgb(15,162,171); }
div.DivClassName
{
background-color: #0FA2AB;
}
.BgClassName
{
background-color: #0FA2AB;
}
</style>
border-color css
<style>
span { border-color: #0FA2AB; }
span { border-color: rgb(15,162,171); }
td.TdClassName
{
border-color: #0FA2AB;
}
.TagClassName
{
border-color: #0FA2AB;
}
</style>