Html Css Color HEX #E9F0F2 Alice Blue

📋 copy color: '#E9F0F2'

red 233 ◦ green 240 ◦ blue 242

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

Shades of Alice Blue #E9F0F2

Tints of Alice Blue #E9F0F2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 33.85%

R = 32.59%
G = 33.57%
B = 33.85%

CMYK

 C value IS 0.04

 M value IS 0.01

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#E9F0F2 (or 0xE9F0F2) is known color: Alice Blue. HEX triplet: E9, F0 and F2. RGB value is (233,240,242). Sum of RGB (Red+Green+Blue) = 233+240+242=715 (94% of max value = 765). Red value is 233 (91.41% from 255 or 32.59% from 715); Green value is 240 (94.14% from 255 or 33.57% from 715); Blue value is 242 (94.92% from 255 or 33.85% from 715); Max value from RGB is 242 - color contains mainly: blue. Hex color #E9F0F2 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E9F0F2 is #160F0D. Grayscale: #EEEEEE. Windows color (decimal): -1445646 or 15921385. OLE color: 15921385.

HSL color Cylindrical-coordinate representation of color #E9F0F2: hue angle of 193.33º degrees, saturation: 0.26, lightness: 0.93%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #E9F0F2 is Cyan = 0.04, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 233 240 242 -
CMYK 0.04 0.01 0 0.05
HSL 193.33º 0.26% 0.93% -
HSV(B) 193.33º 0.04% 0.95% -
XYZ 80.79 86.05 96.36 -
YUV 238.14 130.18 124.34 -
System Red Green Blue C M Y K H S L
Decimal 233 240 242 0.04 0.01 0 0.05 193.33 0.26 0.93
Hex E9 F0 F2 4 1 0 5 C1 1A 5D
Octal 351 360 362 4 1 0 5 301 32 135
Binary 11101001 11110000 11110010 100 1 0 101 11000001 11010 1011101

Color Harmonies of #E9F0F2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9F0F2

Black with #E9F0F2

Text Example


Text Example

White with #E9F0F2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9F0F2; }

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

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

background-color css

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

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

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

border-color css

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

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

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