Html Css Color HEX #ABDCD8 Scandal

📋 copy color: '#ABDCD8'

red 171 ◦ green 220 ◦ blue 216

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

Shades of Scandal #ABDCD8

Tints of Scandal #ABDCD8

RGB

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

 GREEN value IS 220 (86.33% from 255) = 36.24%

 BLUE value IS 216 (84.77% from 255) = 35.58%

R = 28.17%
G = 36.24%
B = 35.58%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.02

 K value IS 0.14

RGB Variations

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

Color information

#ABDCD8 (or 0xABDCD8) is known color: Scandal. HEX triplet: AB, DC and D8. RGB value is (171,220,216). Sum of RGB (Red+Green+Blue) = 171+220+216=607 (80% of max value = 765). Red value is 171 (67.19% from 255 or 28.17% from 607); Green value is 220 (86.33% from 255 or 36.24% from 607); Blue value is 216 (84.77% from 255 or 35.58% from 607); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCD8 is #542327. Grayscale: #CCCCCC. Windows color (decimal): -5514024 or 14212267. OLE color: 14212267.

HSL color Cylindrical-coordinate representation of color #ABDCD8: hue angle of 175.1º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCD8 is Cyan = 0.22, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.14.

Color convert

RGB 171 220 216 -
CMYK 0.22 0 0.02 0.14
HSL 175.1º 0.41% 0.77% -
HSV(B) 175.1º 0.22% 0.86% -
XYZ 54.78 64.8 74.59 -
YUV 204.89 134.27 103.83 -
System Red Green Blue C M Y K H S L
Decimal 171 220 216 0.22 0 0.02 0.14 175.1 0.41 0.77
Hex AB DC D8 16 0 2 E AF 29 4D
Octal 253 334 330 26 0 2 16 257 51 115
Binary 10101011 11011100 11011000 10110 0 10 1110 10101111 101001 1001101

Color Harmonies of #ABDCD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABDCD8

Black with #ABDCD8

Text Example


Text Example

White with #ABDCD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABDCD8; }

 p { color: rgb(171,220,216); }

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

background-color css

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

 a { background-color: rgb(171,220,216); }

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

border-color css

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

 span { border-color: rgb(171,220,216); }

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