Html Css Color HEX #E2F6FE Alice Blue

📋 copy color: '#E2F6FE'

red 226 ◦ green 246 ◦ blue 254

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

Shades of Alice Blue #E2F6FE

Tints of Alice Blue #E2F6FE

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.88%

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

R = 31.13%
G = 33.88%
B = 34.99%

CMYK

 C value IS 0.11

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E2F6FE (or 0xE2F6FE) is known color: Alice Blue. HEX triplet: E2, F6 and FE. RGB value is (226,246,254). Sum of RGB (Red+Green+Blue) = 226+246+254=726 (96% of max value = 765). Red value is 226 (88.67% from 255 or 31.13% from 726); Green value is 246 (96.48% from 255 or 33.88% from 726); Blue value is 254 (99.61% from 255 or 34.99% from 726); Max value from RGB is 254 - color contains mainly: blue. Hex color #E2F6FE is not a web safe color. Web safe color analog (approx): #CCFFFF. Inversed color of #E2F6FE is #1D0901. Grayscale: #F0F0F0. Windows color (decimal): -1902850 or 16709346. OLE color: 16709346.

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

Color convert

RGB 226 246 254 -
CMYK 0.11 0.03 0 0.00
HSL 197.14º 0.93% 0.94% -
HSV(B) 197.14º 0.11% 1% -
XYZ 82.21 89.24 106.66 -
YUV 240.93 135.37 117.35 -
System Red Green Blue C M Y K H S L
Decimal 226 246 254 0.11 0.03 0 0.00 197.14 0.93 0.94
Hex E2 F6 FE B 3 0 0 C5 5D 5E
Octal 342 366 376 13 3 0 0 305 135 136
Binary 11100010 11110110 11111110 1011 11 0 0 11000101 1011101 1011110

Color Harmonies of #E2F6FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E2F6FE

Black with #E2F6FE

Text Example


Text Example

White with #E2F6FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E2F6FE; }

 p { color: rgb(226,246,254); }

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

background-color css

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

 a { background-color: rgb(226,246,254); }

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

border-color css

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

 span { border-color: rgb(226,246,254); }

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