#A3DFCB

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

Shades of Ice Cold #A3DFCB

Tints of Ice Cold #A3DFCB

Color information

#A3DFCB (or 0xA3DFCB) is unknown color: approx Ice Cold. HEX triplet: A3, DF and CB. RGB value is (163,223,203). Sum of RGB (Red+Green+Blue) = 163+223+203=589 (78% of max value = 765). Red value is 163 (64.06% from 255 or 27.67% from 589); Green value is 223 (87.5% from 255 or 37.86% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 223 - color contains mainly: green. Hex color #A3DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A3DFCB is #5C2034. Grayscale: #CACACA. Windows color (decimal): -6037557 or 13361059. OLE color: 13361059.

HSL color Cylindrical-coordinate representation of color #A3DFCB: hue angle of 160º degrees, saturation: 0.48, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #A3DFCB is Cyan = 0.27, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB163223203-
CMYK0.2700.090.13
HSL160º48.39%75.69%-
HSV(B)160º26.91%87.45%-
XYZ52.2764.8766.27-
YUV202.78128.1299.63-

RGB Variations

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

RGB

RED value IS 163 (64.06% from 255) = 27.67%
GREEN value IS 223 (87.5% from 255) = 37.86%
BLUE value IS 203 (79.69% from 255) = 34.47%
R=27.67%
G=37.86%
B=34.47%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1632232030.2700.090.1316048.3975.69
HexA3DFCB1B09Da0304c
Octal243337313330111524060114
Binary10100011110111111100101111011010011101101000001100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A3DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A3DFCB; }

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

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

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

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

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

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

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

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