#05E8FE

Color #05E8FE Aqua (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aqua #05E8FE

Tints of Aqua #05E8FE

Color information

#05E8FE (or 0x05E8FE) is unknown color: approx Aqua. HEX triplet: 05, E8 and FE. RGB value is (5,232,254). Sum of RGB (Red+Green+Blue) = 5+232+254=491 (65% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 491); Green value is 232 (91.02% from 255 or 47.25% from 491); Blue value is 254 (99.61% from 255 or 51.73% from 491); Max value from RGB is 254 - color contains mainly: blue. Hex color #05E8FE is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E8FE is #FA1701. Grayscale: #A6A6A6. Windows color (decimal): -16389890 or 16705541. OLE color: 16705541.

HSL color Cylindrical-coordinate representation of color #05E8FE: hue angle of 185.3º 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 #05E8FE is Cyan = 0.98, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB5232254-
CMYK0.980.0900.00
HSL185.3º99.2%50.78%-
HSV(B)185.3º98.03%99.61%-
XYZ46.8164.9103.83-
YUV166.64177.2912.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 232 (91.02% from 255) = 47.25%
BLUE value IS 254 (99.61% from 255) = 51.73%
R=1.02%
G=47.25%
B=51.73%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal52322540.980.0900.00185.399.250.78
Hex5E8FE62900b96333
Octal5350376142110027114363
Binary10111101000111111101100010100100101110011100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E8FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #05E8FE; }

 p { color: rgb(5,232,254); }

 H1.HeaderClassName
 {
   color: #05E8FE;
 }
 .AnyTagClassName
 {
   color: #05E8FE;
 }
</style>
background-color css

<style>
 a { background-color: #05E8FE; }

 a { background-color: rgb(5,232,254); }

 div.DivClassName
 {
   background-color: #05E8FE;
 }
 .BgClassName
 {
   background-color: #05E8FE;
 }
</style>
border-color css

<style>
 span { border-color: #05E8FE; }

 span { border-color: rgb(5,232,254); }

 td.TdClassName
 {
   border-color: #05E8FE;
 }
 .TagClassName
 {
   border-color: #05E8FE;
 }
</style>