#A8E3D1

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

Shades of Ice Cold #A8E3D1

Tints of Ice Cold #A8E3D1

Color information

#A8E3D1 (or 0xA8E3D1) is unknown color: approx Ice Cold. HEX triplet: A8, E3 and D1. RGB value is (168,227,209). Sum of RGB (Red+Green+Blue) = 168+227+209=604 (80% of max value = 765). Red value is 168 (66.02% from 255 or 27.81% from 604); Green value is 227 (89.06% from 255 or 37.58% from 604); Blue value is 209 (82.03% from 255 or 34.60% from 604); Max value from RGB is 227 - color contains mainly: green. Hex color #A8E3D1 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E3D1 is #571C2E. Grayscale: #CFCFCF. Windows color (decimal): -5708847 or 13755304. OLE color: 13755304.

HSL color Cylindrical-coordinate representation of color #A8E3D1: hue angle of 161.69º degrees, saturation: 0.51, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #A8E3D1 is Cyan = 0.26, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.11.

Color convert

RGB168227209-
CMYK0.2600.080.11
HSL161.69º51.3%77.45%-
HSV(B)161.69º25.99%89.02%-
XYZ55.1367.8770.52-
YUV207.31128.9599.96-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 27.81%
GREEN value IS 227 (89.06% from 255) = 37.58%
BLUE value IS 209 (82.03% from 255) = 34.60%
R=27.81%
G=37.58%
B=34.60%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1682272090.2600.080.11161.6951.377.45
HexA8E3D11A08Ba2334d
Octal250343321320101324263115
Binary10101000111000111101000111010010001011101000101100111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E3D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E3D1; }

 p { color: rgb(168,227,209); }

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

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

 a { background-color: rgb(168,227,209); }

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

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

 span { border-color: rgb(168,227,209); }

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