#A3EDDA

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

Shades of Ice Cold #A3EDDA

Tints of Ice Cold #A3EDDA

Color information

#A3EDDA (or 0xA3EDDA) is unknown color: approx Ice Cold. HEX triplet: A3, ED and DA. RGB value is (163,237,218). Sum of RGB (Red+Green+Blue) = 163+237+218=618 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.38% from 618); Green value is 237 (92.97% from 255 or 38.35% from 618); Blue value is 218 (85.55% from 255 or 35.28% from 618); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDA is #5C1225. Grayscale: #D4D4D4. Windows color (decimal): -6033958 or 14347683. OLE color: 14347683.

HSL color Cylindrical-coordinate representation of color #A3EDDA: hue angle of 164.59º degrees, saturation: 0.67, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #A3EDDA is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB163237218-
CMYK0.3100.080.07
HSL164.59º67.27%78.43%-
HSV(B)164.59º31.22%92.94%-
XYZ58.0473.4277.44-
YUV212.71130.9892.54-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.38%
GREEN value IS 237 (92.97% from 255) = 38.35%
BLUE value IS 218 (85.55% from 255) = 35.28%
R=26.38%
G=38.35%
B=35.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632372180.3100.080.07164.5967.2778.43
HexA3EDDA1F087a5434e
Octal243355332370107245103116
Binary10100011111011011101101011111010001111010010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDDA; }

 p { color: rgb(163,237,218); }

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

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

 a { background-color: rgb(163,237,218); }

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

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

 span { border-color: rgb(163,237,218); }

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