#ECFBFC

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

Shades of Azure #ECFBFC

Tints of Azure #ECFBFC

Color information

#ECFBFC (or 0xECFBFC) is unknown color: approx Azure. HEX triplet: EC, FB and FC. RGB value is (236,251,252). Sum of RGB (Red+Green+Blue) = 236+251+252=739 (97% of max value = 765). Red value is 236 (92.58% from 255 or 31.94% from 739); Green value is 251 (98.44% from 255 or 33.96% from 739); Blue value is 252 (98.83% from 255 or 34.10% from 739); Max value from RGB is 252 - color contains mainly: blue. Hex color #ECFBFC is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFC is #130403. Grayscale: #F6F6F6. Windows color (decimal): -1246212 or 16579564. OLE color: 16579564.

HSL color Cylindrical-coordinate representation of color #ECFBFC: hue angle of 183.75º degrees, saturation: 0.73, lightness: 0.96%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #ECFBFC is Cyan = 0.06, Magento = 0.00, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB236251252-
CMYK0.060.0000.01
HSL183.75º72.73%95.69%-
HSV(B)183.75º6.35%98.82%-
XYZ86.6693.86105.64-
YUV246.63131.03120.42-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.94%
GREEN value IS 251 (98.44% from 255) = 33.96%
BLUE value IS 252 (98.83% from 255) = 34.10%
R=31.94%
G=33.96%
B=34.10%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal2362512520.060.0000.01183.7572.7395.69
HexECFBFC6001b84960
Octal3543733746001270111140
Binary1110110011111011111111001100011011100010010011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBFC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBFC; }

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

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

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

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

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

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

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

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