#A3EADF

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

Shades of Ice Cold #A3EADF

Tints of Ice Cold #A3EADF

Color information

#A3EADF (or 0xA3EADF) is unknown color: approx Ice Cold. HEX triplet: A3, EA and DF. RGB value is (163,234,223). Sum of RGB (Red+Green+Blue) = 163+234+223=620 (82% of max value = 765). Red value is 163 (64.06% from 255 or 26.29% from 620); Green value is 234 (91.80% from 255 or 37.74% from 620); Blue value is 223 (87.5% from 255 or 35.97% from 620); Max value from RGB is 234 - color contains mainly: green. Hex color #A3EADF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #A3EADF is #5C1520. Grayscale: #D3D3D3. Windows color (decimal): -6034721 or 14674595. OLE color: 14674595.

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

Color convert

RGB163234223-
CMYK0.3000.050.08
HSL170.7º62.83%77.84%-
HSV(B)170.7º30.34%91.76%-
XYZ57.8571.9680.65-
YUV211.52134.4893.39-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 26.29%
GREEN value IS 234 (91.80% from 255) = 37.74%
BLUE value IS 223 (87.5% from 255) = 35.97%
R=26.29%
G=37.74%
B=35.97%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1632342230.3000.050.08170.762.8377.84
HexA3EADF1E058ab3f4e
Octal24335233736051025377116
Binary1010001111101010110111111111001011000101010111111111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3EADF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3EADF; }

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

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

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

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

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

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

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

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