Html Css Color HEX #E6F0FA Alice Blue

📋 copy color: '#E6F0FA'

red 230 ◦ green 240 ◦ blue 250

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

Shades of Alice Blue #E6F0FA

Tints of Alice Blue #E6F0FA

RGB

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

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

 BLUE value IS 250 (98.05% from 255) = 34.72%

R = 31.94%
G = 33.33%
B = 34.72%

CMYK

 C value IS 0.08

 M value IS 0.04

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#E6F0FA (or 0xE6F0FA) is known color: Alice Blue. HEX triplet: E6, F0 and FA. RGB value is (230,240,250). Sum of RGB (Red+Green+Blue) = 230+240+250=720 (95% of max value = 765). Red value is 230 (90.23% from 255 or 31.94% from 720); Green value is 240 (94.14% from 255 or 33.33% from 720); Blue value is 250 (98.05% from 255 or 34.72% from 720); Max value from RGB is 250 - color contains mainly: blue. Hex color #E6F0FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #E6F0FA is #190F05. Grayscale: #EEEEEE. Windows color (decimal): -1642246 or 16445670. OLE color: 16445670.

HSL color Cylindrical-coordinate representation of color #E6F0FA: hue angle of 210º degrees, saturation: 0.67, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.08%. Process color model (Four color, CMYK) of #E6F0FA is Cyan = 0.08, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 230 240 250 -
CMYK 0.08 0.04 0 0.02
HSL 210º 0.67% 0.94% -
HSV(B) 210º 0.08% 0.98% -
XYZ 81.05 86.05 102.78 -
YUV 238.15 134.69 122.19 -
System Red Green Blue C M Y K H S L
Decimal 230 240 250 0.08 0.04 0 0.02 210 0.67 0.94
Hex E6 F0 FA 8 4 0 2 D2 43 5E
Octal 346 360 372 10 4 0 2 322 103 136
Binary 11100110 11110000 11111010 1000 100 0 10 11010010 1000011 1011110

Color Harmonies of #E6F0FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6F0FA

Black with #E6F0FA

Text Example


Text Example

White with #E6F0FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6F0FA; }

 p { color: rgb(230,240,250); }

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

background-color css

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

 a { background-color: rgb(230,240,250); }

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

border-color css

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

 span { border-color: rgb(230,240,250); }

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