Html Css Color HEX #E1F2FA Alice Blue

📋 copy color: '#E1F2FA'

red 225 ◦ green 242 ◦ blue 250

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

Shades of Alice Blue #E1F2FA

Tints of Alice Blue #E1F2FA

RGB

 RED value IS 225 (88.28% from 255) = 31.38%

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

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

R = 31.38%
G = 33.75%
B = 34.87%

CMYK

 C value IS 0.10

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E1F2FA (or 0xE1F2FA) is known color: Alice Blue. HEX triplet: E1, F2 and FA. RGB value is (225,242,250). Sum of RGB (Red+Green+Blue) = 225+242+250=717 (94% of max value = 765). Red value is 225 (88.28% from 255 or 31.38% from 717); Green value is 242 (94.92% from 255 or 33.75% 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 #E1F2FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E1F2FA is #1E0D05. Grayscale: #EDEDED. Windows color (decimal): -1969414 or 16446177. OLE color: 16446177.

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

Color convert

RGB 225 242 250 -
CMYK 0.10 0.03 0 0.02
HSL 199.2º 0.71% 0.93% -
HSV(B) 199.2º 0.1% 0.98% -
XYZ 80.06 86.41 102.9 -
YUV 237.83 134.87 118.85 -
System Red Green Blue C M Y K H S L
Decimal 225 242 250 0.10 0.03 0 0.02 199.2 0.71 0.93
Hex E1 F2 FA A 3 0 2 C7 47 5D
Octal 341 362 372 12 3 0 2 307 107 135
Binary 11100001 11110010 11111010 1010 11 0 10 11000111 1000111 1011101

Color Harmonies of #E1F2FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E1F2FA

Black with #E1F2FA

Text Example


Text Example

White with #E1F2FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E1F2FA; }

 p { color: rgb(225,242,250); }

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

background-color css

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

 a { background-color: rgb(225,242,250); }

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

border-color css

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

 span { border-color: rgb(225,242,250); }

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