Html Css Color HEX #EDF5FA Alice Blue

📋 copy color: '#EDF5FA'

red 237 ◦ green 245 ◦ blue 250

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

Shades of Alice Blue #EDF5FA

Tints of Alice Blue #EDF5FA

RGB

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

 GREEN value IS 245 (96.09% from 255) = 33.47%

 BLUE value IS 250 (98.05% from 255) = 34.15%

R = 32.38%
G = 33.47%
B = 34.15%

CMYK

 C value IS 0.05

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF5FA (or 0xEDF5FA) is known color: Alice Blue. HEX triplet: ED, F5 and FA. RGB value is (237,245,250). Sum of RGB (Red+Green+Blue) = 237+245+250=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 245 (96.09% from 255 or 33.47% from 732); Blue value is 250 (98.05% from 255 or 34.15% from 732); Max value from RGB is 250 - color contains mainly: blue. Hex color #EDF5FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF5FA is #120A05. Grayscale: #F3F3F3. Windows color (decimal): -1182214 or 16446957. OLE color: 16446957.

HSL color Cylindrical-coordinate representation of color #EDF5FA: hue angle of 203.08º degrees, saturation: 0.57, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.05%. Process color model (Four color, CMYK) of #EDF5FA is Cyan = 0.05, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 237 245 250 -
CMYK 0.05 0.02 0 0.02
HSL 203.08º 0.57% 0.95% -
HSV(B) 203.08º 0.05% 0.98% -
XYZ 84.83 90.21 103.38 -
YUV 243.18 131.85 123.59 -
System Red Green Blue C M Y K H S L
Decimal 237 245 250 0.05 0.02 0 0.02 203.08 0.57 0.95
Hex ED F5 FA 5 2 0 2 CB 39 5F
Octal 355 365 372 5 2 0 2 313 71 137
Binary 11101101 11110101 11111010 101 10 0 10 11001011 111001 1011111

Color Harmonies of #EDF5FA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF5FA

Black with #EDF5FA

Text Example


Text Example

White with #EDF5FA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF5FA; }

 p { color: rgb(237,245,250); }

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

background-color css

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

 a { background-color: rgb(237,245,250); }

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

border-color css

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

 span { border-color: rgb(237,245,250); }

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