Shades of Aqua #05EFF4
Tints of Aqua #05EFF4
RGB
CMYK
RGB Variations
Color information
#05EFF4 (or 0x05EFF4) is known color: Aqua. HEX triplet: 05, EF and F4. RGB value is (5,239,244). Sum of RGB (Red+Green+Blue) = 5+239+244=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 239 (93.75% from 255 or 48.98% from 488); Blue value is 244 (95.70% from 255 or 50% from 488); Max value from RGB is 244 - color contains mainly: blue. Hex color #05EFF4 is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05EFF4 is #FA100B. Grayscale: #A9A9A9. Windows color (decimal): -16388108 or 16051973. OLE color: 16051973.
HSL color Cylindrical-coordinate representation of color #05EFF4: hue angle of 181.26º degrees, saturation: 0.96, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05EFF4 is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 5 | 239 | 244 | - |
| CMYK | 0.98 | 0.02 | 0 | 0.04 |
| HSL | 181.26º | 0.96% | 0.49% | - |
| HSV(B) | 181.26º | 0.98% | 0.96% | - |
| XYZ | 47.26 | 68.3 | 96.28 | - |
| YUV | 169.6 | 169.98 | 10.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 239 | 244 | 0.98 | 0.02 | 0 | 0.04 | 181.26 | 0.96 | 0.49 |
| Hex | 5 | EF | F4 | 62 | 2 | 0 | 4 | B5 | 60 | 31 |
| Octal | 5 | 357 | 364 | 142 | 2 | 0 | 4 | 265 | 140 | 61 |
| Binary | 101 | 11101111 | 11110100 | 1100010 | 10 | 0 | 100 | 10110101 | 1100000 | 110001 |
Color Harmonies of #05EFF4
Complementary color
Monochromatic Colors of #05EFF4
Black with #05EFF4
Text Example
Text Example
White with #05EFF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05EFF4; }
p { color: rgb(5,239,244); }
H1.HeaderClassName
{
color: #05EFF4;
}
.AnyTagClassName
{
color: #05EFF4;
}
</style>
background-color css
<style>
a { background-color: #05EFF4; }
a { background-color: rgb(5,239,244); }
div.DivClassName
{
background-color: #05EFF4;
}
.BgClassName
{
background-color: #05EFF4;
}
</style>
border-color css
<style>
span { border-color: #05EFF4; }
span { border-color: rgb(5,239,244); }
td.TdClassName
{
border-color: #05EFF4;
}
.TagClassName
{
border-color: #05EFF4;
}
</style>