Html Css Color HEX #E9F2FE Alice Blue

📋 copy color: '#E9F2FE'

red 233 ◦ green 242 ◦ blue 254

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

Shades of Alice Blue #E9F2FE

Tints of Alice Blue #E9F2FE

RGB

 RED value IS 233 (91.41% from 255) = 31.96%

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

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

R = 31.96%
G = 33.2%
B = 34.84%

CMYK

 C value IS 0.08

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E9F2FE (or 0xE9F2FE) is known color: Alice Blue. HEX triplet: E9, F2 and FE. RGB value is (233,242,254). Sum of RGB (Red+Green+Blue) = 233+242+254=729 (96% of max value = 765). Red value is 233 (91.41% from 255 or 31.96% from 729); Green value is 242 (94.92% from 255 or 33.20% from 729); Blue value is 254 (99.61% from 255 or 34.84% from 729); Max value from RGB is 254 - color contains mainly: blue. Hex color #E9F2FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F2FE is #160D01. Grayscale: #F0F0F0. Windows color (decimal): -1445122 or 16708329. OLE color: 16708329.

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

Color convert

RGB 233 242 254 -
CMYK 0.08 0.05 0 0.00
HSL 214.29º 0.91% 0.95% -
HSV(B) 214.29º 0.08% 1% -
XYZ 83.25 87.98 106.36 -
YUV 240.68 135.52 122.52 -
System Red Green Blue C M Y K H S L
Decimal 233 242 254 0.08 0.05 0 0.00 214.29 0.91 0.95
Hex E9 F2 FE 8 5 0 0 D6 5B 5F
Octal 351 362 376 10 5 0 0 326 133 137
Binary 11101001 11110010 11111110 1000 101 0 0 11010110 1011011 1011111

Color Harmonies of #E9F2FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F2FE

Black with #E9F2FE

Text Example


Text Example

White with #E9F2FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F2FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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