Html Css Color HEX #EDFFFD Azure

📋 copy color: '#EDFFFD'

red 237 ◦ green 255 ◦ blue 253

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

Shades of Azure #EDFFFD

Tints of Azure #EDFFFD

RGB

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

 GREEN value IS 255 (100% from 255) = 34.23%

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

R = 31.81%
G = 34.23%
B = 33.96%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0

RGB Variations

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

Color information

#EDFFFD (or 0xEDFFFD) is known color: Azure. HEX triplet: ED, FF and FD. RGB value is (237,255,253). Sum of RGB (Red+Green+Blue) = 237+255+253=745 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.81% from 745); Green value is 255 (100% from 255 or 34.23% from 745); Blue value is 253 (99.22% from 255 or 33.96% from 745); Max value from RGB is 255 - color contains mainly: green. Hex color #EDFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFFFD is #120002. Grayscale: #F9F9F9. Windows color (decimal): -1179651 or 16646125. OLE color: 16646125.

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

Color convert

RGB 237 255 253 -
CMYK 0.07 0 0.01 0
HSL 173.33º 1% 0.96% -
HSV(B) 173.33º 0.07% 1% -
XYZ 88.41 96.62 106.92 -
YUV 249.39 130.04 119.16 -
System Red Green Blue C M Y K H S L
Decimal 237 255 253 0.07 0 0.01 0 173.33 1 0.96
Hex ED FF FD 7 0 1 0 AD 64 60
Octal 355 377 375 7 0 1 0 255 144 140
Binary 11101101 11111111 11111101 111 0 1 0 10101101 1100100 1100000

Color Harmonies of #EDFFFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFFFD

Black with #EDFFFD

Text Example


Text Example

White with #EDFFFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFFFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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