#A3E3CE

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

Shades of Ice Cold #A3E3CE

Tints of Ice Cold #A3E3CE

Color information

#A3E3CE (or 0xA3E3CE) is unknown color: approx Ice Cold. HEX triplet: A3, E3 and CE. RGB value is (163,227,206). Sum of RGB (Red+Green+Blue) = 163+227+206=596 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.35% from 596); Green value is 227 (89.06% from 255 or 38.09% from 596); Blue value is 206 (80.86% from 255 or 34.56% from 596); Max value from RGB is 227 - color contains mainly: green. Hex color #A3E3CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3E3CE is #5C1C31. Grayscale: #CDCDCD. Windows color (decimal): -6036530 or 13558691. OLE color: 13558691.

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

Color convert

RGB163227206-
CMYK0.2800.090.11
HSL160.31º53.33%76.47%-
HSV(B)160.31º28.19%89.02%-
XYZ53.7167.1868.53-
YUV205.47128.397.71-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.35%
GREEN value IS 227 (89.06% from 255) = 38.09%
BLUE value IS 206 (80.86% from 255) = 34.56%
R=27.35%
G=38.09%
B=34.56%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1632272060.2800.090.11160.3153.3376.47
HexA3E3CE1C09Ba0354c
Octal243343316340111324065114
Binary10100011111000111100111011100010011011101000001101011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3E3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3E3CE; }

 p { color: rgb(163,227,206); }

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

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

 a { background-color: rgb(163,227,206); }

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

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

 span { border-color: rgb(163,227,206); }

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