Html Css Color HEX #ABD8C8 Scandal

📋 copy color: '#ABD8C8'

red 171 ◦ green 216 ◦ blue 200

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

Shades of Scandal #ABD8C8

Tints of Scandal #ABD8C8

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.8%

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

R = 29.13%
G = 36.8%
B = 34.07%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#ABD8C8 (or 0xABD8C8) is known color: Scandal. HEX triplet: AB, D8 and C8. RGB value is (171,216,200). Sum of RGB (Red+Green+Blue) = 171+216+200=587 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.13% from 587); Green value is 216 (84.77% from 255 or 36.80% from 587); Blue value is 200 (78.52% from 255 or 34.07% from 587); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8C8 is #542737. Grayscale: #C8C8C8. Windows color (decimal): -5515064 or 13162667. OLE color: 13162667.

HSL color Cylindrical-coordinate representation of color #ABD8C8: hue angle of 158.67º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ABD8C8 is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 216 200 -
CMYK 0.21 0 0.07 0.15
HSL 158.67º 0.37% 0.76% -
HSV(B) 158.67º 0.21% 0.85% -
XYZ 51.78 61.94 63.87 -
YUV 200.72 127.59 106.8 -
System Red Green Blue C M Y K H S L
Decimal 171 216 200 0.21 0 0.07 0.15 158.67 0.37 0.76
Hex AB D8 C8 15 0 7 F 9F 25 4C
Octal 253 330 310 25 0 7 17 237 45 114
Binary 10101011 11011000 11001000 10101 0 111 1111 10011111 100101 1001100

Color Harmonies of #ABD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD8C8

Black with #ABD8C8

Text Example


Text Example

White with #ABD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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