#A8E0CC

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

Shades of Ice Cold #A8E0CC

Tints of Ice Cold #A8E0CC

Color information

#A8E0CC (or 0xA8E0CC) is unknown color: approx Ice Cold. HEX triplet: A8, E0 and CC. RGB value is (168,224,204). Sum of RGB (Red+Green+Blue) = 168+224+204=596 (78% of max value = 765). Red value is 168 (66.02% from 255 or 28.19% from 596); Green value is 224 (87.89% from 255 or 37.58% from 596); Blue value is 204 (80.08% from 255 or 34.23% from 596); Max value from RGB is 224 - color contains mainly: green. Hex color #A8E0CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8E0CC is #571F33. Grayscale: #CDCDCD. Windows color (decimal): -5709620 or 13426856. OLE color: 13426856.

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

Color convert

RGB168224204-
CMYK0.2500.090.12
HSL158.57º47.46%76.86%-
HSV(B)158.57º25%87.84%-
XYZ53.76667.03-
YUV204.98127.45101.63-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.19%
GREEN value IS 224 (87.89% from 255) = 37.58%
BLUE value IS 204 (80.08% from 255) = 34.23%
R=28.19%
G=37.58%
B=34.23%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1682242040.2500.090.12158.5747.4676.86
HexA8E0CC1909C9f2f4d
Octal250340314310111423757115
Binary10101000111000001100110011001010011100100111111011111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8E0CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8E0CC; }

 p { color: rgb(168,224,204); }

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

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

 a { background-color: rgb(168,224,204); }

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

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

 span { border-color: rgb(168,224,204); }

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