#E0F2FF

Color #E0F2FF Alice Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Alice Blue #E0F2FF

Tints of Alice Blue #E0F2FF

Color information

#E0F2FF (or 0xE0F2FF) is unknown color: approx Alice Blue. HEX triplet: E0, F2 and FF. RGB value is (224,242,255). Sum of RGB (Red+Green+Blue) = 224+242+255=721 (95% of max value = 765). Red value is 224 (87.89% from 255 or 31.07% from 721); Green value is 242 (94.92% from 255 or 33.56% from 721); Blue value is 255 (100% from 255 or 35.37% from 721); Max value from RGB is 255 - color contains mainly: blue. Hex color #E0F2FF is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E0F2FF is #1F0D00. Grayscale: #EEEEEE. Windows color (decimal): -2034945 or 16773856. OLE color: 16773856.

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

Color convert

RGB224242255-
CMYK0.120.0500
HSL205.16º100%93.92%-
HSV(B)205.16º12.16%100%-
XYZ80.5486.57107.07-
YUV238.1137.54117.94-

RGB Variations

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

RGB

RED value IS 224 (87.89% from 255) = 31.07%
GREEN value IS 242 (94.92% from 255) = 33.56%
BLUE value IS 255 (100% from 255) = 35.37%
R=31.07%
G=33.56%
B=35.37%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2242422550.120.0500205.1610093.92
HexE0F2FFC500cd645e
Octal34036237714500315144136
Binary1110000011110010111111111100101001100110111001001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #E0F2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #E0F2FF; }

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

 H1.HeaderClassName
 {
   color: #E0F2FF;
 }
 .AnyTagClassName
 {
   color: #E0F2FF;
 }
</style>
background-color css

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

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

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

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

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

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