Shades of Aqua #05F5FE
Tints of Aqua #05F5FE
RGB
CMYK
RGB Variations
Color information
#05F5FE (or 0x05F5FE) is known color: Aqua. HEX triplet: 05, F5 and FE. RGB value is (5,245,254). Sum of RGB (Red+Green+Blue) = 5+245+254=504 (66% of max value = 765). Red value is 5 (2.34% from 255 or 0.99% from 504); Green value is 245 (96.09% from 255 or 48.61% from 504); Blue value is 254 (99.61% from 255 or 50.40% from 504); Max value from RGB is 254 - color contains mainly: blue. Hex color #05F5FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05F5FE is #FA0A01. Grayscale: #ADADAD. Windows color (decimal): -16386562 or 16708869. OLE color: 16708869.
HSL color Cylindrical-coordinate representation of color #05F5FE: hue angle of 182.17º 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 #05F5FE is Cyan = 0.98, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 5 | 245 | 254 | - |
| CMYK | 0.98 | 0.04 | 0 | 0.00 |
| HSL | 182.17º | 0.99% | 0.51% | - |
| HSV(B) | 182.17º | 0.98% | 1% | - |
| XYZ | 50.6 | 72.49 | 105.09 | - |
| YUV | 174.27 | 172.99 | 7.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 5 | 245 | 254 | 0.98 | 0.04 | 0 | 0.00 | 182.17 | 0.99 | 0.51 |
| Hex | 5 | F5 | FE | 62 | 4 | 0 | 0 | B6 | 63 | 33 |
| Octal | 5 | 365 | 376 | 142 | 4 | 0 | 0 | 266 | 143 | 63 |
| Binary | 101 | 11110101 | 11111110 | 1100010 | 100 | 0 | 0 | 10110110 | 1100011 | 110011 |
Color Harmonies of #05F5FE
Complementary color
Monochromatic Colors of #05F5FE
Black with #05F5FE
Text Example
Text Example
White with #05F5FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #05F5FE; }
p { color: rgb(5,245,254); }
H1.HeaderClassName
{
color: #05F5FE;
}
.AnyTagClassName
{
color: #05F5FE;
}
</style>
background-color css
<style>
a { background-color: #05F5FE; }
a { background-color: rgb(5,245,254); }
div.DivClassName
{
background-color: #05F5FE;
}
.BgClassName
{
background-color: #05F5FE;
}
</style>
border-color css
<style>
span { border-color: #05F5FE; }
span { border-color: rgb(5,245,254); }
td.TdClassName
{
border-color: #05F5FE;
}
.TagClassName
{
border-color: #05F5FE;
}
</style>