Html Css Color HEX #E0F2FE Alice Blue

📋 copy color: '#E0F2FE'

red 224 ◦ green 242 ◦ blue 254

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

Shades of Alice Blue #E0F2FE

Tints of Alice Blue #E0F2FE

RGB

 RED value IS 224 (87.89% from 255) = 31.11%

 GREEN value IS 242 (94.92% from 255) = 33.61%

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

R = 31.11%
G = 33.61%
B = 35.28%

CMYK

 C value IS 0.12

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E0F2FE (or 0xE0F2FE) is known color: Alice Blue. HEX triplet: E0, F2 and FE. RGB value is (224,242,254). Sum of RGB (Red+Green+Blue) = 224+242+254=720 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.11% from 720); Green value is 242 (94.92% from 255 or 33.61% from 720); Blue value is 254 (99.61% from 255 or 35.28% from 720); Max value from RGB is 254 - color contains mainly: blue. Hex color #E0F2FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2FE is #1F0D01. Grayscale: #EDEDED. Windows color (decimal): -2034946 or 16708320. OLE color: 16708320.

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

Color convert

RGB 224 242 254 -
CMYK 0.12 0.05 0 0.00
HSL 204º 0.94% 0.94% -
HSV(B) 204º 0.12% 1% -
XYZ 80.38 86.51 106.23 -
YUV 237.99 137.04 118.02 -
System Red Green Blue C M Y K H S L
Decimal 224 242 254 0.12 0.05 0 0.00 204 0.94 0.94
Hex E0 F2 FE C 5 0 0 CC 5E 5E
Octal 340 362 376 14 5 0 0 314 136 136
Binary 11100000 11110010 11111110 1100 101 0 0 11001100 1011110 1011110

Color Harmonies of #E0F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0F2FE

Black with #E0F2FE

Text Example


Text Example

White with #E0F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0F2FE; }

 p { color: rgb(224,242,254); }

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

background-color css

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

 a { background-color: rgb(224,242,254); }

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

border-color css

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

 span { border-color: rgb(224,242,254); }

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