Html Css Color HEX #EDF9FF Alice Blue

📋 copy color: '#EDF9FF'

red 237 ◦ green 249 ◦ blue 255

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

Shades of Alice Blue #EDF9FF

Tints of Alice Blue #EDF9FF

RGB

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

 GREEN value IS 249 (97.66% from 255) = 33.6%

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

R = 31.98%
G = 33.6%
B = 34.41%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDF9FF (or 0xEDF9FF) is known color: Alice Blue. HEX triplet: ED, F9 and FF. RGB value is (237,249,255). Sum of RGB (Red+Green+Blue) = 237+249+255=741 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.98% from 741); Green value is 249 (97.66% from 255 or 33.60% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDF9FF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FF is #120600. Grayscale: #F6F6F6. Windows color (decimal): -1181185 or 16775661. OLE color: 16775661.

HSL color Cylindrical-coordinate representation of color #EDF9FF: hue angle of 200º 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 #EDF9FF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 237 249 255 -
CMYK 0.07 0.02 0 0
HSL 200º 1% 0.96% -
HSV(B) 200º 0.07% 1% -
XYZ 86.85 92.98 107.98 -
YUV 246.1 133.02 121.51 -
System Red Green Blue C M Y K H S L
Decimal 237 249 255 0.07 0.02 0 0 200 1 0.96
Hex ED F9 FF 7 2 0 0 C8 64 60
Octal 355 371 377 7 2 0 0 310 144 140
Binary 11101101 11111001 11111111 111 10 0 0 11001000 1100100 1100000

Color Harmonies of #EDF9FF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9FF

Black with #EDF9FF

Text Example


Text Example

White with #EDF9FF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9FF; }

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

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

background-color css

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

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

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

border-color css

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

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

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