Html Css Color HEX #E2F9FE Light Cyan

📋 copy color: '#E2F9FE'

red 226 ◦ green 249 ◦ blue 254

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

Shades of Light Cyan #E2F9FE

Tints of Light Cyan #E2F9FE

RGB

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

 GREEN value IS 249 (97.66% from 255) = 34.16%

 BLUE value IS 254 (99.61% from 255) = 34.84%

R = 31%
G = 34.16%
B = 34.84%

CMYK

 C value IS 0.11

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2F9FE (or 0xE2F9FE) is known color: Light Cyan. HEX triplet: E2, F9 and FE. RGB value is (226,249,254). Sum of RGB (Red+Green+Blue) = 226+249+254=729 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.00% from 729); Green value is 249 (97.66% from 255 or 34.16% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2F9FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F9FE is #1D0601. Grayscale: #F2F2F2. Windows color (decimal): -1902082 or 16710114. OLE color: 16710114.

HSL color Cylindrical-coordinate representation of color #E2F9FE: hue angle of 190.71º 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 #E2F9FE is Cyan = 0.11, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 226 249 254 -
CMYK 0.11 0.02 0 0.00
HSL 190.71º 0.93% 0.94% -
HSV(B) 190.71º 0.11% 1% -
XYZ 83.13 91.08 106.96 -
YUV 242.69 134.38 116.09 -
System Red Green Blue C M Y K H S L
Decimal 226 249 254 0.11 0.02 0 0.00 190.71 0.93 0.94
Hex E2 F9 FE B 2 0 0 BF 5D 5E
Octal 342 371 376 13 2 0 0 277 135 136
Binary 11100010 11111001 11111110 1011 10 0 0 10111111 1011101 1011110

Color Harmonies of #E2F9FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F9FE

Black with #E2F9FE

Text Example


Text Example

White with #E2F9FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F9FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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