Html Css Color HEX #04E2FC Aqua

📋 copy color: '#04E2FC'

red 4 ◦ green 226 ◦ blue 252

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

Shades of Aqua #04E2FC

Tints of Aqua #04E2FC

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.89%

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

R = 0.83%
G = 46.89%
B = 52.28%

CMYK

 C value IS 0.98

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#04E2FC (or 0x04E2FC) is known color: Aqua. HEX triplet: 04, E2 and FC. RGB value is (4,226,252). Sum of RGB (Red+Green+Blue) = 4+226+252=482 (63% of max value = 765). Red value is 4 (1.95% from 255 or 0.83% from 482); Green value is 226 (88.67% from 255 or 46.89% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #04E2FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #04E2FC is #FB1D03. Grayscale: #A2A2A2. Windows color (decimal): -16456964 or 16572932. OLE color: 16572932.

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

Color convert

RGB 4 226 252 -
CMYK 0.98 0.10 0 0.01
HSL 186.29º 0.98% 0.5% -
HSV(B) 186.29º 0.98% 0.99% -
XYZ 44.82 61.45 101.59 -
YUV 162.59 178.45 14.89 -
System Red Green Blue C M Y K H S L
Decimal 4 226 252 0.98 0.10 0 0.01 186.29 0.98 0.5
Hex 4 E2 FC 62 A 0 1 BA 62 32
Octal 4 342 374 142 12 0 1 272 142 62
Binary 100 11100010 11111100 1100010 1010 0 1 10111010 1100010 110010

Color Harmonies of #04E2FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #04E2FC

Black with #04E2FC

Text Example


Text Example

White with #04E2FC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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