#ECF8FA

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

Shades of Azure #ECF8FA

Tints of Azure #ECF8FA

Color information

#ECF8FA (or 0xECF8FA) is unknown color: approx Azure. HEX triplet: EC, F8 and FA. RGB value is (236,248,250). Sum of RGB (Red+Green+Blue) = 236+248+250=734 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.15% from 734); Green value is 248 (97.27% from 255 or 33.79% from 734); Blue value is 250 (98.05% from 255 or 34.06% from 734); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF8FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF8FA is #130705. Grayscale: #F4F4F4. Windows color (decimal): -1246982 or 16447724. OLE color: 16447724.

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

Color convert

RGB236248250-
CMYK0.060.0100.02
HSL188.57º58.33%95.29%-
HSV(B)188.57º5.6%98.04%-
XYZ85.4191.87103.67-
YUV244.64131.02121.84-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.15%
GREEN value IS 248 (97.27% from 255) = 33.79%
BLUE value IS 250 (98.05% from 255) = 34.06%
R=32.15%
G=33.79%
B=34.06%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362482500.060.0100.02188.5758.3395.29
HexECF8FA6102bd3a5f
Octal354370372610227572137
Binary1110110011111000111110101101010101111011110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF8FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF8FA; }

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

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

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

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

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

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

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

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