#ECFBFA

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

Shades of Azure #ECFBFA

Tints of Azure #ECFBFA

Color information

#ECFBFA (or 0xECFBFA) is unknown color: approx Azure. HEX triplet: EC, FB and FA. RGB value is (236,251,250). Sum of RGB (Red+Green+Blue) = 236+251+250=737 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.02% from 737); Green value is 251 (98.44% from 255 or 34.06% from 737); Blue value is 250 (98.05% from 255 or 33.92% from 737); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBFA is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFA is #130405. Grayscale: #F6F6F6. Windows color (decimal): -1246214 or 16448492. OLE color: 16448492.

HSL color Cylindrical-coordinate representation of color #ECFBFA: hue angle of 176º degrees, saturation: 0.65, lightness: 0.95%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBFA is Cyan = 0.06, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.02.

Color convert

RGB236251250-
CMYK0.0600.000.02
HSL176º65.22%95.49%-
HSV(B)176º5.98%98.43%-
XYZ86.3493.73103.98-
YUV246.4130.03120.58-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.02%
GREEN value IS 251 (98.44% from 255) = 34.06%
BLUE value IS 250 (98.05% from 255) = 33.92%
R=32.02%
G=34.06%
B=33.92%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.00
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362512500.0600.000.0217665.2295.49
HexECFBFA6002b0415f
Octal3543733726002260101137
Binary11101100111110111111101011000101011000010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBFA; }

 p { color: rgb(236,251,250); }

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

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

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

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

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

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

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