#A5DFCB

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

Shades of Ice Cold #A5DFCB

Tints of Ice Cold #A5DFCB

Color information

#A5DFCB (or 0xA5DFCB) is unknown color: approx Ice Cold. HEX triplet: A5, DF and CB. RGB value is (165,223,203). Sum of RGB (Red+Green+Blue) = 165+223+203=591 (78% of max value = 765). Red value is 165 (64.84% from 255 or 27.92% from 591); Green value is 223 (87.5% from 255 or 37.73% from 591); Blue value is 203 (79.69% from 255 or 34.35% from 591); Max value from RGB is 223 - color contains mainly: green. Hex color #A5DFCB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A5DFCB is #5A2034. Grayscale: #CBCBCB. Windows color (decimal): -5906485 or 13361061. OLE color: 13361061.

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

Color convert

RGB165223203-
CMYK0.2600.090.13
HSL159.31º47.54%76.08%-
HSV(B)159.31º26.01%87.45%-
XYZ52.6865.0966.29-
YUV203.38127.78100.63-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 27.92%
GREEN value IS 223 (87.5% from 255) = 37.73%
BLUE value IS 203 (79.69% from 255) = 34.35%
R=27.92%
G=37.73%
B=34.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1652232030.2600.090.13159.3147.5476.08
HexA5DFCB1A09D9f304c
Octal245337313320111523760114
Binary10100101110111111100101111010010011101100111111100001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5DFCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5DFCB; }

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

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

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

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

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

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

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

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