Html Css Color HEX #EDFDFA Azure

📋 copy color: '#EDFDFA'

red 237 ◦ green 253 ◦ blue 250

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

Shades of Azure #EDFDFA

Tints of Azure #EDFDFA

RGB

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

 GREEN value IS 253 (99.22% from 255) = 34.19%

 BLUE value IS 250 (98.05% from 255) = 33.78%

R = 32.03%
G = 34.19%
B = 33.78%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 0.01

 K value IS 0.01

RGB Variations

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

Color information

#EDFDFA (or 0xEDFDFA) is known color: Azure. HEX triplet: ED, FD and FA. RGB value is (237,253,250). Sum of RGB (Red+Green+Blue) = 237+253+250=740 (98% of max value = 765). Red value is 237 (92.97% from 255 or 32.03% from 740); Green value is 253 (99.22% from 255 or 34.19% from 740); Blue value is 250 (98.05% from 255 or 33.78% from 740); Max value from RGB is 253 - color contains mainly: green. Hex color #EDFDFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFDFA is #120205. Grayscale: #F7F7F7. Windows color (decimal): -1180166 or 16449005. OLE color: 16449005.

HSL color Cylindrical-coordinate representation of color #EDFDFA: hue angle of 168.75º degrees, saturation: 0.8, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #EDFDFA is Cyan = 0.06, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.01.

Color convert

RGB 237 253 250 -
CMYK 0.06 0 0.01 0.01
HSL 168.75º 0.8% 0.96% -
HSV(B) 168.75º 0.06% 0.99% -
XYZ 87.31 95.16 104.21 -
YUV 247.87 129.2 120.24 -
System Red Green Blue C M Y K H S L
Decimal 237 253 250 0.06 0 0.01 0.01 168.75 0.8 0.96
Hex ED FD FA 6 0 1 1 A9 50 60
Octal 355 375 372 6 0 1 1 251 120 140
Binary 11101101 11111101 11111010 110 0 1 1 10101001 1010000 1100000

Color Harmonies of #EDFDFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFDFA

Black with #EDFDFA

Text Example


Text Example

White with #EDFDFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFDFA; }

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

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

background-color css

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

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

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

border-color css

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

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

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