Html Css Color HEX #ABDFD9 Scandal

📋 copy color: '#ABDFD9'

red 171 ◦ green 223 ◦ blue 217

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

Shades of Scandal #ABDFD9

Tints of Scandal #ABDFD9

RGB

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

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

 BLUE value IS 217 (85.16% from 255) = 35.52%

R = 27.99%
G = 36.5%
B = 35.52%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#ABDFD9 (or 0xABDFD9) is known color: Scandal. HEX triplet: AB, DF and D9. RGB value is (171,223,217). Sum of RGB (Red+Green+Blue) = 171+223+217=611 (80% of max value = 765). Red value is 171 (67.19% from 255 or 27.99% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 217 (85.16% from 255 or 35.52% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #ABDFD9 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDFD9 is #542026. Grayscale: #CECECE. Windows color (decimal): -5513255 or 14278571. OLE color: 14278571.

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

Color convert

RGB 171 223 217 -
CMYK 0.23 0 0.03 0.13
HSL 173.08º 0.45% 0.77% -
HSV(B) 173.08º 0.23% 0.87% -
XYZ 55.71 66.44 75.53 -
YUV 206.77 133.77 102.49 -
System Red Green Blue C M Y K H S L
Decimal 171 223 217 0.23 0 0.03 0.13 173.08 0.45 0.77
Hex AB DF D9 17 0 3 D AD 2D 4D
Octal 253 337 331 27 0 3 15 255 55 115
Binary 10101011 11011111 11011001 10111 0 11 1101 10101101 101101 1001101

Color Harmonies of #ABDFD9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDFD9

Black with #ABDFD9

Text Example


Text Example

White with #ABDFD9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDFD9; }

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

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

background-color css

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

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

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

border-color css

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

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

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