#ECFFFD

Color #ECFFFD Azure (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Azure #ECFFFD

Tints of Azure #ECFFFD

Color information

#ECFFFD (or 0xECFFFD) is unknown color: approx Azure. HEX triplet: EC, FF and FD. RGB value is (236,255,253). Sum of RGB (Red+Green+Blue) = 236+255+253=744 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.72% from 744); Green value is 255 (100% from 255 or 34.27% from 744); Blue value is 253 (99.22% from 255 or 34.01% from 744); Max value from RGB is 255 - color contains mainly: green. Hex color #ECFFFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFFFD is #130002. Grayscale: #F9F9F9. Windows color (decimal): -1245187 or 16646124. OLE color: 16646124.

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

Color convert

RGB236255253-
CMYK0.0700.010
HSL173.68º100%96.27%-
HSV(B)173.68º7.45%100%-
XYZ88.0896.44106.9-
YUV249.09130.21118.66-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.72%
GREEN value IS 255 (100% from 255) = 34.27%
BLUE value IS 253 (99.22% from 255) = 34.01%
R=31.72%
G=34.27%
B=34.01%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362552530.0700.010173.6810096.27
HexECFFFD7010ae6460
Octal3543773757010256144140
Binary1110110011111111111111011110101010111011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFFD; }

 p { color: rgb(236,255,253); }

 H1.HeaderClassName
 {
   color: #ECFFFD;
 }
 .AnyTagClassName
 {
   color: #ECFFFD;
 }
</style>
background-color css

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

 a { background-color: rgb(236,255,253); }

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

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

 span { border-color: rgb(236,255,253); }

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