Html Css Color HEX #EDFAFD Azure

📋 copy color: '#EDFAFD'

red 237 ◦ green 250 ◦ blue 253

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

Shades of Azure #EDFAFD

Tints of Azure #EDFAFD

RGB

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

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

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

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

CMYK

 C value IS 0.06

 M value IS 0.01

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

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

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

Color convert

RGB 237 250 253 -
CMYK 0.06 0.01 0 0.01
HSL 191.25º 0.8% 0.96% -
HSV(B) 191.25º 0.06% 0.99% -
XYZ 86.84 93.47 106.39 -
YUV 246.46 131.69 121.26 -
System Red Green Blue C M Y K H S L
Decimal 237 250 253 0.06 0.01 0 0.01 191.25 0.8 0.96
Hex ED FA FD 6 1 0 1 BF 50 60
Octal 355 372 375 6 1 0 1 277 120 140
Binary 11101101 11111010 11111101 110 1 0 1 10111111 1010000 1100000

Color Harmonies of #EDFAFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFAFD

Black with #EDFAFD

Text Example


Text Example

White with #EDFAFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFAFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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