#A8EAE0

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

Shades of Ice Cold #A8EAE0

Tints of Ice Cold #A8EAE0

Color information

#A8EAE0 (or 0xA8EAE0) is unknown color: approx Ice Cold. HEX triplet: A8, EA and E0. RGB value is (168,234,224). Sum of RGB (Red+Green+Blue) = 168+234+224=626 (82% of max value = 765). Red value is 168 (66.02% from 255 or 26.84% from 626); Green value is 234 (91.80% from 255 or 37.38% from 626); Blue value is 224 (87.89% from 255 or 35.78% from 626); Max value from RGB is 234 - color contains mainly: green. Hex color #A8EAE0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A8EAE0 is #57151F. Grayscale: #D5D5D5. Windows color (decimal): -5707040 or 14740136. OLE color: 14740136.

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

Color convert

RGB168234224-
CMYK0.2800.040.08
HSL170.91º61.11%78.82%-
HSV(B)170.91º28.21%91.76%-
XYZ59.0372.5581.41-
YUV213.13134.1395.81-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 26.84%
GREEN value IS 234 (91.80% from 255) = 37.38%
BLUE value IS 224 (87.89% from 255) = 35.78%
R=26.84%
G=37.38%
B=35.78%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1682342240.2800.040.08170.9161.1178.82
HexA8EAE01C048ab3d4f
Octal25035234034041025375117
Binary1010100011101010111000001110001001000101010111111011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8EAE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8EAE0; }

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

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

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

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

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

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

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

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