Html Css Color HEX #EDF9FD Alice Blue

📋 copy color: '#EDF9FD'

red 237 ◦ green 249 ◦ blue 253

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

Shades of Alice Blue #EDF9FD

Tints of Alice Blue #EDF9FD

RGB

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

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

 BLUE value IS 253 (99.22% from 255) = 34.24%

R = 32.07%
G = 33.69%
B = 34.24%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDF9FD (or 0xEDF9FD) is known color: Alice Blue. HEX triplet: ED, F9 and FD. RGB value is (237,249,253). Sum of RGB (Red+Green+Blue) = 237+249+253=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 249 (97.66% from 255 or 33.69% from 739); Blue value is 253 (99.22% from 255 or 34.24% from 739); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF9FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF9FD is #120602. Grayscale: #F5F5F5. Windows color (decimal): -1181187 or 16644589. OLE color: 16644589.

HSL color Cylindrical-coordinate representation of color #EDF9FD: hue angle of 195º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDF9FD is Cyan = 0.06, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 249 253 -
CMYK 0.06 0.02 0 0.01
HSL 195º 0.8% 0.96% -
HSV(B) 195º 0.06% 0.99% -
XYZ 86.53 92.85 106.29 -
YUV 245.87 132.02 121.67 -
System Red Green Blue C M Y K H S L
Decimal 237 249 253 0.06 0.02 0 0.01 195 0.8 0.96
Hex ED F9 FD 6 2 0 1 C3 50 60
Octal 355 371 375 6 2 0 1 303 120 140
Binary 11101101 11111001 11111101 110 10 0 1 11000011 1010000 1100000

Color Harmonies of #EDF9FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF9FD

Black with #EDF9FD

Text Example


Text Example

White with #EDF9FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF9FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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