Html Css Color HEX #ABDFD4 Ice Cold

📋 copy color: '#ABDFD4'

red 171 ◦ green 223 ◦ blue 212

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

Shades of Ice Cold #ABDFD4

Tints of Ice Cold #ABDFD4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 34.98%

R = 28.22%
G = 36.8%
B = 34.98%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.05

 K value IS 0.13

RGB Variations

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

Color information

#ABDFD4 (or 0xABDFD4) is known color: Ice Cold. HEX triplet: AB, DF and D4. RGB value is (171,223,212). Sum of RGB (Red+Green+Blue) = 171+223+212=606 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.22% from 606); Green value is 223 (87.5% from 255 or 36.80% from 606); Blue value is 212 (83.20% from 255 or 34.98% from 606); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD4 is #54202B. Grayscale: #CECECE. Windows color (decimal): -5513260 or 13950891. OLE color: 13950891.

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

Color convert

RGB 171 223 212 -
CMYK 0.23 0 0.05 0.13
HSL 167.31º 0.45% 0.77% -
HSV(B) 167.31º 0.23% 0.87% -
XYZ 55.07 66.19 72.16 -
YUV 206.2 131.27 102.89 -
System Red Green Blue C M Y K H S L
Decimal 171 223 212 0.23 0 0.05 0.13 167.31 0.45 0.77
Hex AB DF D4 17 0 5 D A7 2D 4D
Octal 253 337 324 27 0 5 15 247 55 115
Binary 10101011 11011111 11010100 10111 0 101 1101 10100111 101101 1001101

Color Harmonies of #ABDFD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD4

Black with #ABDFD4

Text Example


Text Example

White with #ABDFD4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFD4; }

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

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

background-color css

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

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

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

border-color css

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

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

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