Shades of Bondi Blue #0F9CAB
Tints of Bondi Blue #0F9CAB
RGB
CMYK
RGB Variations
Color information
#0F9CAB (or 0x0F9CAB) is known color: Bondi Blue. HEX triplet: 0F, 9C and AB. RGB value is (15,156,171). Sum of RGB (Red+Green+Blue) = 15+156+171=342 (45% of max value = 765). Red value is 15 (6.25% from 255 or 4.39% from 342); Green value is 156 (61.33% from 255 or 45.61% from 342); Blue value is 171 (67.19% from 255 or 50% from 342); Max value from RGB is 171 - color contains mainly: blue. Hex color #0F9CAB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F9CAB is #F06354. Grayscale: #737373. Windows color (decimal): -15754069 or 11246607. OLE color: 11246607.
HSL color Cylindrical-coordinate representation of color #0F9CAB: hue angle of 185.77º 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 #0F9CAB is Cyan = 0.91, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 15 | 156 | 171 | - |
| CMYK | 0.91 | 0.09 | 0 | 0.33 |
| HSL | 185.77º | 0.84% | 0.36% | - |
| HSV(B) | 185.77º | 0.91% | 0.67% | - |
| XYZ | 19.44 | 26.82 | 42.68 | - |
| YUV | 115.55 | 159.29 | 56.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 156 | 171 | 0.91 | 0.09 | 0 | 0.33 | 185.77 | 0.84 | 0.36 |
| Hex | F | 9C | AB | 5B | 9 | 0 | 21 | BA | 54 | 24 |
| Octal | 17 | 234 | 253 | 133 | 11 | 0 | 41 | 272 | 124 | 44 |
| Binary | 1111 | 10011100 | 10101011 | 1011011 | 1001 | 0 | 100001 | 10111010 | 1010100 | 100100 |
Color Harmonies of #0F9CAB
Complementary color
Monochromatic Colors of #0F9CAB
Black with #0F9CAB
Text Example
Text Example
White with #0F9CAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F9CAB; }
p { color: rgb(15,156,171); }
H1.HeaderClassName
{
color: #0F9CAB;
}
.AnyTagClassName
{
color: #0F9CAB;
}
</style>
background-color css
<style>
a { background-color: #0F9CAB; }
a { background-color: rgb(15,156,171); }
div.DivClassName
{
background-color: #0F9CAB;
}
.BgClassName
{
background-color: #0F9CAB;
}
</style>
border-color css
<style>
span { border-color: #0F9CAB; }
span { border-color: rgb(15,156,171); }
td.TdClassName
{
border-color: #0F9CAB;
}
.TagClassName
{
border-color: #0F9CAB;
}
</style>