#05E5FE

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

Shades of Aqua #05E5FE

Tints of Aqua #05E5FE

Color information

#05E5FE (or 0x05E5FE) is unknown color: approx Aqua. HEX triplet: 05, E5 and FE. RGB value is (5,229,254). Sum of RGB (Red+Green+Blue) = 5+229+254=488 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.02% from 488); Green value is 229 (89.84% from 255 or 46.93% from 488); Blue value is 254 (99.61% from 255 or 52.05% from 488); Max value from RGB is 254 - color contains mainly: blue. Hex color #05E5FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E5FE is #FA1A01. Grayscale: #A4A4A4. Windows color (decimal): -16390658 or 16704773. OLE color: 16704773.

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

Color convert

RGB5229254-
CMYK0.980.1000.00
HSL186.02º99.2%50.78%-
HSV(B)186.02º98.03%99.61%-
XYZ45.9763.23103.55-
YUV164.87178.2913.97-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.02%
GREEN value IS 229 (89.84% from 255) = 46.93%
BLUE value IS 254 (99.61% from 255) = 52.05%
R=1.02%
G=46.93%
B=52.05%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal52292540.980.1000.00186.0299.250.78
Hex5E5FE62A00ba6333
Octal5345376142120027214363
Binary10111100101111111101100010101000101110101100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E5FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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