#ECFFFE

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

Shades of Azure #ECFFFE

Tints of Azure #ECFFFE

Color information

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

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

Color convert

RGB236255254-
CMYK0.0700.000
HSL176.84º100%96.27%-
HSV(B)176.84º7.45%100%-
XYZ88.2496.51107.74-
YUV249.2130.71118.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362552540.0700.000176.8410096.27
HexECFFFE7000b16460
Octal3543773767000261144140
Binary1110110011111111111111101110001011000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFFE; }

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

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

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

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

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

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

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

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