Html Css Color HEX #E6F7FE Alice Blue

📋 copy color: '#E6F7FE'

red 230 ◦ green 247 ◦ blue 254

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

Shades of Alice Blue #E6F7FE

Tints of Alice Blue #E6F7FE

RGB

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

 GREEN value IS 247 (96.88% from 255) = 33.79%

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

R = 31.46%
G = 33.79%
B = 34.75%

CMYK

 C value IS 0.09

 M value IS 0.03

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#E6F7FE (or 0xE6F7FE) is known color: Alice Blue. HEX triplet: E6, F7 and FE. RGB value is (230,247,254). Sum of RGB (Red+Green+Blue) = 230+247+254=731 (96% of max value = 765). Red value is 230 (90.23% from 255 or 31.46% from 731); Green value is 247 (96.88% from 255 or 33.79% from 731); Blue value is 254 (99.61% from 255 or 34.75% from 731); Max value from RGB is 254 - color contains mainly: blue. Hex color #E6F7FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F7FE is #190801. Grayscale: #F2F2F2. Windows color (decimal): -1640450 or 16709606. OLE color: 16709606.

HSL color Cylindrical-coordinate representation of color #E6F7FE: hue angle of 197.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 #E6F7FE is Cyan = 0.09, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB 230 247 254 -
CMYK 0.09 0.03 0 0.00
HSL 197.5º 0.92% 0.95% -
HSV(B) 197.5º 0.09% 1% -
XYZ 83.78 90.5 106.82 -
YUV 242.72 134.37 118.93 -
System Red Green Blue C M Y K H S L
Decimal 230 247 254 0.09 0.03 0 0.00 197.5 0.92 0.95
Hex E6 F7 FE 9 3 0 0 C6 5C 5F
Octal 346 367 376 11 3 0 0 306 134 137
Binary 11100110 11110111 11111110 1001 11 0 0 11000110 1011100 1011111

Color Harmonies of #E6F7FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F7FE

Black with #E6F7FE

Text Example


Text Example

White with #E6F7FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F7FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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