#ECFDFF

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

Shades of Azure #ECFDFF

Tints of Azure #ECFDFF

Color information

#ECFDFF (or 0xECFDFF) is unknown color: approx Azure. HEX triplet: EC, FD and FF. RGB value is (236,253,255). Sum of RGB (Red+Green+Blue) = 236+253+255=744 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.72% from 744); Green value is 253 (99.22% from 255 or 34.01% from 744); Blue value is 255 (100% from 255 or 34.27% from 744); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFDFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFDFF is #130200. Grayscale: #F8F8F8. Windows color (decimal): -1245697 or 16776684. OLE color: 16776684.

HSL color Cylindrical-coordinate representation of color #ECFDFF: hue angle of 186.32º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFDFF is Cyan = 0.07, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236253255-
CMYK0.070.0100
HSL186.32º100%96.27%-
HSV(B)186.32º7.45%100%-
XYZ87.7795.3108.38-
YUV248.14131.87119.34-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.72%
GREEN value IS 253 (99.22% from 255) = 34.01%
BLUE value IS 255 (100% from 255) = 34.27%
R=31.72%
G=34.01%
B=34.27%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362532550.070.0100186.3210096.27
HexECFDFF7100ba6460
Octal3543753777100272144140
Binary1110110011111101111111111111001011101011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFDFF; }

 p { color: rgb(236,253,255); }

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

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

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

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

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

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

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