Html Css Color HEX #E2FDFA Light Cyan

📋 copy color: '#E2FDFA'

red 226 ◦ green 253 ◦ blue 250

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

Shades of Light Cyan #E2FDFA

Tints of Light Cyan #E2FDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.71%

 BLUE value IS 250 (98.05% from 255) = 34.29%

R = 31%
G = 34.71%
B = 34.29%

CMYK

 C value IS 0.11

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#E2FDFA (or 0xE2FDFA) is known color: Light Cyan. HEX triplet: E2, FD and FA. RGB value is (226,253,250). Sum of RGB (Red+Green+Blue) = 226+253+250=729 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.00% from 729); Green value is 253 (99.22% from 255 or 34.71% from 729); Blue value is 250 (98.05% from 255 or 34.29% from 729); Max value from RGB is 253 - color contains mainly: green. Hex color #E2FDFA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2FDFA is #1D0205. Grayscale: #F4F4F4. Windows color (decimal): -1901062 or 16448994. OLE color: 16448994.

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

Color convert

RGB 226 253 250 -
CMYK 0.11 0 0.01 0.01
HSL 173.33º 0.87% 0.94% -
HSV(B) 173.33º 0.11% 0.99% -
XYZ 83.74 93.32 104.04 -
YUV 244.59 131.05 114.74 -
System Red Green Blue C M Y K H S L
Decimal 226 253 250 0.11 0 0.01 0.01 173.33 0.87 0.94
Hex E2 FD FA B 0 1 1 AD 57 5E
Octal 342 375 372 13 0 1 1 255 127 136
Binary 11100010 11111101 11111010 1011 0 1 1 10101101 1010111 1011110

Color Harmonies of #E2FDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2FDFA

Black with #E2FDFA

Text Example


Text Example

White with #E2FDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2FDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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