Html Css Color HEX #EDF7FF Alice Blue

📋 copy color: '#EDF7FF'

red 237 ◦ green 247 ◦ blue 255

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

Shades of Alice Blue #EDF7FF

Tints of Alice Blue #EDF7FF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 34.51%

R = 32.07%
G = 33.42%
B = 34.51%

CMYK

 C value IS 0.07

 M value IS 0.03

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDF7FF (or 0xEDF7FF) is known color: Alice Blue. HEX triplet: ED, F7 and FF. RGB value is (237,247,255). Sum of RGB (Red+Green+Blue) = 237+247+255=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 247 (96.88% from 255 or 33.42% from 739); Blue value is 255 (100% from 255 or 34.51% from 739); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF7FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF7FF is #120800. Grayscale: #F4F4F4. Windows color (decimal): -1181697 or 16775149. OLE color: 16775149.

HSL color Cylindrical-coordinate representation of color #EDF7FF: hue angle of 206.67º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #EDF7FF is Cyan = 0.07, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 247 255 -
CMYK 0.07 0.03 0 0
HSL 206.67º 1% 0.96% -
HSV(B) 206.67º 0.07% 1% -
XYZ 86.24 91.75 107.77 -
YUV 244.92 133.69 122.35 -
System Red Green Blue C M Y K H S L
Decimal 237 247 255 0.07 0.03 0 0 206.67 1 0.96
Hex ED F7 FF 7 3 0 0 CF 64 60
Octal 355 367 377 7 3 0 0 317 144 140
Binary 11101101 11110111 11111111 111 11 0 0 11001111 1100100 1100000

Color Harmonies of #EDF7FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF7FF

Black with #EDF7FF

Text Example


Text Example

White with #EDF7FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF7FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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