Html Css Color HEX #EDF3F9 Alice Blue

📋 copy color: '#EDF3F9'

red 237 ◦ green 243 ◦ blue 249

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

Shades of Alice Blue #EDF3F9

Tints of Alice Blue #EDF3F9

RGB

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

 GREEN value IS 243 (95.31% from 255) = 33.33%

 BLUE value IS 249 (97.66% from 255) = 34.16%

R = 32.51%
G = 33.33%
B = 34.16%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF3F9 (or 0xEDF3F9) is known color: Alice Blue. HEX triplet: ED, F3 and F9. RGB value is (237,243,249). Sum of RGB (Red+Green+Blue) = 237+243+249=729 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.51% from 729); Green value is 243 (95.31% from 255 or 33.33% from 729); Blue value is 249 (97.66% from 255 or 34.16% from 729); Max value from RGB is 249 - color contains mainly: blue. Hex color #EDF3F9 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF3F9 is #120C06. Grayscale: #F1F1F1. Windows color (decimal): -1182727 or 16380909. OLE color: 16380909.

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

Color convert

RGB 237 243 249 -
CMYK 0.05 0.02 0 0.02
HSL 210º 0.5% 0.95% -
HSV(B) 210º 0.05% 0.98% -
XYZ 84.07 88.95 102.36 -
YUV 241.89 132.01 124.51 -
System Red Green Blue C M Y K H S L
Decimal 237 243 249 0.05 0.02 0 0.02 210 0.5 0.95
Hex ED F3 F9 5 2 0 2 D2 32 5F
Octal 355 363 371 5 2 0 2 322 62 137
Binary 11101101 11110011 11111001 101 10 0 10 11010010 110010 1011111

Color Harmonies of #EDF3F9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF3F9

Black with #EDF3F9

Text Example


Text Example

White with #EDF3F9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF3F9; }

 p { color: rgb(237,243,249); }

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

background-color css

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

 a { background-color: rgb(237,243,249); }

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

border-color css

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

 span { border-color: rgb(237,243,249); }

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