#ECFEFF

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

Shades of Azure #ECFEFF

Tints of Azure #ECFEFF

Color information

#ECFEFF (or 0xECFEFF) is unknown color: approx Azure. HEX triplet: EC, FE and FF. RGB value is (236,254,255). Sum of RGB (Red+Green+Blue) = 236+254+255=745 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.68% from 745); Green value is 254 (99.61% from 255 or 34.09% from 745); Blue value is 255 (100% from 255 or 34.23% from 745); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFEFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEFF is #130100. Grayscale: #F8F8F8. Windows color (decimal): -1245441 or 16776940. OLE color: 16776940.

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

Color convert

RGB236254255-
CMYK0.070.0000
HSL183.16º100%96.27%-
HSV(B)183.16º7.45%100%-
XYZ88.0895.94108.48-
YUV248.73131.54118.92-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.68%
GREEN value IS 254 (99.61% from 255) = 34.09%
BLUE value IS 255 (100% from 255) = 34.23%
R=31.68%
G=34.09%
B=34.23%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362542550.070.0000183.1610096.27
HexECFEFF7000b76460
Octal3543763777000267144140
Binary1110110011111110111111111110001011011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFEFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFEFF; }

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

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

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

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

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

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

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

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