#A3EDDB

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

Shades of Ice Cold #A3EDDB

Tints of Ice Cold #A3EDDB

Color information

#A3EDDB (or 0xA3EDDB) is unknown color: approx Ice Cold. HEX triplet: A3, ED and DB. RGB value is (163,237,219). Sum of RGB (Red+Green+Blue) = 163+237+219=619 (81% of max value = 765). Red value is 163 (64.06% from 255 or 26.33% from 619); Green value is 237 (92.97% from 255 or 38.29% from 619); Blue value is 219 (85.94% from 255 or 35.38% from 619); Max value from RGB is 237 - color contains mainly: green. Hex color #A3EDDB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EDDB is #5C1224. Grayscale: #D4D4D4. Windows color (decimal): -6033957 or 14413219. OLE color: 14413219.

HSL color Cylindrical-coordinate representation of color #A3EDDB: hue angle of 165.41º 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 #A3EDDB is Cyan = 0.31, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.07.

Color convert

RGB163237219-
CMYK0.3100.080.07
HSL165.41º67.27%78.43%-
HSV(B)165.41º31.22%92.94%-
XYZ58.1773.4778.13-
YUV212.82131.4892.46-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.33%
GREEN value IS 237 (92.97% from 255) = 38.29%
BLUE value IS 219 (85.94% from 255) = 35.38%
R=26.33%
G=38.29%
B=35.38%

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
Decimal1632372190.3100.080.07165.4167.2778.43
HexA3EDDB1F087a5434e
Octal243355333370107245103116
Binary10100011111011011101101111111010001111010010110000111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EDDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EDDB; }

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

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

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

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

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

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

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

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