Shades of Bondi Blue #0095AC
Tints of Bondi Blue #0095AC
RGB
CMYK
RGB Variations
Color information
#0095AC (or 0x0095AC) is known color: Bondi Blue. HEX triplet: 00, 95 and AC. RGB value is (0,149,172). Sum of RGB (Red+Green+Blue) = 0+149+172=321 (42% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 321); Green value is 149 (58.59% from 255 or 46.42% from 321); Blue value is 172 (67.58% from 255 or 53.58% from 321); Max value from RGB is 172 - color contains mainly: blue. Hex color #0095AC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0095AC is #FF6A53. Grayscale: #6A6A6A. Windows color (decimal): -16738900 or 11310336. OLE color: 11310336.
HSL color Cylindrical-coordinate representation of color #0095AC: hue angle of 188.02º degrees, saturation: 1, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 1%. Process color model (Four color, CMYK) of #0095AC is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 0 | 149 | 172 | - |
| CMYK | 1 | 0.13 | 0 | 0.33 |
| HSL | 188.02º | 1% | 0.34% | - |
| HSV(B) | 188.02º | 1% | 0.67% | - |
| XYZ | 18.19 | 24.47 | 42.79 | - |
| YUV | 107.07 | 164.64 | 51.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 149 | 172 | 1 | 0.13 | 0 | 0.33 | 188.02 | 1 | 0.34 |
| Hex | 0 | 95 | AC | 64 | D | 0 | 21 | BC | 64 | 22 |
| Octal | 0 | 225 | 254 | 144 | 15 | 0 | 41 | 274 | 144 | 42 |
| Binary | 0 | 10010101 | 10101100 | 1100100 | 1101 | 0 | 100001 | 10111100 | 1100100 | 100010 |
Color Harmonies of #0095AC
Complementary color
Monochromatic Colors of #0095AC
Black with #0095AC
Text Example
Text Example
White with #0095AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0095AC; }
p { color: rgb(0,149,172); }
H1.HeaderClassName
{
color: #0095AC;
}
.AnyTagClassName
{
color: #0095AC;
}
</style>
background-color css
<style>
a { background-color: #0095AC; }
a { background-color: rgb(0,149,172); }
div.DivClassName
{
background-color: #0095AC;
}
.BgClassName
{
background-color: #0095AC;
}
</style>
border-color css
<style>
span { border-color: #0095AC; }
span { border-color: rgb(0,149,172); }
td.TdClassName
{
border-color: #0095AC;
}
.TagClassName
{
border-color: #0095AC;
}
</style>