#ABDFD2

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

Shades of Ice Cold #ABDFD2

Tints of Ice Cold #ABDFD2

Color information

#ABDFD2 (or 0xABDFD2) is unknown color: approx Ice Cold. HEX triplet: AB, DF and D2. RGB value is (171,223,210). Sum of RGB (Red+Green+Blue) = 171+223+210=604 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.31% from 604); Green value is 223 (87.5% from 255 or 36.92% from 604); Blue value is 210 (82.42% from 255 or 34.77% from 604); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD2 is #54202D. Grayscale: #CDCDCD. Windows color (decimal): -5513262 or 13819819. OLE color: 13819819.

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

Color convert

RGB171223210-
CMYK0.2300.060.13
HSL165º44.83%77.25%-
HSV(B)165º23.32%87.45%-
XYZ54.8266.0970.84-
YUV205.97130.27103.06-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.31%
GREEN value IS 223 (87.5% from 255) = 36.92%
BLUE value IS 210 (82.42% from 255) = 34.77%
R=28.31%
G=36.92%
B=34.77%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1712232100.2300.060.1316544.8377.25
HexABDFD21706Da52d4d
Octal25333732227061524555115
Binary1010101111011111110100101011101101101101001011011011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDFD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDFD2; }

 p { color: rgb(171,223,210); }

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

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

 a { background-color: rgb(171,223,210); }

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

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

 span { border-color: rgb(171,223,210); }

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