#ECFCFC

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

Shades of Azure #ECFCFC

Tints of Azure #ECFCFC

Color information

#ECFCFC (or 0xECFCFC) is unknown color: approx Azure. HEX triplet: EC, FC and FC. RGB value is (236,252,252). Sum of RGB (Red+Green+Blue) = 236+252+252=740 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.89% from 740); Green value is 252 (98.83% from 255 or 34.05% from 740); Blue value is 252 (98.83% from 255 or 34.05% from 740); Max value from RGB is 252 - color contains mainly: green, blue. Hex color #ECFCFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFCFC is #130303. Grayscale: #F7F7F7. Windows color (decimal): -1245956 or 16579820. OLE color: 16579820.

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

Color convert

RGB236252252-
CMYK0.06000.01
HSL180º72.73%95.69%-
HSV(B)180º6.35%98.82%-
XYZ86.9794.48105.75-
YUV247.22130.7120-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.89%
GREEN value IS 252 (98.83% from 255) = 34.05%
BLUE value IS 252 (98.83% from 255) = 34.05%
R=31.89%
G=34.05%
B=34.05%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362522520.06000.0118072.7395.69
HexECFCFC6001b44960
Octal3543743746001264111140
Binary1110110011111100111111001100011011010010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFCFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFCFC; }

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

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

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

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

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

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

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

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