Html Css Color HEX #04E5FC Aqua

📋 copy color: '#04E5FC'

red 4 ◦ green 229 ◦ blue 252

#04E5FC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Aqua #04E5FC

Tints of Aqua #04E5FC

RGB

 RED value IS 4 (1.95% from 255) = 0.82%

 GREEN value IS 229 (89.84% from 255) = 47.22%

 BLUE value IS 252 (98.83% from 255) = 51.96%

R = 0.82%
G = 47.22%
B = 51.96%

CMYK

 C value IS 0.98

 M value IS 0.09

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04E5FC (or 0x04E5FC) is known color: Aqua. HEX triplet: 04, E5 and FC. RGB value is (4,229,252). Sum of RGB (Red+Green+Blue) = 4+229+252=485 (64% of max value = 765). Red value is 4 (1.95% from 255 or 0.82% from 485); Green value is 229 (89.84% from 255 or 47.22% from 485); Blue value is 252 (98.83% from 255 or 51.96% from 485); Max value from RGB is 252 - color contains mainly: blue. Hex color #04E5FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E5FC is #FB1A03. Grayscale: #A4A4A4. Windows color (decimal): -16456196 or 16573700. OLE color: 16573700.

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

Color convert

RGB 4 229 252 -
CMYK 0.98 0.09 0 0.01
HSL 185.56º 0.98% 0.5% -
HSV(B) 185.56º 0.98% 0.99% -
XYZ 45.64 63.09 101.87 -
YUV 164.35 177.46 13.63 -
System Red Green Blue C M Y K H S L
Decimal 4 229 252 0.98 0.09 0 0.01 185.56 0.98 0.5
Hex 4 E5 FC 62 9 0 1 BA 62 32
Octal 4 345 374 142 11 0 1 272 142 62
Binary 100 11100101 11111100 1100010 1001 0 1 10111010 1100010 110010

Color Harmonies of #04E5FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E5FC

Black with #04E5FC

Text Example


Text Example

White with #04E5FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #04E5FC; }

 p { color: rgb(4,229,252); }

 H1.HeaderClassName
 {
   color: #04E5FC;
 }
 .AnyTagClassName
 {
   color: #04E5FC;
 }
</style>

background-color css

<style>
 a { background-color: #04E5FC; }

 a { background-color: rgb(4,229,252); }

 div.DivClassName
 {
   background-color: #04E5FC;
 }
 .BgClassName
 {
   background-color: #04E5FC;
 }
</style>

border-color css

<style>
 span { border-color: #04E5FC; }

 span { border-color: rgb(4,229,252); }

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