#ECF9FA

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

Shades of Azure #ECF9FA

Tints of Azure #ECF9FA

Color information

#ECF9FA (or 0xECF9FA) is unknown color: approx Azure. HEX triplet: EC, F9 and FA. RGB value is (236,249,250). Sum of RGB (Red+Green+Blue) = 236+249+250=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 249 (97.66% from 255 or 33.88% from 735); Blue value is 250 (98.05% from 255 or 34.01% from 735); Max value from RGB is 250 - color contains mainly: blue. Hex color #ECF9FA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF9FA is #130605. Grayscale: #F5F5F5. Windows color (decimal): -1246726 or 16447980. OLE color: 16447980.

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

Color convert

RGB236249250-
CMYK0.060.0000.02
HSL184.29º58.33%95.29%-
HSV(B)184.29º5.6%98.04%-
XYZ85.7292.49103.78-
YUV245.23130.69121.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.11%
GREEN value IS 249 (97.66% from 255) = 33.88%
BLUE value IS 250 (98.05% from 255) = 34.01%
R=32.11%
G=33.88%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362492500.060.0000.02184.2958.3395.29
HexECF9FA6002b83a5f
Octal354371372600227072137
Binary1110110011111001111110101100010101110001110101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF9FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF9FA; }

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

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

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

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

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

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

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

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