#A7DECB

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

Shades of Ice Cold #A7DECB

Tints of Ice Cold #A7DECB

Color information

#A7DECB (or 0xA7DECB) is unknown color: approx Ice Cold. HEX triplet: A7, DE and CB. RGB value is (167,222,203). Sum of RGB (Red+Green+Blue) = 167+222+203=592 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.21% from 592); Green value is 222 (87.11% from 255 or 37.5% from 592); Blue value is 203 (79.69% from 255 or 34.29% from 592); Max value from RGB is 222 - color contains mainly: green. Hex color #A7DECB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DECB is #582134. Grayscale: #CBCBCB. Windows color (decimal): -5775669 or 13360807. OLE color: 13360807.

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

Color convert

RGB167222203-
CMYK0.2500.090.13
HSL159.27º45.45%76.27%-
HSV(B)159.27º24.77%87.06%-
XYZ52.8464.7766.22-
YUV203.39127.78102.04-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.21%
GREEN value IS 222 (87.11% from 255) = 37.5%
BLUE value IS 203 (79.69% from 255) = 34.29%
R=28.21%
G=37.5%
B=34.29%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1672222030.2500.090.13159.2745.4576.27
HexA7DECB1909D9f2d4c
Octal247336313310111523755114
Binary10100111110111101100101111001010011101100111111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DECB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DECB; }

 p { color: rgb(167,222,203); }

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

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

 a { background-color: rgb(167,222,203); }

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

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

 span { border-color: rgb(167,222,203); }

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