Shades of Bondi Blue #048CAC
Tints of Bondi Blue #048CAC
RGB
CMYK
RGB Variations
Color information
#048CAC (or 0x048CAC) is known color: Bondi Blue. HEX triplet: 04, 8C and AC. RGB value is (4,140,172). Sum of RGB (Red+Green+Blue) = 4+140+172=316 (41% of max value = 765). Red value is 4 (1.95% from 255 or 1.27% from 316); Green value is 140 (55.08% from 255 or 44.30% from 316); Blue value is 172 (67.58% from 255 or 54.43% from 316); Max value from RGB is 172 - color contains mainly: blue. Hex color #048CAC is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #048CAC is #FB7353. Grayscale: #666666. Windows color (decimal): -16479060 or 11308036. OLE color: 11308036.
HSL color Cylindrical-coordinate representation of color #048CAC: hue angle of 191.43º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #048CAC is Cyan = 0.98, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 4 | 140 | 172 | - |
| CMYK | 0.98 | 0.19 | 0 | 0.33 |
| HSL | 191.43º | 0.95% | 0.35% | - |
| HSV(B) | 191.43º | 0.98% | 0.67% | - |
| XYZ | 16.87 | 21.76 | 42.34 | - |
| YUV | 102.98 | 166.94 | 57.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 140 | 172 | 0.98 | 0.19 | 0 | 0.33 | 191.43 | 0.95 | 0.35 |
| Hex | 4 | 8C | AC | 62 | 13 | 0 | 21 | BF | 5F | 23 |
| Octal | 4 | 214 | 254 | 142 | 23 | 0 | 41 | 277 | 137 | 43 |
| Binary | 100 | 10001100 | 10101100 | 1100010 | 10011 | 0 | 100001 | 10111111 | 1011111 | 100011 |
Color Harmonies of #048CAC
Complementary color
Monochromatic Colors of #048CAC
Black with #048CAC
Text Example
Text Example
White with #048CAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #048CAC; }
p { color: rgb(4,140,172); }
H1.HeaderClassName
{
color: #048CAC;
}
.AnyTagClassName
{
color: #048CAC;
}
</style>
background-color css
<style>
a { background-color: #048CAC; }
a { background-color: rgb(4,140,172); }
div.DivClassName
{
background-color: #048CAC;
}
.BgClassName
{
background-color: #048CAC;
}
</style>
border-color css
<style>
span { border-color: #048CAC; }
span { border-color: rgb(4,140,172); }
td.TdClassName
{
border-color: #048CAC;
}
.TagClassName
{
border-color: #048CAC;
}
</style>