Html Css Color HEX #EDF8FD Alice Blue

📋 copy color: '#EDF8FD'

red 237 ◦ green 248 ◦ blue 253

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

Shades of Alice Blue #EDF8FD

Tints of Alice Blue #EDF8FD

RGB

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

 GREEN value IS 248 (97.27% from 255) = 33.6%

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

R = 32.11%
G = 33.6%
B = 34.28%

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

#EDF8FD (or 0xEDF8FD) is known color: Alice Blue. HEX triplet: ED, F8 and FD. RGB value is (237,248,253). Sum of RGB (Red+Green+Blue) = 237+248+253=738 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.11% from 738); Green value is 248 (97.27% from 255 or 33.60% from 738); Blue value is 253 (99.22% from 255 or 34.28% from 738); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF8FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FD is #120702. Grayscale: #F5F5F5. Windows color (decimal): -1181443 or 16644333. OLE color: 16644333.

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

Color convert

RGB 237 248 253 -
CMYK 0.06 0.02 0 0.01
HSL 198.75º 0.8% 0.96% -
HSV(B) 198.75º 0.06% 0.99% -
XYZ 86.22 92.23 106.19 -
YUV 245.28 132.36 122.09 -
System Red Green Blue C M Y K H S L
Decimal 237 248 253 0.06 0.02 0 0.01 198.75 0.8 0.96
Hex ED F8 FD 6 2 0 1 C7 50 60
Octal 355 370 375 6 2 0 1 307 120 140
Binary 11101101 11111000 11111101 110 10 0 1 11000111 1010000 1100000

Color Harmonies of #EDF8FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8FD

Black with #EDF8FD

Text Example


Text Example

White with #EDF8FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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