Html Css Color HEX #E6F1FE Alice Blue

📋 copy color: '#E6F1FE'

red 230 ◦ green 241 ◦ blue 254

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

Shades of Alice Blue #E6F1FE

Tints of Alice Blue #E6F1FE

RGB

 RED value IS 230 (90.23% from 255) = 31.72%

 GREEN value IS 241 (94.53% from 255) = 33.24%

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

R = 31.72%
G = 33.24%
B = 35.03%

CMYK

 C value IS 0.09

 M value IS 0.05

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6F1FE (or 0xE6F1FE) is known color: Alice Blue. HEX triplet: E6, F1 and FE. RGB value is (230,241,254). Sum of RGB (Red+Green+Blue) = 230+241+254=725 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.72% from 725); Green value is 241 (94.53% from 255 or 33.24% from 725); Blue value is 254 (99.61% from 255 or 35.03% from 725); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F1FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F1FE is #190E01. Grayscale: #EFEFEF. Windows color (decimal): -1641986 or 16708070. OLE color: 16708070.

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

Color convert

RGB 230 241 254 -
CMYK 0.09 0.05 0 0.00
HSL 212.5º 0.92% 0.95% -
HSV(B) 212.5º 0.09% 1% -
XYZ 81.98 86.89 106.22 -
YUV 239.19 136.36 121.44 -
System Red Green Blue C M Y K H S L
Decimal 230 241 254 0.09 0.05 0 0.00 212.5 0.92 0.95
Hex E6 F1 FE 9 5 0 0 D4 5C 5F
Octal 346 361 376 11 5 0 0 324 134 137
Binary 11100110 11110001 11111110 1001 101 0 0 11010100 1011100 1011111

Color Harmonies of #E6F1FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F1FE

Black with #E6F1FE

Text Example


Text Example

White with #E6F1FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F1FE; }

 p { color: rgb(230,241,254); }

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

background-color css

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

 a { background-color: rgb(230,241,254); }

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

border-color css

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

 span { border-color: rgb(230,241,254); }

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