Html Css Color HEX #ABD5C8 Scandal

📋 copy color: '#ABD5C8'

red 171 ◦ green 213 ◦ blue 200

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

Shades of Scandal #ABD5C8

Tints of Scandal #ABD5C8

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.47%

 BLUE value IS 200 (78.52% from 255) = 34.25%

R = 29.28%
G = 36.47%
B = 34.25%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.16

RGB Variations

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

Color information

#ABD5C8 (or 0xABD5C8) is known color: Scandal. HEX triplet: AB, D5 and C8. RGB value is (171,213,200). Sum of RGB (Red+Green+Blue) = 171+213+200=584 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.28% from 584); Green value is 213 (83.59% from 255 or 36.47% from 584); Blue value is 200 (78.52% from 255 or 34.25% from 584); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5C8 is #542A37. Grayscale: #C6C6C6. Windows color (decimal): -5515832 or 13161899. OLE color: 13161899.

HSL color Cylindrical-coordinate representation of color #ABD5C8: hue angle of 161.43º degrees, saturation: 0.33, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ABD5C8 is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 200 -
CMYK 0.20 0 0.06 0.16
HSL 161.43º 0.33% 0.75% -
HSV(B) 161.43º 0.2% 0.84% -
XYZ 51.01 60.42 63.62 -
YUV 198.96 128.59 108.06 -
System Red Green Blue C M Y K H S L
Decimal 171 213 200 0.20 0 0.06 0.16 161.43 0.33 0.75
Hex AB D5 C8 14 0 6 10 A1 21 4B
Octal 253 325 310 24 0 6 20 241 41 113
Binary 10101011 11010101 11001000 10100 0 110 10000 10100001 100001 1001011

Color Harmonies of #ABD5C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5C8

Black with #ABD5C8

Text Example


Text Example

White with #ABD5C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5C8; }

 p { color: rgb(171,213,200); }

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

background-color css

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

 a { background-color: rgb(171,213,200); }

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

border-color css

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

 span { border-color: rgb(171,213,200); }

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