Html Css Color HEX #EDFEFD Azure

📋 copy color: '#EDFEFD'

red 237 ◦ green 254 ◦ blue 253

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

Shades of Azure #EDFEFD

Tints of Azure #EDFEFD

RGB

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

 GREEN value IS 254 (99.61% from 255) = 34.14%

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

R = 31.85%
G = 34.14%
B = 34.01%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.00

 K value IS 0.00

RGB Variations

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

Color information

#EDFEFD (or 0xEDFEFD) is known color: Azure. HEX triplet: ED, FE and FD. RGB value is (237,254,253). Sum of RGB (Red+Green+Blue) = 237+254+253=744 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.85% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFD is #120102. Grayscale: #F8F8F8. Windows color (decimal): -1179907 or 16645869. OLE color: 16645869.

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

Color convert

RGB 237 254 253 -
CMYK 0.07 0 0.00 0.00
HSL 176.47º 0.89% 0.96% -
HSV(B) 176.47º 0.07% 1% -
XYZ 88.1 95.98 106.81 -
YUV 248.8 130.37 119.58 -
System Red Green Blue C M Y K H S L
Decimal 237 254 253 0.07 0 0.00 0.00 176.47 0.89 0.96
Hex ED FE FD 7 0 0 0 B0 59 60
Octal 355 376 375 7 0 0 0 260 131 140
Binary 11101101 11111110 11111101 111 0 0 0 10110000 1011001 1100000

Color Harmonies of #EDFEFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEFD

Black with #EDFEFD

Text Example


Text Example

White with #EDFEFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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