#ECFBFE

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

Shades of Azure #ECFBFE

Tints of Azure #ECFBFE

Color information

#ECFBFE (or 0xECFBFE) is unknown color: approx Azure. HEX triplet: EC, FB and FE. RGB value is (236,251,254). Sum of RGB (Red+Green+Blue) = 236+251+254=741 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.85% from 741); Green value is 251 (98.44% from 255 or 33.87% from 741); Blue value is 254 (99.61% from 255 or 34.28% from 741); Max value from RGB is 254 - color contains mainly: blue. Hex color #ECFBFE is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFE is #130401. Grayscale: #F6F6F6. Windows color (decimal): -1246210 or 16710636. OLE color: 16710636.

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

Color convert

RGB236251254-
CMYK0.070.0100.00
HSL190º90%96.08%-
HSV(B)190º7.09%99.61%-
XYZ86.9893.98107.32-
YUV246.86132.03120.26-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.85%
GREEN value IS 251 (98.44% from 255) = 33.87%
BLUE value IS 254 (99.61% from 255) = 34.28%
R=31.85%
G=33.87%
B=34.28%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal2362512540.070.0100.001909096.08
HexECFBFE7100be5a60
Octal3543733767100276132140
Binary1110110011111011111111101111001011111010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBFE; }

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

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

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

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

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

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

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

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