Shades of Bondi Blue #049ABB
Tints of Bondi Blue #049ABB
RGB
CMYK
RGB Variations
Color information
#049ABB (or 0x049ABB) is known color: Bondi Blue. HEX triplet: 04, 9A and BB. RGB value is (4,154,187). Sum of RGB (Red+Green+Blue) = 4+154+187=345 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 345); Green value is 154 (60.55% from 255 or 44.64% from 345); Blue value is 187 (73.44% from 255 or 54.20% from 345); Max value from RGB is 187 - color contains mainly: blue. Hex color #049ABB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049ABB is #FB6544. Grayscale: #707070. Windows color (decimal): -16475461 or 12294660. OLE color: 12294660.
HSL color Cylindrical-coordinate representation of color #049ABB: hue angle of 190.82º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #049ABB is Cyan = 0.98, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 154 | 187 | - |
| CMYK | 0.98 | 0.18 | 0 | 0.27 |
| HSL | 190.82º | 0.96% | 0.37% | - |
| HSV(B) | 190.82º | 0.98% | 0.73% | - |
| XYZ | 20.58 | 26.72 | 51.09 | - |
| YUV | 112.91 | 169.81 | 50.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 154 | 187 | 0.98 | 0.18 | 0 | 0.27 | 190.82 | 0.96 | 0.37 |
| Hex | 4 | 9A | BB | 62 | 12 | 0 | 1B | BF | 60 | 25 |
| Octal | 4 | 232 | 273 | 142 | 22 | 0 | 33 | 277 | 140 | 45 |
| Binary | 100 | 10011010 | 10111011 | 1100010 | 10010 | 0 | 11011 | 10111111 | 1100000 | 100101 |
Color Harmonies of #049ABB
Complementary color
Monochromatic Colors of #049ABB
Black with #049ABB
Text Example
Text Example
White with #049ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049ABB; }
p { color: rgb(4,154,187); }
H1.HeaderClassName
{
color: #049ABB;
}
.AnyTagClassName
{
color: #049ABB;
}
</style>
background-color css
<style>
a { background-color: #049ABB; }
a { background-color: rgb(4,154,187); }
div.DivClassName
{
background-color: #049ABB;
}
.BgClassName
{
background-color: #049ABB;
}
</style>
border-color css
<style>
span { border-color: #049ABB; }
span { border-color: rgb(4,154,187); }
td.TdClassName
{
border-color: #049ABB;
}
.TagClassName
{
border-color: #049ABB;
}
</style>