#ECFFFB

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

Shades of Azure #ECFFFB

Tints of Azure #ECFFFB

Color information

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

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

Color convert

RGB236255251-
CMYK0.0700.020
HSL167.37º100%96.27%-
HSV(B)167.37º7.45%100%-
XYZ87.7696.32105.23-
YUV248.86129.21118.83-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362552510.0700.020167.3710096.27
HexECFFFB7020a76460
Octal3543773737020247144140
Binary11101100111111111111101111101001010011111001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFFFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFFFB; }

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

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

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

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

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

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

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

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