#ECFEFE

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

Shades of Azure #ECFEFE

Tints of Azure #ECFEFE

Color information

#ECFEFE (or 0xECFEFE) is unknown color: approx Azure. HEX triplet: EC, FE and FE. RGB value is (236,254,254). Sum of RGB (Red+Green+Blue) = 236+254+254=744 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.72% from 744); Green value is 254 (99.61% from 255 or 34.14% from 744); Blue value is 254 (99.61% from 255 or 34.14% from 744); Max value from RGB is 254 - color contains mainly: green, blue. Hex color #ECFEFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFEFE is #130101. Grayscale: #F8F8F8. Windows color (decimal): -1245442 or 16711404. OLE color: 16711404.

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

Color convert

RGB236254254-
CMYK0.07000.00
HSL180º90%96.08%-
HSV(B)180º7.09%99.61%-
XYZ87.9295.87107.64-
YUV248.62131.04119-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.72%
GREEN value IS 254 (99.61% from 255) = 34.14%
BLUE value IS 254 (99.61% from 255) = 34.14%
R=31.72%
G=34.14%
B=34.14%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362542540.07000.001809096.08
HexECFEFE7000b45a60
Octal3543763767000264132140
Binary1110110011111110111111101110001011010010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFEFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFEFE; }

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

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

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

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

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

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

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

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