Html Css Color HEX #ABDFD2 Ice Cold

📋 copy color: '#ABDFD2'

red 171 ◦ green 223 ◦ blue 210

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

Shades of Ice Cold #ABDFD2

Tints of Ice Cold #ABDFD2

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 value IS 0.23

 M value IS 0

 Y value IS 0.06

 K value IS 0.13

RGB Variations

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

Color information

#ABDFD2 (or 0xABDFD2) is known color: 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

RGB 171 223 210 -
CMYK 0.23 0 0.06 0.13
HSL 165º 0.45% 0.77% -
HSV(B) 165º 0.23% 0.87% -
XYZ 54.82 66.09 70.84 -
YUV 205.97 130.27 103.06 -
System Red Green Blue C M Y K H S L
Decimal 171 223 210 0.23 0 0.06 0.13 165 0.45 0.77
Hex AB DF D2 17 0 6 D A5 2D 4D
Octal 253 337 322 27 0 6 15 245 55 115
Binary 10101011 11011111 11010010 10111 0 110 1101 10100101 101101 1001101

Color Harmonies of #ABDFD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD2

Black with #ABDFD2

Text Example


Text Example

White with #ABDFD2

Text Example


Text Example

HTML Codes & Css Web 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>