#05E9FC

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

Shades of Aqua #05E9FC

Tints of Aqua #05E9FC

Color information

#05E9FC (or 0x05E9FC) is unknown color: approx Aqua. HEX triplet: 05, E9 and FC. RGB value is (5,233,252). Sum of RGB (Red+Green+Blue) = 5+233+252=490 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 490); Green value is 233 (91.41% from 255 or 47.55% from 490); Blue value is 252 (98.83% from 255 or 51.43% from 490); Max value from RGB is 252 - color contains mainly: blue. Hex color #05E9FC is not a web safe color. Web safe color analog (approx): #00FFFF. Inversed color of #05E9FC is #FA1603. Grayscale: #A6A6A6. Windows color (decimal): -16389636 or 16574725. OLE color: 16574725.

HSL color Cylindrical-coordinate representation of color #05E9FC: hue angle of 184.62º degrees, saturation: 0.98, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E9FC is Cyan = 0.98, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB5233252-
CMYK0.980.0800.01
HSL184.62º97.63%50.39%-
HSV(B)184.62º98.02%98.82%-
XYZ46.7765.34102.24-
YUV166.99175.9612.46-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 233 (91.41% from 255) = 47.55%
BLUE value IS 252 (98.83% from 255) = 51.43%
R=1.02%
G=47.55%
B=51.43%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52332520.980.0800.01184.6297.6350.39
Hex5E9FC62801b96232
Octal5351374142100127114262
Binary10111101001111111001100010100001101110011100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E9FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,233,252); }

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

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

 a { background-color: rgb(5,233,252); }

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

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

 span { border-color: rgb(5,233,252); }

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