Shades of Bondi Blue #0FA4AF
Tints of Bondi Blue #0FA4AF
RGB
CMYK
RGB Variations
Color information
#0FA4AF (or 0x0FA4AF) is known color: Bondi Blue. HEX triplet: 0F, A4 and AF. RGB value is (15,164,175). Sum of RGB (Red+Green+Blue) = 15+164+175=354 (46% of max value = 765). Red value is 15 (6.25% from 255 or 4.24% from 354); Green value is 164 (64.45% from 255 or 46.33% from 354); Blue value is 175 (68.75% from 255 or 49.44% from 354); Max value from RGB is 175 - color contains mainly: blue. Hex color #0FA4AF is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0FA4AF is #F05B50. Grayscale: #787878. Windows color (decimal): -15752017 or 11510799. OLE color: 11510799.
HSL color Cylindrical-coordinate representation of color #0FA4AF: hue angle of 184.12º degrees, saturation: 0.84, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0FA4AF is Cyan = 0.91, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 15 | 164 | 175 | - |
| CMYK | 0.91 | 0.06 | 0 | 0.31 |
| HSL | 184.13º | 0.84% | 0.37% | - |
| HSV(B) | 184.13º | 0.91% | 0.69% | - |
| XYZ | 21.21 | 29.75 | 45.18 | - |
| YUV | 120.7 | 158.64 | 52.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 164 | 175 | 0.91 | 0.06 | 0 | 0.31 | 184.13 | 0.84 | 0.37 |
| Hex | F | A4 | AF | 5B | 6 | 0 | 1F | B8 | 54 | 25 |
| Octal | 17 | 244 | 257 | 133 | 6 | 0 | 37 | 270 | 124 | 45 |
| Binary | 1111 | 10100100 | 10101111 | 1011011 | 110 | 0 | 11111 | 10111000 | 1010100 | 100101 |
Color Harmonies of #0FA4AF
Complementary color
Monochromatic Colors of #0FA4AF
Black with #0FA4AF
Text Example
Text Example
White with #0FA4AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0FA4AF; }
p { color: rgb(15,164,175); }
H1.HeaderClassName
{
color: #0FA4AF;
}
.AnyTagClassName
{
color: #0FA4AF;
}
</style>
background-color css
<style>
a { background-color: #0FA4AF; }
a { background-color: rgb(15,164,175); }
div.DivClassName
{
background-color: #0FA4AF;
}
.BgClassName
{
background-color: #0FA4AF;
}
</style>
border-color css
<style>
span { border-color: #0FA4AF; }
span { border-color: rgb(15,164,175); }
td.TdClassName
{
border-color: #0FA4AF;
}
.TagClassName
{
border-color: #0FA4AF;
}
</style>