Shades of Bondi Blue #0F95AD
Tints of Bondi Blue #0F95AD
RGB
CMYK
RGB Variations
Color information
#0F95AD (or 0x0F95AD) is known color: Bondi Blue. HEX triplet: 0F, 95 and AD. RGB value is (15,149,173). Sum of RGB (Red+Green+Blue) = 15+149+173=337 (44% of max value = 765). Red value is 15 (6.25% from 255 or 4.45% from 337); Green value is 149 (58.59% from 255 or 44.21% from 337); Blue value is 173 (67.97% from 255 or 51.34% from 337); Max value from RGB is 173 - color contains mainly: blue. Hex color #0F95AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0F95AD is #F06A52. Grayscale: #6F6F6F. Windows color (decimal): -15755859 or 11375887. OLE color: 11375887.
HSL color Cylindrical-coordinate representation of color #0F95AD: hue angle of 189.11º 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 #0F95AD is Cyan = 0.91, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 15 | 149 | 173 | - |
| CMYK | 0.91 | 0.14 | 0 | 0.32 |
| HSL | 189.11º | 0.84% | 0.37% | - |
| HSV(B) | 189.11º | 0.91% | 0.68% | - |
| XYZ | 18.49 | 24.61 | 43.31 | - |
| YUV | 111.67 | 162.61 | 59.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 15 | 149 | 173 | 0.91 | 0.14 | 0 | 0.32 | 189.11 | 0.84 | 0.37 |
| Hex | F | 95 | AD | 5B | E | 0 | 20 | BD | 54 | 25 |
| Octal | 17 | 225 | 255 | 133 | 16 | 0 | 40 | 275 | 124 | 45 |
| Binary | 1111 | 10010101 | 10101101 | 1011011 | 1110 | 0 | 100000 | 10111101 | 1010100 | 100101 |
Color Harmonies of #0F95AD
Complementary color
Monochromatic Colors of #0F95AD
Black with #0F95AD
Text Example
Text Example
White with #0F95AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0F95AD; }
p { color: rgb(15,149,173); }
H1.HeaderClassName
{
color: #0F95AD;
}
.AnyTagClassName
{
color: #0F95AD;
}
</style>
background-color css
<style>
a { background-color: #0F95AD; }
a { background-color: rgb(15,149,173); }
div.DivClassName
{
background-color: #0F95AD;
}
.BgClassName
{
background-color: #0F95AD;
}
</style>
border-color css
<style>
span { border-color: #0F95AD; }
span { border-color: rgb(15,149,173); }
td.TdClassName
{
border-color: #0F95AD;
}
.TagClassName
{
border-color: #0F95AD;
}
</style>