Html Css Color HEX #EDF6FB Alice Blue

📋 copy color: '#EDF6FB'

red 237 ◦ green 246 ◦ blue 251

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

Shades of Alice Blue #EDF6FB

Tints of Alice Blue #EDF6FB

RGB

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

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

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

R = 32.29%
G = 33.51%
B = 34.2%

CMYK

 C value IS 0.06

 M value IS 0.02

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#EDF6FB (or 0xEDF6FB) is known color: Alice Blue. HEX triplet: ED, F6 and FB. RGB value is (237,246,251). Sum of RGB (Red+Green+Blue) = 237+246+251=734 (97% of max value = 765). Red value is 237 (92.97% from 255 or 32.29% from 734); Green value is 246 (96.48% from 255 or 33.51% from 734); Blue value is 251 (98.44% from 255 or 34.20% from 734); Max value from RGB is 251 - color contains mainly: blue. Hex color #EDF6FB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDF6FB is #120904. Grayscale: #F3F3F3. Windows color (decimal): -1181957 or 16512749. OLE color: 16512749.

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

Color convert

RGB 237 246 251 -
CMYK 0.06 0.02 0 0.02
HSL 201.43º 0.64% 0.96% -
HSV(B) 201.43º 0.06% 0.98% -
XYZ 85.29 90.88 104.31 -
YUV 243.88 132.02 123.09 -
System Red Green Blue C M Y K H S L
Decimal 237 246 251 0.06 0.02 0 0.02 201.43 0.64 0.96
Hex ED F6 FB 6 2 0 2 C9 40 60
Octal 355 366 373 6 2 0 2 311 100 140
Binary 11101101 11110110 11111011 110 10 0 10 11001001 1000000 1100000

Color Harmonies of #EDF6FB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDF6FB

Black with #EDF6FB

Text Example


Text Example

White with #EDF6FB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDF6FB; }

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

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

background-color css

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

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

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

border-color css

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

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

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