#ECFAFF

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

Shades of Alice Blue #ECFAFF

Tints of Alice Blue #ECFAFF

Color information

#ECFAFF (or 0xECFAFF) is unknown color: approx Alice Blue. HEX triplet: EC, FA and FF. RGB value is (236,250,255). Sum of RGB (Red+Green+Blue) = 236+250+255=741 (98% of max value = 765). Red value is 236 (92.58% from 255 or 31.85% from 741); Green value is 250 (98.05% from 255 or 33.74% from 741); Blue value is 255 (100% from 255 or 34.41% from 741); Max value from RGB is 255 - color contains mainly: blue. Hex color #ECFAFF is not a web safe color. Web safe color analog (approx): #FFFFFF. Inversed color of #ECFAFF is #130500. Grayscale: #F6F6F6. Windows color (decimal): -1246465 or 16775916. OLE color: 16775916.

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

Color convert

RGB236250255-
CMYK0.070.0200
HSL195.79º100%96.27%-
HSV(B)195.79º7.45%100%-
XYZ86.8393.42108.06-
YUV246.38132.86120.59-

RGB Variations

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

RGB

RED value IS 236 (92.58% from 255) = 31.85%
GREEN value IS 250 (98.05% from 255) = 33.74%
BLUE value IS 255 (100% from 255) = 34.41%
R=31.85%
G=33.74%
B=34.41%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal2362502550.070.0200195.7910096.27
HexECFAFF7200c46460
Octal3543723777200304144140
Binary11101100111110101111111111110001100010011001001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ECFAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ECFAFF; }

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

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

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

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

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

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

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

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