#A3EEDF

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

Shades of Ice Cold #A3EEDF

Tints of Ice Cold #A3EEDF

Color information

#A3EEDF (or 0xA3EEDF) is unknown color: approx Ice Cold. HEX triplet: A3, EE and DF. RGB value is (163,238,223). Sum of RGB (Red+Green+Blue) = 163+238+223=624 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.12% from 624); Green value is 238 (93.36% from 255 or 38.14% from 624); Blue value is 223 (87.5% from 255 or 35.74% from 624); Max value from RGB is 238 - color contains mainly: green. Hex color #A3EEDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EEDF is #5C1120. Grayscale: #D5D5D5. Windows color (decimal): -6033697 or 14675619. OLE color: 14675619.

HSL color Cylindrical-coordinate representation of color #A3EEDF: hue angle of 168º degrees, saturation: 0.69, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #A3EEDF is Cyan = 0.32, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB163238223-
CMYK0.3200.060.07
HSL168º68.81%78.63%-
HSV(B)168º31.51%93.33%-
XYZ5974.2681.04-
YUV213.86133.1591.72-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.12%
GREEN value IS 238 (93.36% from 255) = 38.14%
BLUE value IS 223 (87.5% from 255) = 35.74%
R=26.12%
G=38.14%
B=35.74%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1632382230.3200.060.0716868.8178.63
HexA3EEDF20067a8454f
Octal24335633740067250105117
Binary10100011111011101101111110000001101111010100010001011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EEDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EEDF; }

 p { color: rgb(163,238,223); }

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

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

 a { background-color: rgb(163,238,223); }

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

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

 span { border-color: rgb(163,238,223); }

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