#ECFBF8

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

Shades of Azure #ECFBF8

Tints of Azure #ECFBF8

Color information

#ECFBF8 (or 0xECFBF8) is unknown color: approx Azure. HEX triplet: EC, FB and F8. RGB value is (236,251,248). Sum of RGB (Red+Green+Blue) = 236+251+248=735 (97% of max value = 765). Red value is 236 (92.58% from 255 or 32.11% from 735); Green value is 251 (98.44% from 255 or 34.15% from 735); Blue value is 248 (97.27% from 255 or 33.74% from 735); Max value from RGB is 251 - color contains mainly: green. Hex color #ECFBF8 is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBF8 is #130407. Grayscale: #F6F6F6. Windows color (decimal): -1246216 or 16317420. OLE color: 16317420.

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

Color convert

RGB236251248-
CMYK0.0600.010.02
HSL168º65.22%95.49%-
HSV(B)168º5.98%98.43%-
XYZ86.0393.6102.34-
YUV246.17129.03120.74-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 32.11%
GREEN value IS 251 (98.44% from 255) = 34.15%
BLUE value IS 248 (97.27% from 255) = 33.74%
R=32.11%
G=34.15%
B=33.74%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362512480.0600.010.0216865.2295.49
HexECFBF86012a8415f
Octal3543733706012250101137
Binary11101100111110111111100011001101010100010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBF8; }

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

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

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

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

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

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

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

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