Html Css Color HEX #EDFCFF Azure

📋 copy color: '#EDFCFF'

red 237 ◦ green 252 ◦ blue 255

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

Shades of Azure #EDFCFF

Tints of Azure #EDFCFF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.87%

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

R = 31.85%
G = 33.87%
B = 34.27%

CMYK

 C value IS 0.07

 M value IS 0.01

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#EDFCFF (or 0xEDFCFF) is known color: Azure. HEX triplet: ED, FC and FF. RGB value is (237,252,255). Sum of RGB (Red+Green+Blue) = 237+252+255=744 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.85% from 744); Green value is 252 (98.83% from 255 or 33.87% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #EDFCFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFF is #120300. Grayscale: #F7F7F7. Windows color (decimal): -1180417 or 16776429. OLE color: 16776429.

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

Color convert

RGB 237 252 255 -
CMYK 0.07 0.01 0 0
HSL 190º 1% 0.96% -
HSV(B) 190º 0.07% 1% -
XYZ 87.79 94.85 108.29 -
YUV 247.86 132.03 120.26 -
System Red Green Blue C M Y K H S L
Decimal 237 252 255 0.07 0.01 0 0 190 1 0.96
Hex ED FC FF 7 1 0 0 BE 64 60
Octal 355 374 377 7 1 0 0 276 144 140
Binary 11101101 11111100 11111111 111 1 0 0 10111110 1100100 1100000

Color Harmonies of #EDFCFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCFF

Black with #EDFCFF

Text Example


Text Example

White with #EDFCFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCFF; }

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

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

background-color css

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

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

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

border-color css

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

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

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