Html Css Color HEX #EDFEFC Azure

📋 copy color: '#EDFEFC'

red 237 ◦ green 254 ◦ blue 252

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

Shades of Azure #EDFEFC

Tints of Azure #EDFEFC

RGB

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

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

 BLUE value IS 252 (98.83% from 255) = 33.92%

R = 31.9%
G = 34.19%
B = 33.92%

CMYK

 C value IS 0.07

 M value IS 0

 Y value IS 0.01

 K value IS 0.00

RGB Variations

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

Color information

#EDFEFC (or 0xEDFEFC) is known color: Azure. HEX triplet: ED, FE and FC. RGB value is (237,254,252). Sum of RGB (Red+Green+Blue) = 237+254+252=743 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.90% from 743); Green value is 254 (99.61% from 255 or 34.19% from 743); Blue value is 252 (98.83% from 255 or 33.92% from 743); Max value from RGB is 254 - color contains mainly: green. Hex color #EDFEFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFEFC is #120103. Grayscale: #F8F8F8. Windows color (decimal): -1179908 or 16580333. OLE color: 16580333.

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

Color convert

RGB 237 254 252 -
CMYK 0.07 0 0.01 0.00
HSL 172.94º 0.89% 0.96% -
HSV(B) 172.94º 0.07% 1% -
XYZ 87.94 95.92 105.97 -
YUV 248.69 129.87 119.66 -
System Red Green Blue C M Y K H S L
Decimal 237 254 252 0.07 0 0.01 0.00 172.94 0.89 0.96
Hex ED FE FC 7 0 1 0 AD 59 60
Octal 355 376 374 7 0 1 0 255 131 140
Binary 11101101 11111110 11111100 111 0 1 0 10101101 1011001 1100000

Color Harmonies of #EDFEFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFEFC

Black with #EDFEFC

Text Example


Text Example

White with #EDFEFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFEFC; }

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

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

background-color css

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

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

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

border-color css

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

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

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