#A3E1CC

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

Shades of Ice Cold #A3E1CC

Tints of Ice Cold #A3E1CC

Color information

#A3E1CC (or 0xA3E1CC) is unknown color: approx Ice Cold. HEX triplet: A3, E1 and CC. RGB value is (163,225,204). Sum of RGB (Red+Green+Blue) = 163+225+204=592 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.53% from 592); Green value is 225 (88.28% from 255 or 38.01% from 592); Blue value is 204 (80.08% from 255 or 34.46% from 592); Max value from RGB is 225 - color contains mainly: green. Hex color #A3E1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E1CC is #5C1E33. Grayscale: #CCCCCC. Windows color (decimal): -6037044 or 13427107. OLE color: 13427107.

HSL color Cylindrical-coordinate representation of color #A3E1CC: hue angle of 159.68º degrees, saturation: 0.51, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #A3E1CC is Cyan = 0.28, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.12.

Color convert

RGB163225204-
CMYK0.2800.090.12
HSL159.68º50.82%76.08%-
HSV(B)159.68º27.56%88.24%-
XYZ52.936667.08-
YUV204.07127.9698.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.53%
GREEN value IS 225 (88.28% from 255) = 38.01%
BLUE value IS 204 (80.08% from 255) = 34.46%
R=27.53%
G=38.01%
B=34.46%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1632252040.2800.090.12159.6850.8276.08
HexA3E1CC1C09Ca0334c
Octal243341314340111424063114
Binary10100011111000011100110011100010011100101000001100111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E1CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E1CC; }

 p { color: rgb(163,225,204); }

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

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

 a { background-color: rgb(163,225,204); }

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

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

 span { border-color: rgb(163,225,204); }

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