#A3ECDF

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

Shades of Ice Cold #A3ECDF

Tints of Ice Cold #A3ECDF

Color information

#A3ECDF (or 0xA3ECDF) is unknown color: approx Ice Cold. HEX triplet: A3, EC and DF. RGB value is (163,236,223). Sum of RGB (Red+Green+Blue) = 163+236+223=622 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.21% from 622); Green value is 236 (92.58% from 255 or 37.94% from 622); Blue value is 223 (87.5% from 255 or 35.85% from 622); Max value from RGB is 236 - color contains mainly: green. Hex color #A3ECDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3ECDF is #5C1320. Grayscale: #D4D4D4. Windows color (decimal): -6034209 or 14675107. OLE color: 14675107.

HSL color Cylindrical-coordinate representation of color #A3ECDF: hue angle of 169.32º degrees, saturation: 0.66, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3ECDF is Cyan = 0.31, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB163236223-
CMYK0.3100.060.07
HSL169.32º65.77%78.24%-
HSV(B)169.32º30.93%92.55%-
XYZ58.4273.1180.84-
YUV212.69133.8292.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.21%
GREEN value IS 236 (92.58% from 255) = 37.94%
BLUE value IS 223 (87.5% from 255) = 35.85%
R=26.21%
G=37.94%
B=35.85%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632362230.3100.060.07169.3265.7778.24
HexA3ECDF1F067a9424e
Octal24335433737067251102116
Binary1010001111101100110111111111101101111010100110000101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3ECDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3ECDF; }

 p { color: rgb(163,236,223); }

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

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

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

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

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

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

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