Html Css Color HEX #EDF7FA Alice Blue

📋 copy color: '#EDF7FA'

red 237 ◦ green 247 ◦ blue 250

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

Shades of Alice Blue #EDF7FA

Tints of Alice Blue #EDF7FA

RGB

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

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

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

R = 32.29%
G = 33.65%
B = 34.06%

CMYK

 C value IS 0.05

 M value IS 0.01

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF7FA (or 0xEDF7FA) is known color: Alice Blue. HEX triplet: ED, F7 and FA. RGB value is (237,247,250). Sum of RGB (Red+Green+Blue) = 237+247+250=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 247 (96.88% from 255 or 33.65% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF7FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FA is #120805. Grayscale: #F4F4F4. Windows color (decimal): -1181702 or 16447469. OLE color: 16447469.

HSL color Cylindrical-coordinate representation of color #EDF7FA: hue angle of 193.85º degrees, saturation: 0.57, 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 #EDF7FA is Cyan = 0.05, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 247 250 -
CMYK 0.05 0.01 0 0.02
HSL 193.85º 0.57% 0.95% -
HSV(B) 193.85º 0.05% 0.98% -
XYZ 85.44 91.43 103.59 -
YUV 244.35 131.19 122.76 -
System Red Green Blue C M Y K H S L
Decimal 237 247 250 0.05 0.01 0 0.02 193.85 0.57 0.95
Hex ED F7 FA 5 1 0 2 C2 39 5F
Octal 355 367 372 5 1 0 2 302 71 137
Binary 11101101 11110111 11111010 101 1 0 10 11000010 111001 1011111

Color Harmonies of #EDF7FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7FA

Black with #EDF7FA

Text Example


Text Example

White with #EDF7FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7FA; }

 p { color: rgb(237,247,250); }

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

background-color css

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

 a { background-color: rgb(237,247,250); }

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

border-color css

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

 span { border-color: rgb(237,247,250); }

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