Html Css Color HEX #EDEFF0 Alice Blue

📋 copy color: '#EDEFF0'

red 237 ◦ green 239 ◦ blue 240

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

Shades of Alice Blue #EDEFF0

Tints of Alice Blue #EDEFF0

RGB

 RED value IS 237 (92.97% from 255) = 33.1%

 GREEN value IS 239 (93.75% from 255) = 33.38%

 BLUE value IS 240 (94.14% from 255) = 33.52%

R = 33.1%
G = 33.38%
B = 33.52%

CMYK

 C value IS 0.01

 M value IS 0.00

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#EDEFF0 (or 0xEDEFF0) is known color: Alice Blue. HEX triplet: ED, EF and F0. RGB value is (237,239,240). Sum of RGB (Red+Green+Blue) = 237+239+240=716 (94% of max value = 765). Red value is 237 (92.97% from 255 or 33.10% from 716); Green value is 239 (93.75% from 255 or 33.38% from 716); Blue value is 240 (94.14% from 255 or 33.52% from 716); Max value from RGB is 240 - color contains mainly: blue. Hex color #EDEFF0 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDEFF0 is #12100F. Grayscale: #EEEEEE. Windows color (decimal): -1183760 or 15790061. OLE color: 15790061.

HSL color Cylindrical-coordinate representation of color #EDEFF0: hue angle of 200º degrees, saturation: 0.09, lightness: 0.94%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.01%. Process color model (Four color, CMYK) of #EDEFF0 is Cyan = 0.01, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 237 239 240 -
CMYK 0.01 0.00 0 0.06
HSL 200º 0.09% 0.94% -
HSV(B) 200º 0.01% 0.94% -
XYZ 81.52 86.03 94.75 -
YUV 238.52 128.84 126.92 -
System Red Green Blue C M Y K H S L
Decimal 237 239 240 0.01 0.00 0 0.06 200 0.09 0.94
Hex ED EF F0 1 0 0 6 C8 9 5E
Octal 355 357 360 1 0 0 6 310 11 136
Binary 11101101 11101111 11110000 1 0 0 110 11001000 1001 1011110

Color Harmonies of #EDEFF0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDEFF0

Black with #EDEFF0

Text Example


Text Example

White with #EDEFF0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDEFF0; }

 p { color: rgb(237,239,240); }

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

background-color css

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

 a { background-color: rgb(237,239,240); }

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

border-color css

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

 span { border-color: rgb(237,239,240); }

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