Html Css Color HEX #E2F1FA Alice Blue

📋 copy color: '#E2F1FA'

red 226 ◦ green 241 ◦ blue 250

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

Shades of Alice Blue #E2F1FA

Tints of Alice Blue #E2F1FA

RGB

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

 GREEN value IS 241 (94.53% from 255) = 33.61%

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

R = 31.52%
G = 33.61%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E2F1FA (or 0xE2F1FA) is known color: Alice Blue. HEX triplet: E2, F1 and FA. RGB value is (226,241,250). Sum of RGB (Red+Green+Blue) = 226+241+250=717 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.52% from 717); Green value is 241 (94.53% from 255 or 33.61% from 717); Blue value is 250 (98.05% from 255 or 34.87% from 717); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F1FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F1FA is #1D0E05. Grayscale: #EDEDED. Windows color (decimal): -1904134 or 16445922. OLE color: 16445922.

HSL color Cylindrical-coordinate representation of color #E2F1FA: hue angle of 202.5º degrees, saturation: 0.71, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #E2F1FA is Cyan = 0.10, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 226 241 250 -
CMYK 0.10 0.04 0 0.02
HSL 202.5º 0.71% 0.93% -
HSV(B) 202.5º 0.1% 0.98% -
XYZ 80.07 85.98 102.82 -
YUV 237.54 135.03 119.77 -
System Red Green Blue C M Y K H S L
Decimal 226 241 250 0.10 0.04 0 0.02 202.5 0.71 0.93
Hex E2 F1 FA A 4 0 2 CA 47 5D
Octal 342 361 372 12 4 0 2 312 107 135
Binary 11100010 11110001 11111010 1010 100 0 10 11001010 1000111 1011101

Color Harmonies of #E2F1FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F1FA

Black with #E2F1FA

Text Example


Text Example

White with #E2F1FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F1FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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