Shades of Bondi Blue #04A1AD
Tints of Bondi Blue #04A1AD
RGB
CMYK
RGB Variations
Color information
#04A1AD (or 0x04A1AD) is known color: Bondi Blue. HEX triplet: 04, A1 and AD. RGB value is (4,161,173). Sum of RGB (Red+Green+Blue) = 4+161+173=338 (44% of max value = 765). Red value is 4 (1.95% from 255 or 1.18% from 338); Green value is 161 (63.28% from 255 or 47.63% from 338); Blue value is 173 (67.97% from 255 or 51.18% from 338); Max value from RGB is 173 - color contains mainly: blue. Hex color #04A1AD is not a web safe color. Web safe color analog (approx): #009999. Inversed color of #04A1AD is #FB5E52. Grayscale: #737373. Windows color (decimal): -16473683 or 11378948. OLE color: 11378948.
HSL color Cylindrical-coordinate representation of color #04A1AD: hue angle of 184.26º degrees, saturation: 0.95, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #04A1AD is Cyan = 0.98, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 4 | 161 | 173 | - |
| CMYK | 0.98 | 0.07 | 0 | 0.32 |
| HSL | 184.26º | 0.95% | 0.35% | - |
| HSV(B) | 184.26º | 0.98% | 0.68% | - |
| XYZ | 20.34 | 28.53 | 43.97 | - |
| YUV | 115.43 | 160.49 | 48.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 4 | 161 | 173 | 0.98 | 0.07 | 0 | 0.32 | 184.26 | 0.95 | 0.35 |
| Hex | 4 | A1 | AD | 62 | 7 | 0 | 20 | B8 | 5F | 23 |
| Octal | 4 | 241 | 255 | 142 | 7 | 0 | 40 | 270 | 137 | 43 |
| Binary | 100 | 10100001 | 10101101 | 1100010 | 111 | 0 | 100000 | 10111000 | 1011111 | 100011 |
Color Harmonies of #04A1AD
Complementary color
Monochromatic Colors of #04A1AD
Black with #04A1AD
Text Example
Text Example
White with #04A1AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #04A1AD; }
p { color: rgb(4,161,173); }
H1.HeaderClassName
{
color: #04A1AD;
}
.AnyTagClassName
{
color: #04A1AD;
}
</style>
background-color css
<style>
a { background-color: #04A1AD; }
a { background-color: rgb(4,161,173); }
div.DivClassName
{
background-color: #04A1AD;
}
.BgClassName
{
background-color: #04A1AD;
}
</style>
border-color css
<style>
span { border-color: #04A1AD; }
span { border-color: rgb(4,161,173); }
td.TdClassName
{
border-color: #04A1AD;
}
.TagClassName
{
border-color: #04A1AD;
}
</style>