Html Css Color HEX #EDF8FE Alice Blue

📋 copy color: '#EDF8FE'

red 237 ◦ green 248 ◦ blue 254

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

Shades of Alice Blue #EDF8FE

Tints of Alice Blue #EDF8FE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 34.37%

R = 32.07%
G = 33.56%
B = 34.37%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#EDF8FE (or 0xEDF8FE) is known color: Alice Blue. HEX triplet: ED, F8 and FE. RGB value is (237,248,254). Sum of RGB (Red+Green+Blue) = 237+248+254=739 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.07% from 739); Green value is 248 (97.27% from 255 or 33.56% from 739); Blue value is 254 (99.61% from 255 or 34.37% from 739); Max value from RGB is 254 - color contains mainly: blue. Hex color #EDF8FE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF8FE is #120701. Grayscale: #F5F5F5. Windows color (decimal): -1181442 or 16709869. OLE color: 16709869.

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

Color convert

RGB 237 248 254 -
CMYK 0.07 0.02 0 0.00
HSL 201.18º 0.89% 0.96% -
HSV(B) 201.18º 0.07% 1% -
XYZ 86.38 92.3 107.03 -
YUV 245.4 132.86 122.01 -
System Red Green Blue C M Y K H S L
Decimal 237 248 254 0.07 0.02 0 0.00 201.18 0.89 0.96
Hex ED F8 FE 7 2 0 0 C9 59 60
Octal 355 370 376 7 2 0 0 311 131 140
Binary 11101101 11111000 11111110 111 10 0 0 11001001 1011001 1100000

Color Harmonies of #EDF8FE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF8FE

Black with #EDF8FE

Text Example


Text Example

White with #EDF8FE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF8FE; }

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

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

background-color css

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

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

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

border-color css

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

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

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