Html Css Color HEX #EDF6FD Alice Blue

📋 copy color: '#EDF6FD'

red 237 ◦ green 246 ◦ blue 253

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

Shades of Alice Blue #EDF6FD

Tints of Alice Blue #EDF6FD

RGB

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

 GREEN value IS 246 (96.48% from 255) = 33.42%

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

R = 32.2%
G = 33.42%
B = 34.38%

CMYK

 C value IS 0.06

 M value IS 0.03

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDF6FD (or 0xEDF6FD) is known color: Alice Blue. HEX triplet: ED, F6 and FD. RGB value is (237,246,253). Sum of RGB (Red+Green+Blue) = 237+246+253=736 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.20% from 736); Green value is 246 (96.48% from 255 or 33.42% from 736); Blue value is 253 (99.22% from 255 or 34.38% from 736); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDF6FD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6FD is #120902. Grayscale: #F4F4F4. Windows color (decimal): -1181955 or 16643821. OLE color: 16643821.

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

Color convert

RGB 237 246 253 -
CMYK 0.06 0.03 0 0.01
HSL 206.25º 0.8% 0.96% -
HSV(B) 206.25º 0.06% 0.99% -
XYZ 85.61 91.01 105.98 -
YUV 244.11 133.02 122.93 -
System Red Green Blue C M Y K H S L
Decimal 237 246 253 0.06 0.03 0 0.01 206.25 0.8 0.96
Hex ED F6 FD 6 3 0 1 CE 50 60
Octal 355 366 375 6 3 0 1 316 120 140
Binary 11101101 11110110 11111101 110 11 0 1 11001110 1010000 1100000

Color Harmonies of #EDF6FD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6FD

Black with #EDF6FD

Text Example


Text Example

White with #EDF6FD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6FD; }

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

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

background-color css

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

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

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

border-color css

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

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

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