#A8EBDC

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

Shades of Ice Cold #A8EBDC

Tints of Ice Cold #A8EBDC

Color information

#A8EBDC (or 0xA8EBDC) is unknown color: approx Ice Cold. HEX triplet: A8, EB and DC. RGB value is (168,235,220). Sum of RGB (Red+Green+Blue) = 168+235+220=623 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.97% from 623); Green value is 235 (92.19% from 255 or 37.72% from 623); Blue value is 220 (86.33% from 255 or 35.31% from 623); Max value from RGB is 235 - color contains mainly: green. Hex color #A8EBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EBDC is #571423. Grayscale: #D5D5D5. Windows color (decimal): -5706788 or 14478248. OLE color: 14478248.

HSL color Cylindrical-coordinate representation of color #A8EBDC: hue angle of 166.57º degrees, saturation: 0.63, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #A8EBDC is Cyan = 0.29, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB168235220-
CMYK0.2900.060.08
HSL166.57º62.62%79.02%-
HSV(B)166.57º28.51%92.16%-
XYZ58.7872.9178.69-
YUV213.26131.895.72-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.97%
GREEN value IS 235 (92.19% from 255) = 37.72%
BLUE value IS 220 (86.33% from 255) = 35.31%
R=26.97%
G=37.72%
B=35.31%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682352200.2900.060.08166.5762.6279.02
HexA8EBDC1D068a73f4f
Octal25035333435061024777117
Binary1010100011101011110111001110101101000101001111111111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EBDC; }

 p { color: rgb(168,235,220); }

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

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

 a { background-color: rgb(168,235,220); }

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

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

 span { border-color: rgb(168,235,220); }

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