Html Css Color HEX #EDFAFF Alice Blue

📋 copy color: '#EDFAFF'

red 237 ◦ green 250 ◦ blue 255

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

Shades of Alice Blue #EDFAFF

Tints of Alice Blue #EDFAFF

RGB

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

 GREEN value IS 250 (98.05% from 255) = 33.69%

 BLUE value IS 255 (100% from 255) = 34.37%

R = 31.94%
G = 33.69%
B = 34.37%

CMYK

 C value IS 0.07

 M value IS 0.02

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDFAFF (or 0xEDFAFF) is known color: Alice Blue. HEX triplet: ED, FA and FF. RGB value is (237,250,255). Sum of RGB (Red+Green+Blue) = 237+250+255=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 250 (98.05% from 255 or 33.69% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFAFF is #120500. Grayscale: #F6F6F6. Windows color (decimal): -1180929 or 16775917. OLE color: 16775917.

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

Color convert

RGB 237 250 255 -
CMYK 0.07 0.02 0 0
HSL 196.67º 1% 0.96% -
HSV(B) 196.67º 0.07% 1% -
XYZ 87.16 93.6 108.08 -
YUV 246.68 132.69 121.09 -
System Red Green Blue C M Y K H S L
Decimal 237 250 255 0.07 0.02 0 0 196.67 1 0.96
Hex ED FA FF 7 2 0 0 C5 64 60
Octal 355 372 377 7 2 0 0 305 144 140
Binary 11101101 11111010 11111111 111 10 0 0 11000101 1100100 1100000

Color Harmonies of #EDFAFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAFF

Black with #EDFAFF

Text Example


Text Example

White with #EDFAFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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