Shades of Bondi Blue #0FA3AE
Tints of Bondi Blue #0FA3AE
RGB
CMYK
RGB Variations
Color information
#0FA3AE (or 0x0FA3AE) is known color: Bondi Blue. HEX triplet: 0F, A3 and AE. RGB value is (15,163,174). Sum of RGB (Red+Green+Blue) = 15+163+174=352 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.26% from 352); Green value is 163 (64.06% from 255 or 46.31% from 352); Blue value is 174 (68.36% from 255 or 49.43% from 352); Max value from RGB is 174 - color contains mainly: blue. Hex color #0FA3AE is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA3AE is #F05C51. Grayscale: #777777. Windows color (decimal): -15752274 or 11445007. OLE color: 11445007.
HSL color Cylindrical-coordinate representation of color #0FA3AE: hue angle of 184.15º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA3AE is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 163 | 174 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.32 |
| HSL | 184.15º | 0.84% | 0.37% | - |
| HSV(B) | 184.15º | 0.91% | 0.68% | - |
| XYZ | 20.93 | 29.35 | 44.61 | - |
| YUV | 120 | 158.47 | 53.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 163 | 174 | 0.91 | 0.06 | 0 | 0.32 | 184.15 | 0.84 | 0.37 |
| Hex | F | A3 | AE | 5B | 6 | 0 | 20 | B8 | 54 | 25 |
| Octal | 17 | 243 | 256 | 133 | 6 | 0 | 40 | 270 | 124 | 45 |
| Binary | 1111 | 10100011 | 10101110 | 1011011 | 110 | 0 | 100000 | 10111000 | 1010100 | 100101 |
Color Harmonies of #0FA3AE
Complementary color
Monochromatic Colors of #0FA3AE
Black with #0FA3AE
Text Example
Text Example
White with #0FA3AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA3AE; }
p { color: rgb(15,163,174); }
H1.HeaderClassName
{
color: #0FA3AE;
}
.AnyTagClassName
{
color: #0FA3AE;
}
</style>
background-color css
<style>
a { background-color: #0FA3AE; }
a { background-color: rgb(15,163,174); }
div.DivClassName
{
background-color: #0FA3AE;
}
.BgClassName
{
background-color: #0FA3AE;
}
</style>
border-color css
<style>
span { border-color: #0FA3AE; }
span { border-color: rgb(15,163,174); }
td.TdClassName
{
border-color: #0FA3AE;
}
.TagClassName
{
border-color: #0FA3AE;
}
</style>