Html Css Color HEX #E2FEFD Light Cyan

📋 copy color: '#E2FEFD'

red 226 ◦ green 254 ◦ blue 253

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

Shades of Light Cyan #E2FEFD

Tints of Light Cyan #E2FEFD

RGB

 RED value IS 226 (88.67% from 255) = 30.83%

 GREEN value IS 254 (99.61% from 255) = 34.65%

 BLUE value IS 253 (99.22% from 255) = 34.52%

R = 30.83%
G = 34.65%
B = 34.52%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#E2FEFD (or 0xE2FEFD) is known color: Light Cyan. HEX triplet: E2, FE and FD. RGB value is (226,254,253). Sum of RGB (Red+Green+Blue) = 226+254+253=733 (97% of max value = 765). Red value is 226 (88.67% from 255 or 30.83% from 733); Green value is 254 (99.61% from 255 or 34.65% from 733); Blue value is 253 (99.22% from 255 or 34.52% from 733); Max value from RGB is 254 - color contains mainly: green. Hex color #E2FEFD is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FEFD is #1D0102. Grayscale: #F5F5F5. Windows color (decimal): -1900803 or 16645858. OLE color: 16645858.

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

Color convert

RGB 226 254 253 -
CMYK 0.11 0 0.00 0.00
HSL 177.86º 0.93% 0.94% -
HSV(B) 177.86º 0.11% 1% -
XYZ 84.54 94.14 106.64 -
YUV 245.51 132.22 114.08 -
System Red Green Blue C M Y K H S L
Decimal 226 254 253 0.11 0 0.00 0.00 177.86 0.93 0.94
Hex E2 FE FD B 0 0 0 B2 5D 5E
Octal 342 376 375 13 0 0 0 262 135 136
Binary 11100010 11111110 11111101 1011 0 0 0 10110010 1011101 1011110

Color Harmonies of #E2FEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FEFD

Black with #E2FEFD

Text Example


Text Example

White with #E2FEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FEFD; }

 p { color: rgb(226,254,253); }

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

background-color css

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

 a { background-color: rgb(226,254,253); }

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

border-color css

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

 span { border-color: rgb(226,254,253); }

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