Shades of Bondi Blue #0F9CAD
Tints of Bondi Blue #0F9CAD
RGB
CMYK
RGB Variations
Color information
#0F9CAD (or 0x0F9CAD) is known color: Bondi Blue. HEX triplet: 0F, 9C and AD. RGB value is (15,156,173). Sum of RGB (Red+Green+Blue) = 15+156+173=344 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.36% from 344); Green value is 156 (61.33% from 255 or 45.35% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F9CAD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9CAD is #F06352. Grayscale: #737373. Windows color (decimal): -15754067 or 11377679. OLE color: 11377679.
HSL color Cylindrical-coordinate representation of color #0F9CAD: hue angle of 186.46º 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 #0F9CAD is Cyan = 0.91, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 156 | 173 | - |
| CMYK | 0.91 | 0.10 | 0 | 0.32 |
| HSL | 186.46º | 0.84% | 0.37% | - |
| HSV(B) | 186.46º | 0.91% | 0.68% | - |
| XYZ | 19.63 | 26.9 | 43.69 | - |
| YUV | 115.78 | 160.29 | 56.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 173 | 0.91 | 0.10 | 0 | 0.32 | 186.46 | 0.84 | 0.37 |
| Hex | F | 9C | AD | 5B | A | 0 | 20 | BA | 54 | 25 |
| Octal | 17 | 234 | 255 | 133 | 12 | 0 | 40 | 272 | 124 | 45 |
| Binary | 1111 | 10011100 | 10101101 | 1011011 | 1010 | 0 | 100000 | 10111010 | 1010100 | 100101 |
Color Harmonies of #0F9CAD
Complementary color
Monochromatic Colors of #0F9CAD
Black with #0F9CAD
Text Example
Text Example
White with #0F9CAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CAD; }
p { color: rgb(15,156,173); }
H1.HeaderClassName
{
color: #0F9CAD;
}
.AnyTagClassName
{
color: #0F9CAD;
}
</style>
background-color css
<style>
a { background-color: #0F9CAD; }
a { background-color: rgb(15,156,173); }
div.DivClassName
{
background-color: #0F9CAD;
}
.BgClassName
{
background-color: #0F9CAD;
}
</style>
border-color css
<style>
span { border-color: #0F9CAD; }
span { border-color: rgb(15,156,173); }
td.TdClassName
{
border-color: #0F9CAD;
}
.TagClassName
{
border-color: #0F9CAD;
}
</style>