Shades of Bondi Blue #0FA2AC
Tints of Bondi Blue #0FA2AC
RGB
CMYK
RGB Variations
Color information
#0FA2AC (or 0x0FA2AC) is known color: Bondi Blue. HEX triplet: 0F, A2 and AC. RGB value is (15,162,172). Sum of RGB (Red+Green+Blue) = 15+162+172=349 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.30% from 349); Green value is 162 (63.67% from 255 or 46.42% from 349); Blue value is 172 (67.58% from 255 or 49.28% from 349); Max value from RGB is 172 - color contains mainly: blue. Hex color #0FA2AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA2AC is #F05D53. Grayscale: #777777. Windows color (decimal): -15752532 or 11313679. OLE color: 11313679.
HSL color Cylindrical-coordinate representation of color #0FA2AC: hue angle of 183.82º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA2AC is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 162 | 172 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.33 |
| HSL | 183.82º | 0.84% | 0.37% | - |
| HSV(B) | 183.82º | 0.91% | 0.67% | - |
| XYZ | 20.56 | 28.92 | 43.53 | - |
| YUV | 119.19 | 157.8 | 53.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 162 | 172 | 0.91 | 0.06 | 0 | 0.33 | 183.82 | 0.84 | 0.37 |
| Hex | F | A2 | AC | 5B | 6 | 0 | 21 | B8 | 54 | 25 |
| Octal | 17 | 242 | 254 | 133 | 6 | 0 | 41 | 270 | 124 | 45 |
| Binary | 1111 | 10100010 | 10101100 | 1011011 | 110 | 0 | 100001 | 10111000 | 1010100 | 100101 |
Color Harmonies of #0FA2AC
Complementary color
Monochromatic Colors of #0FA2AC
Black with #0FA2AC
Text Example
Text Example
White with #0FA2AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA2AC; }
p { color: rgb(15,162,172); }
H1.HeaderClassName
{
color: #0FA2AC;
}
.AnyTagClassName
{
color: #0FA2AC;
}
</style>
background-color css
<style>
a { background-color: #0FA2AC; }
a { background-color: rgb(15,162,172); }
div.DivClassName
{
background-color: #0FA2AC;
}
.BgClassName
{
background-color: #0FA2AC;
}
</style>
border-color css
<style>
span { border-color: #0FA2AC; }
span { border-color: rgb(15,162,172); }
td.TdClassName
{
border-color: #0FA2AC;
}
.TagClassName
{
border-color: #0FA2AC;
}
</style>