#A3EADD

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

Shades of Ice Cold #A3EADD

Tints of Ice Cold #A3EADD

Color information

#A3EADD (or 0xA3EADD) is unknown color: approx Ice Cold. HEX triplet: A3, EA and DD. RGB value is (163,234,221). Sum of RGB (Red+Green+Blue) = 163+234+221=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 234 (91.80% from 255 or 37.86% from 618); Blue value is 221 (86.72% from 255 or 35.76% from 618); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADD is #5C1522. Grayscale: #D3D3D3. Windows color (decimal): -6034723 or 14543523. OLE color: 14543523.

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

Color convert

RGB163234221-
CMYK0.3000.060.08
HSL169.01º62.83%77.84%-
HSV(B)169.01º30.34%91.76%-
XYZ57.5871.8579.24-
YUV211.29133.4893.56-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.38%
GREEN value IS 234 (91.80% from 255) = 37.86%
BLUE value IS 221 (86.72% from 255) = 35.76%
R=26.38%
G=37.86%
B=35.76%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342210.3000.060.08169.0162.8377.84
HexA3EADD1E068a93f4e
Octal24335233536061025177116
Binary1010001111101010110111011111001101000101010011111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EADD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EADD; }

 p { color: rgb(163,234,221); }

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

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

 a { background-color: rgb(163,234,221); }

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

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

 span { border-color: rgb(163,234,221); }

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