#A8DFCF

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

Shades of Ice Cold #A8DFCF

Tints of Ice Cold #A8DFCF

Color information

#A8DFCF (or 0xA8DFCF) is unknown color: approx Ice Cold. HEX triplet: A8, DF and CF. RGB value is (168,223,207). Sum of RGB (Red+Green+Blue) = 168+223+207=598 (79% of max value = 765). Red value is 168 (66.02% from 255 or 28.09% from 598); Green value is 223 (87.5% from 255 or 37.29% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 223 - color contains mainly: green. Hex color #A8DFCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #A8DFCF is #572030. Grayscale: #CCCCCC. Windows color (decimal): -5709873 or 13623208. OLE color: 13623208.

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

Color convert

RGB168223207-
CMYK0.2500.070.13
HSL162.55º46.22%76.67%-
HSV(B)162.55º24.66%87.45%-
XYZ53.865.6168.86-
YUV204.73129.28101.8-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 28.09%
GREEN value IS 223 (87.5% from 255) = 37.29%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=28.09%
G=37.29%
B=34.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1682232070.2500.070.13162.5546.2276.67
HexA8DFCF1907Da32e4d
Octal25033731731071524356115
Binary1010100011011111110011111100101111101101000111011101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8DFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8DFCF; }

 p { color: rgb(168,223,207); }

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

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

 a { background-color: rgb(168,223,207); }

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

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

 span { border-color: rgb(168,223,207); }

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