#05E2FF

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

Shades of Aqua #05E2FF

Tints of Aqua #05E2FF

Color information

#05E2FF (or 0x05E2FF) is unknown color: approx Aqua. HEX triplet: 05, E2 and FF. RGB value is (5,226,255). Sum of RGB (Red+Green+Blue) = 5+226+255=486 (64% of max value = 765). Red value is 5 (2.34% from 255 or 1.03% from 486); Green value is 226 (88.67% from 255 or 46.50% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #05E2FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2FF is #FA1D00. Grayscale: #A2A2A2. Windows color (decimal): -16391425 or 16769541. OLE color: 16769541.

HSL color Cylindrical-coordinate representation of color #05E2FF: hue angle of 186.96º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #05E2FF is Cyan = 0.98, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB5226255-
CMYK0.980.1100
HSL186.96º100%50.98%-
HSV(B)186.96º98.04%100%-
XYZ45.3161.64104.12-
YUV163.23179.7815.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.03%
GREEN value IS 226 (88.67% from 255) = 46.50%
BLUE value IS 255 (100% from 255) = 52.47%
R=1.03%
G=46.50%
B=52.47%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal52262550.980.1100186.9610050.98
Hex5E2FF62B00bb6433
Octal5342377142130027314463
Binary10111100010111111111100010101100101110111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,226,255); }

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

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

 a { background-color: rgb(5,226,255); }

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

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

 span { border-color: rgb(5,226,255); }

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