Html Css Color HEX #00E3FC Aqua

📋 copy color: '#00E3FC'

red 0 ◦ green 227 ◦ blue 252

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

Shades of Aqua #00E3FC

Tints of Aqua #00E3FC

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 227 (89.06% from 255) = 47.39%

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

R = 0%
G = 47.39%
B = 52.61%

CMYK

 C value IS 1

 M value IS 0.10

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#00E3FC (or 0x00E3FC) is known color: Aqua. HEX triplet: 00, E3 and FC. RGB value is (0,227,252). Sum of RGB (Red+Green+Blue) = 0+227+252=479 (63% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 479); Green value is 227 (89.06% from 255 or 47.39% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #00E3FC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00E3FC is #FF1C03. Grayscale: #A1A1A1. Windows color (decimal): -16718852 or 16573184. OLE color: 16573184.

HSL color Cylindrical-coordinate representation of color #00E3FC: hue angle of 185.95º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00E3FC is Cyan = 1, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 0 227 252 -
CMYK 1 0.10 0 0.01
HSL 185.95º 1% 0.49% -
HSV(B) 185.95º 1% 0.99% -
XYZ 45.04 61.97 101.68 -
YUV 161.98 178.79 12.47 -
System Red Green Blue C M Y K H S L
Decimal 0 227 252 1 0.10 0 0.01 185.95 1 0.49
Hex 0 E3 FC 64 A 0 1 BA 64 31
Octal 0 343 374 144 12 0 1 272 144 61
Binary 0 11100011 11111100 1100100 1010 0 1 10111010 1100100 110001

Color Harmonies of #00E3FC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00E3FC

Black with #00E3FC

Text Example


Text Example

White with #00E3FC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00E3FC; }

 p { color: rgb(0,227,252); }

 H1.HeaderClassName
 {
   color: #00E3FC;
 }
 .AnyTagClassName
 {
   color: #00E3FC;
 }
</style>

background-color css

<style>
 a { background-color: #00E3FC; }

 a { background-color: rgb(0,227,252); }

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

border-color css

<style>
 span { border-color: #00E3FC; }

 span { border-color: rgb(0,227,252); }

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