#ECF6F7

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

Shades of Azure #ECF6F7

Tints of Azure #ECF6F7

Color information

#ECF6F7 (or 0xECF6F7) is unknown color: approx Azure. HEX triplet: EC, F6 and F7. RGB value is (236,246,247). Sum of RGB (Red+Green+Blue) = 236+246+247=729 (96% of max value = 765). Red value is 236 (92.58% from 255 or 32.37% from 729); Green value is 246 (96.48% from 255 or 33.74% from 729); Blue value is 247 (96.88% from 255 or 33.88% from 729); Max value from RGB is 247 - color contains mainly: blue. Hex color #ECF6F7 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECF6F7 is #130908. Grayscale: #F3F3F3. Windows color (decimal): -1247497 or 16250604. OLE color: 16250604.

HSL color Cylindrical-coordinate representation of color #ECF6F7: hue angle of 185.45º degrees, saturation: 0.41, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.04%. Process color model (Four color, CMYK) of #ECF6F7 is Cyan = 0.04, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB236246247-
CMYK0.040.0000.03
HSL185.45º40.74%94.71%-
HSV(B)185.45º4.45%96.86%-
XYZ84.3490.46101.01-
YUV243.12130.19122.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.37%
GREEN value IS 246 (96.48% from 255) = 33.74%
BLUE value IS 247 (96.88% from 255) = 33.88%
R=32.37%
G=33.74%
B=33.88%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal2362462470.040.0000.03185.4540.7494.71
HexECF6F74003b9295f
Octal354366367400327151137
Binary1110110011110110111101111000011101110011010011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECF6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECF6F7; }

 p { color: rgb(236,246,247); }

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

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

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

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

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

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

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