#A7DFCC

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

Shades of Ice Cold #A7DFCC

Tints of Ice Cold #A7DFCC

Color information

#A7DFCC (or 0xA7DFCC) is unknown color: approx Ice Cold. HEX triplet: A7, DF and CC. RGB value is (167,223,204). Sum of RGB (Red+Green+Blue) = 167+223+204=594 (78% of max value = 765). Red value is 167 (65.62% from 255 or 28.11% from 594); Green value is 223 (87.5% from 255 or 37.54% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 223 - color contains mainly: green. Hex color #A7DFCC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A7DFCC is #582033. Grayscale: #CCCCCC. Windows color (decimal): -5775412 or 13426599. OLE color: 13426599.

HSL color Cylindrical-coordinate representation of color #A7DFCC: hue angle of 159.64º degrees, saturation: 0.47, 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 #A7DFCC is Cyan = 0.25, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB167223204-
CMYK0.2500.090.13
HSL159.64º46.67%76.47%-
HSV(B)159.64º25.11%87.45%-
XYZ53.2265.3566.94-
YUV204.09127.95101.54-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 28.11%
GREEN value IS 223 (87.5% from 255) = 37.54%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=28.11%
G=37.54%
B=34.34%

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
Decimal1672232040.2500.090.13159.6446.6776.47
HexA7DFCC1909Da02f4c
Octal247337314310111524057114
Binary10100111110111111100110011001010011101101000001011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7DFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7DFCC; }

 p { color: rgb(167,223,204); }

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

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

 a { background-color: rgb(167,223,204); }

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

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

 span { border-color: rgb(167,223,204); }

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