Html Css Color HEX #ABDFD0 Ice Cold

📋 copy color: '#ABDFD0'

red 171 ◦ green 223 ◦ blue 208

#ABDFD0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ice Cold #ABDFD0

Tints of Ice Cold #ABDFD0

RGB

 RED value IS 171 (67.19% from 255) = 28.41%

 GREEN value IS 223 (87.5% from 255) = 37.04%

 BLUE value IS 208 (81.64% from 255) = 34.55%

R = 28.41%
G = 37.04%
B = 34.55%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#ABDFD0 (or 0xABDFD0) is known color: Ice Cold. HEX triplet: AB, DF and D0. RGB value is (171,223,208). Sum of RGB (Red+Green+Blue) = 171+223+208=602 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.41% from 602); Green value is 223 (87.5% from 255 or 37.04% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD0 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD0 is #54202F. Grayscale: #CDCDCD. Windows color (decimal): -5513264 or 13688747. OLE color: 13688747.

HSL color Cylindrical-coordinate representation of color #ABDFD0: hue angle of 162.69º 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 #ABDFD0 is Cyan = 0.23, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 171 223 208 -
CMYK 0.23 0 0.07 0.13
HSL 162.69º 0.45% 0.77% -
HSV(B) 162.69º 0.23% 0.87% -
XYZ 54.57 65.99 69.54 -
YUV 205.74 129.27 103.22 -
System Red Green Blue C M Y K H S L
Decimal 171 223 208 0.23 0 0.07 0.13 162.69 0.45 0.77
Hex AB DF D0 17 0 7 D A3 2D 4D
Octal 253 337 320 27 0 7 15 243 55 115
Binary 10101011 11011111 11010000 10111 0 111 1101 10100011 101101 1001101

Color Harmonies of #ABDFD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD0

Black with #ABDFD0

Text Example


Text Example

White with #ABDFD0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFD0; }

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

 H1.HeaderClassName
 {
   color: #ABDFD0;
 }
 .AnyTagClassName
 {
   color: #ABDFD0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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