#ECFCFD

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

Shades of Azure #ECFCFD

Tints of Azure #ECFCFD

Color information

#ECFCFD (or 0xECFCFD) is unknown color: approx Azure. HEX triplet: EC, FC and FD. RGB value is (236,252,253). Sum of RGB (Red+Green+Blue) = 236+252+253=741 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.85% from 741); Green value is 252 (98.83% from 255 or 34.01% from 741); Blue value is 253 (99.22% from 255 or 34.14% from 741); Max value from RGB is 253 - color contains mainly: blue. Hex color #ECFCFD is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFD is #130302. Grayscale: #F7F7F7. Windows color (decimal): -1245955 or 16645356. OLE color: 16645356.

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

Color convert

RGB236252253-
CMYK0.070.0000.01
HSL183.53º80.95%95.88%-
HSV(B)183.53º6.72%99.22%-
XYZ87.1394.55106.59-
YUV247.33131.2119.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.85%
GREEN value IS 252 (98.83% from 255) = 34.01%
BLUE value IS 253 (99.22% from 255) = 34.14%
R=31.85%
G=34.01%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522530.070.0000.01183.5380.9595.88
HexECFCFD7001b85160
Octal3543743757001270121140
Binary1110110011111100111111011110011011100010100011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCFD; }

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

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

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

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

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

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

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

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