Shades of Bondi Blue #0095AD
Tints of Bondi Blue #0095AD
RGB
CMYK
RGB Variations
Color information
#0095AD (or 0x0095AD) is known color: Bondi Blue. HEX triplet: 00, 95 and AD. RGB value is (0,149,173). Sum of RGB (Red+Green+Blue) = 0+149+173=322 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 322); Green value is 149 (58.59% from 255 or 46.27% from 322); Blue value is 173 (67.97% from 255 or 53.73% from 322); Max value from RGB is 173 - color contains mainly: blue. Hex color #0095AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AD is #FF6A52. Grayscale: #6A6A6A. Windows color (decimal): -16738899 or 11375872. OLE color: 11375872.
HSL color Cylindrical-coordinate representation of color #0095AD: hue angle of 188.32º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095AD is Cyan = 1, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 0 | 149 | 173 | - |
| CMYK | 1 | 0.14 | 0 | 0.32 |
| HSL | 188.32º | 1% | 0.34% | - |
| HSV(B) | 188.32º | 1% | 0.68% | - |
| XYZ | 18.29 | 24.51 | 43.3 | - |
| YUV | 107.19 | 165.14 | 51.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 173 | 1 | 0.14 | 0 | 0.32 | 188.32 | 1 | 0.34 |
| Hex | 0 | 95 | AD | 64 | E | 0 | 20 | BC | 64 | 22 |
| Octal | 0 | 225 | 255 | 144 | 16 | 0 | 40 | 274 | 144 | 42 |
| Binary | 0 | 10010101 | 10101101 | 1100100 | 1110 | 0 | 100000 | 10111100 | 1100100 | 100010 |
Color Harmonies of #0095AD
Complementary color
Monochromatic Colors of #0095AD
Black with #0095AD
Text Example
Text Example
White with #0095AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095AD; }
p { color: rgb(0,149,173); }
H1.HeaderClassName
{
color: #0095AD;
}
.AnyTagClassName
{
color: #0095AD;
}
</style>
background-color css
<style>
a { background-color: #0095AD; }
a { background-color: rgb(0,149,173); }
div.DivClassName
{
background-color: #0095AD;
}
.BgClassName
{
background-color: #0095AD;
}
</style>
border-color css
<style>
span { border-color: #0095AD; }
span { border-color: rgb(0,149,173); }
td.TdClassName
{
border-color: #0095AD;
}
.TagClassName
{
border-color: #0095AD;
}
</style>