#ECFBFF

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

Shades of Azure #ECFBFF

Tints of Azure #ECFBFF

Color information

#ECFBFF (or 0xECFBFF) is unknown color: approx Azure. HEX triplet: EC, FB and FF. RGB value is (236,251,255). Sum of RGB (Red+Green+Blue) = 236+251+255=742 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.81% from 742); Green value is 251 (98.44% from 255 or 33.83% from 742); Blue value is 255 (100% from 255 or 34.37% from 742); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFBFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFBFF is #130400. Grayscale: #F6F6F6. Windows color (decimal): -1246209 or 16776172. OLE color: 16776172.

HSL color Cylindrical-coordinate representation of color #ECFBFF: hue angle of 192.63º degrees, saturation: 1, lightness: 0.96%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #ECFBFF is Cyan = 0.07, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB236251255-
CMYK0.070.0200
HSL192.63º100%96.27%-
HSV(B)192.63º7.45%100%-
XYZ87.1494.05108.17-
YUV246.97132.53120.17-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.81%
GREEN value IS 251 (98.44% from 255) = 33.83%
BLUE value IS 255 (100% from 255) = 34.37%
R=31.81%
G=33.83%
B=34.37%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362512550.070.0200192.6310096.27
HexECFBFF7200c16460
Octal3543733777200301144140
Binary11101100111110111111111111110001100000111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFBFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFBFF; }

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

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

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

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

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

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

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

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