#ECFBFB

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

Shades of Azure #ECFBFB

Tints of Azure #ECFBFB

Color information

#ECFBFB (or 0xECFBFB) is unknown color: approx Azure. HEX triplet: EC, FB and FB. RGB value is (236,251,251). Sum of RGB (Red+Green+Blue) = 236+251+251=738 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.98% from 738); Green value is 251 (98.44% from 255 or 34.01% from 738); Blue value is 251 (98.44% from 255 or 34.01% from 738); Max value from RGB is 251 - color contains mainly: green, blue. Hex color #ECFBFB is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFB is #130404. Grayscale: #F6F6F6. Windows color (decimal): -1246213 or 16514028. OLE color: 16514028.

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

Color convert

RGB236251251-
CMYK0.06000.02
HSL180º65.22%95.49%-
HSV(B)180º5.98%98.43%-
XYZ86.593.79104.81-
YUV246.52130.53120.5-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.98%
GREEN value IS 251 (98.44% from 255) = 34.01%
BLUE value IS 251 (98.44% from 255) = 34.01%
R=31.98%
G=34.01%
B=34.01%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal2362512510.06000.0218065.2295.49
HexECFBFB6002b4415f
Octal3543733736002264101137
Binary11101100111110111111101111000101011010010000011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBFB; }

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

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

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

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

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

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

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

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