Shades of Aqua #05F0FE
Tints of Aqua #05F0FE
RGB
CMYK
RGB Variations
Color information
#05F0FE (or 0x05F0FE) is known color: Aqua. HEX triplet: 05, F0 and FE. RGB value is (5,240,254). Sum of RGB (Red+Green+Blue) = 5+240+254=499 (66% of max value = 765). Red value is 5 (2.34% from 255 or 1.00% from 499); Green value is 240 (94.14% from 255 or 48.10% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #05F0FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F0FE is #FA0F01. Grayscale: #ABABAB. Windows color (decimal): -16387842 or 16707589. OLE color: 16707589.
HSL color Cylindrical-coordinate representation of color #05F0FE: hue angle of 183.37º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05F0FE is Cyan = 0.98, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 240 | 254 | - |
| CMYK | 0.98 | 0.06 | 0 | 0.00 |
| HSL | 183.37º | 0.99% | 0.51% | - |
| HSV(B) | 183.37º | 0.98% | 1% | - |
| XYZ | 49.11 | 69.51 | 104.59 | - |
| YUV | 171.33 | 174.64 | 9.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 240 | 254 | 0.98 | 0.06 | 0 | 0.00 | 183.37 | 0.99 | 0.51 |
| Hex | 5 | F0 | FE | 62 | 6 | 0 | 0 | B7 | 63 | 33 |
| Octal | 5 | 360 | 376 | 142 | 6 | 0 | 0 | 267 | 143 | 63 |
| Binary | 101 | 11110000 | 11111110 | 1100010 | 110 | 0 | 0 | 10110111 | 1100011 | 110011 |
Color Harmonies of #05F0FE
Complementary color
Monochromatic Colors of #05F0FE
Black with #05F0FE
Text Example
Text Example
White with #05F0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F0FE; }
p { color: rgb(5,240,254); }
H1.HeaderClassName
{
color: #05F0FE;
}
.AnyTagClassName
{
color: #05F0FE;
}
</style>
background-color css
<style>
a { background-color: #05F0FE; }
a { background-color: rgb(5,240,254); }
div.DivClassName
{
background-color: #05F0FE;
}
.BgClassName
{
background-color: #05F0FE;
}
</style>
border-color css
<style>
span { border-color: #05F0FE; }
span { border-color: rgb(5,240,254); }
td.TdClassName
{
border-color: #05F0FE;
}
.TagClassName
{
border-color: #05F0FE;
}
</style>