Html Css Color HEX #EDF4FB Alice Blue

📋 copy color: '#EDF4FB'

red 237 ◦ green 244 ◦ blue 251

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

Shades of Alice Blue #EDF4FB

Tints of Alice Blue #EDF4FB

RGB

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

 GREEN value IS 244 (95.7% from 255) = 33.33%

 BLUE value IS 251 (98.44% from 255) = 34.29%

R = 32.38%
G = 33.33%
B = 34.29%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF4FB (or 0xEDF4FB) is known color: Alice Blue. HEX triplet: ED, F4 and FB. RGB value is (237,244,251). Sum of RGB (Red+Green+Blue) = 237+244+251=732 (96% of max value = 765). Red value is 237 (92.97% from 255 or 32.38% from 732); Green value is 244 (95.70% from 255 or 33.33% from 732); Blue value is 251 (98.44% from 255 or 34.29% from 732); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF4FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF4FB is #120B04. Grayscale: #F2F2F2. Windows color (decimal): -1182469 or 16512237. OLE color: 16512237.

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

Color convert

RGB 237 244 251 -
CMYK 0.06 0.03 0 0.02
HSL 210º 0.64% 0.96% -
HSV(B) 210º 0.06% 0.98% -
XYZ 84.69 89.67 104.11 -
YUV 242.71 132.68 123.93 -
System Red Green Blue C M Y K H S L
Decimal 237 244 251 0.06 0.03 0 0.02 210 0.64 0.96
Hex ED F4 FB 6 3 0 2 D2 40 60
Octal 355 364 373 6 3 0 2 322 100 140
Binary 11101101 11110100 11111011 110 11 0 10 11010010 1000000 1100000

Color Harmonies of #EDF4FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF4FB

Black with #EDF4FB

Text Example


Text Example

White with #EDF4FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF4FB; }

 p { color: rgb(237,244,251); }

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

background-color css

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

 a { background-color: rgb(237,244,251); }

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

border-color css

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

 span { border-color: rgb(237,244,251); }

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