Html Css Color HEX #E2F0FA Alice Blue

📋 copy color: '#E2F0FA'

red 226 ◦ green 240 ◦ blue 250

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

Shades of Alice Blue #E2F0FA

Tints of Alice Blue #E2F0FA

RGB

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

 GREEN value IS 240 (94.14% from 255) = 33.52%

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

R = 31.56%
G = 33.52%
B = 34.92%

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

#E2F0FA (or 0xE2F0FA) is known color: Alice Blue. HEX triplet: E2, F0 and FA. RGB value is (226,240,250). Sum of RGB (Red+Green+Blue) = 226+240+250=716 (94% of max value = 765). Red value is 226 (88.67% from 255 or 31.56% from 716); Green value is 240 (94.14% from 255 or 33.52% from 716); Blue value is 250 (98.05% from 255 or 34.92% from 716); Max value from RGB is 250 - color contains mainly: blue. Hex color #E2F0FA is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F0FA is #1D0F05. Grayscale: #ECECEC. Windows color (decimal): -1904390 or 16445666. OLE color: 16445666.

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

Color convert

RGB 226 240 250 -
CMYK 0.10 0.04 0 0.02
HSL 205º 0.71% 0.93% -
HSV(B) 205º 0.1% 0.98% -
XYZ 79.78 85.39 102.72 -
YUV 236.95 135.36 120.19 -
System Red Green Blue C M Y K H S L
Decimal 226 240 250 0.10 0.04 0 0.02 205 0.71 0.93
Hex E2 F0 FA A 4 0 2 CD 47 5D
Octal 342 360 372 12 4 0 2 315 107 135
Binary 11100010 11110000 11111010 1010 100 0 10 11001101 1000111 1011101

Color Harmonies of #E2F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F0FA

Black with #E2F0FA

Text Example


Text Example

White with #E2F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F0FA; }

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

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

background-color css

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

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

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

border-color css

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

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

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