#ECFAFA

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

Shades of Azure #ECFAFA

Tints of Azure #ECFAFA

Color information

#ECFAFA (or 0xECFAFA) is unknown color: approx Azure. HEX triplet: EC, FA and FA. RGB value is (236,250,250). Sum of RGB (Red+Green+Blue) = 236+250+250=736 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.07% from 736); Green value is 250 (98.05% from 255 or 33.97% from 736); Blue value is 250 (98.05% from 255 or 33.97% from 736); Max value from RGB is 250 - color contains mainly: green, blue. Hex color #ECFAFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFA is #130505. Grayscale: #F5F5F5. Windows color (decimal): -1246470 or 16448236. OLE color: 16448236.

HSL color Cylindrical-coordinate representation of color #ECFAFA: hue angle of 180º degrees, saturation: 0.58, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFAFA is Cyan = 0.06, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB236250250-
CMYK0.06000.02
HSL180º58.33%95.29%-
HSV(B)180º5.6%98.04%-
XYZ86.0393.11103.88-
YUV245.81130.36121-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.07%
GREEN value IS 250 (98.05% from 255) = 33.97%
BLUE value IS 250 (98.05% from 255) = 33.97%
R=32.07%
G=33.97%
B=33.97%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362502500.06000.0218058.3395.29
HexECFAFA6002b43a5f
Octal354372372600226472137
Binary1110110011111010111110101100010101101001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAFA; }

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

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

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

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

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

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

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

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