#05E2FC

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

Shades of Aqua #05E2FC

Tints of Aqua #05E2FC

Color information

#05E2FC (or 0x05E2FC) is unknown color: approx Aqua. HEX triplet: 05, E2 and FC. RGB value is (5,226,252). Sum of RGB (Red+Green+Blue) = 5+226+252=483 (63% of max value = 765). Red value is 5 (2.34% from 255 or 1.04% from 483); Green value is 226 (88.67% from 255 or 46.79% from 483); Blue value is 252 (98.83% from 255 or 52.17% from 483); Max value from RGB is 252 - color contains mainly: blue. Hex color #05E2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #05E2FC is #FA1D03. Grayscale: #A2A2A2. Windows color (decimal): -16391428 or 16572933. OLE color: 16572933.

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

Color convert

RGB5226252-
CMYK0.980.1000.01
HSL186.32º97.63%50.39%-
HSV(B)186.32º98.02%98.82%-
XYZ44.8361.45101.59-
YUV162.89178.2815.39-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 1.04%
GREEN value IS 226 (88.67% from 255) = 46.79%
BLUE value IS 252 (98.83% from 255) = 52.17%
R=1.04%
G=46.79%
B=52.17%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal52262520.980.1000.01186.3297.6350.39
Hex5E2FC62A01ba6232
Octal5342374142120127214262
Binary10111100010111111001100010101001101110101100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #05E2FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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