Shades of Bondi Blue #0495AB
Tints of Bondi Blue #0495AB
RGB
CMYK
RGB Variations
Color information
#0495AB (or 0x0495AB) is known color: Bondi Blue. HEX triplet: 04, 95 and AB. RGB value is (4,149,171). Sum of RGB (Red+Green+Blue) = 4+149+171=324 (42% of max value = 765). Red value is 4 (1.95% from 255 or 1.23% from 324); Green value is 149 (58.59% from 255 or 45.99% from 324); Blue value is 171 (67.19% from 255 or 52.78% from 324); Max value from RGB is 171 - color contains mainly: blue. Hex color #0495AB is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #0495AB is #FB6A54. Grayscale: #6B6B6B. Windows color (decimal): -16476757 or 11244804. OLE color: 11244804.
HSL color Cylindrical-coordinate representation of color #0495AB: hue angle of 187.9º degrees, saturation: 0.95, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0495AB is Cyan = 0.98, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 149 | 171 | - |
| CMYK | 0.98 | 0.13 | 0 | 0.33 |
| HSL | 187.9º | 0.95% | 0.34% | - |
| HSV(B) | 187.9º | 0.98% | 0.67% | - |
| XYZ | 18.15 | 24.46 | 42.29 | - |
| YUV | 108.15 | 163.46 | 53.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 149 | 171 | 0.98 | 0.13 | 0 | 0.33 | 187.9 | 0.95 | 0.34 |
| Hex | 4 | 95 | AB | 62 | D | 0 | 21 | BC | 5F | 22 |
| Octal | 4 | 225 | 253 | 142 | 15 | 0 | 41 | 274 | 137 | 42 |
| Binary | 100 | 10010101 | 10101011 | 1100010 | 1101 | 0 | 100001 | 10111100 | 1011111 | 100010 |
Color Harmonies of #0495AB
Complementary color
Monochromatic Colors of #0495AB
Black with #0495AB
Text Example
Text Example
White with #0495AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #0495AB; }
p { color: rgb(4,149,171); }
H1.HeaderClassName
{
color: #0495AB;
}
.AnyTagClassName
{
color: #0495AB;
}
</style>
background-color css
<style>
a { background-color: #0495AB; }
a { background-color: rgb(4,149,171); }
div.DivClassName
{
background-color: #0495AB;
}
.BgClassName
{
background-color: #0495AB;
}
</style>
border-color css
<style>
span { border-color: #0495AB; }
span { border-color: rgb(4,149,171); }
td.TdClassName
{
border-color: #0495AB;
}
.TagClassName
{
border-color: #0495AB;
}
</style>