Html Css Color HEX #EDFCFD Azure

📋 copy color: '#EDFCFD'

red 237 ◦ green 252 ◦ blue 253

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

Shades of Azure #EDFCFD

Tints of Azure #EDFCFD

RGB

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

 GREEN value IS 252 (98.83% from 255) = 33.96%

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

R = 31.94%
G = 33.96%
B = 34.1%

CMYK

 C value IS 0.06

 M value IS 0.00

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#EDFCFD (or 0xEDFCFD) is known color: Azure. HEX triplet: ED, FC and FD. RGB value is (237,252,253). Sum of RGB (Red+Green+Blue) = 237+252+253=742 (98% of max value = 765). Red value is 237 (92.97% from 255 or 31.94% from 742); Green value is 252 (98.83% from 255 or 33.96% from 742); Blue value is 253 (99.22% from 255 or 34.10% from 742); Max value from RGB is 253 - color contains mainly: blue. Hex color #EDFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #EDFCFD is #120302. Grayscale: #F7F7F7. Windows color (decimal): -1180419 or 16645357. OLE color: 16645357.

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

Color convert

RGB 237 252 253 -
CMYK 0.06 0.00 0 0.01
HSL 183.75º 0.8% 0.96% -
HSV(B) 183.75º 0.06% 0.99% -
XYZ 87.47 94.72 106.6 -
YUV 247.63 131.03 120.42 -
System Red Green Blue C M Y K H S L
Decimal 237 252 253 0.06 0.00 0 0.01 183.75 0.8 0.96
Hex ED FC FD 6 0 0 1 B8 50 60
Octal 355 374 375 6 0 0 1 270 120 140
Binary 11101101 11111100 11111101 110 0 0 1 10111000 1010000 1100000

Color Harmonies of #EDFCFD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EDFCFD

Black with #EDFCFD

Text Example


Text Example

White with #EDFCFD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EDFCFD; }

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

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

background-color css

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

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

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

border-color css

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

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

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