#A3EDDC

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

Shades of Ice Cold #A3EDDC

Tints of Ice Cold #A3EDDC

Color information

#A3EDDC (or 0xA3EDDC) is unknown color: approx Ice Cold. HEX triplet: A3, ED and DC. RGB value is (163,237,220). Sum of RGB (Red+Green+Blue) = 163+237+220=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 237 (92.97% from 255 or 38.23% from 620); Blue value is 220 (86.33% from 255 or 35.48% from 620); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDC is #5C1223. Grayscale: #D4D4D4. Windows color (decimal): -6033956 or 14478755. OLE color: 14478755.

HSL color Cylindrical-coordinate representation of color #A3EDDC: hue angle of 166.22º degrees, saturation: 0.67, 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 #A3EDDC is Cyan = 0.31, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.07.

Color convert

RGB163237220-
CMYK0.3100.070.07
HSL166.22º67.27%78.43%-
HSV(B)166.22º31.22%92.94%-
XYZ58.3173.5278.83-
YUV212.94131.9892.38-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 237 (92.97% from 255) = 38.23%
BLUE value IS 220 (86.33% from 255) = 35.48%
R=26.29%
G=38.23%
B=35.48%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632372200.3100.070.07166.2267.2778.43
HexA3EDDC1F077a6434e
Octal24335533437077246103116
Binary1010001111101101110111001111101111111010011010000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDDC; }

 p { color: rgb(163,237,220); }

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

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

 a { background-color: rgb(163,237,220); }

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

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

 span { border-color: rgb(163,237,220); }

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