Shades of Bondi Blue #049BBB
Tints of Bondi Blue #049BBB
RGB
CMYK
RGB Variations
Color information
#049BBB (or 0x049BBB) is known color: Bondi Blue. HEX triplet: 04, 9B and BB. RGB value is (4,155,187). Sum of RGB (Red+Green+Blue) = 4+155+187=346 (45% of max value = 765). Red value is 4 (1.95% from 255 or 1.16% from 346); Green value is 155 (60.94% from 255 or 44.80% from 346); Blue value is 187 (73.44% from 255 or 54.05% from 346); Max value from RGB is 187 - color contains mainly: blue. Hex color #049BBB is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #049BBB is #FB6444. Grayscale: #717171. Windows color (decimal): -16475205 or 12294916. OLE color: 12294916.
HSL color Cylindrical-coordinate representation of color #049BBB: hue angle of 190.49º 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 #049BBB is Cyan = 0.98, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 4 | 155 | 187 | - |
| CMYK | 0.98 | 0.17 | 0 | 0.27 |
| HSL | 190.49º | 0.96% | 0.37% | - |
| HSV(B) | 190.49º | 0.98% | 0.73% | - |
| XYZ | 20.74 | 27.06 | 51.14 | - |
| YUV | 113.5 | 169.47 | 49.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 155 | 187 | 0.98 | 0.17 | 0 | 0.27 | 190.49 | 0.96 | 0.37 |
| Hex | 4 | 9B | BB | 62 | 11 | 0 | 1B | BE | 60 | 25 |
| Octal | 4 | 233 | 273 | 142 | 21 | 0 | 33 | 276 | 140 | 45 |
| Binary | 100 | 10011011 | 10111011 | 1100010 | 10001 | 0 | 11011 | 10111110 | 1100000 | 100101 |
Color Harmonies of #049BBB
Complementary color
Monochromatic Colors of #049BBB
Black with #049BBB
Text Example
Text Example
White with #049BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #049BBB; }
p { color: rgb(4,155,187); }
H1.HeaderClassName
{
color: #049BBB;
}
.AnyTagClassName
{
color: #049BBB;
}
</style>
background-color css
<style>
a { background-color: #049BBB; }
a { background-color: rgb(4,155,187); }
div.DivClassName
{
background-color: #049BBB;
}
.BgClassName
{
background-color: #049BBB;
}
</style>
border-color css
<style>
span { border-color: #049BBB; }
span { border-color: rgb(4,155,187); }
td.TdClassName
{
border-color: #049BBB;
}
.TagClassName
{
border-color: #049BBB;
}
</style>