Html Css Color HEX #ABD9CA Scandal

📋 copy color: '#ABD9CA'

red 171 ◦ green 217 ◦ blue 202

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

Shades of Scandal #ABD9CA

Tints of Scandal #ABD9CA

RGB

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

 GREEN value IS 217 (85.16% from 255) = 36.78%

 BLUE value IS 202 (79.3% from 255) = 34.24%

R = 28.98%
G = 36.78%
B = 34.24%

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

#ABD9CA (or 0xABD9CA) is known color: Scandal. HEX triplet: AB, D9 and CA. RGB value is (171,217,202). Sum of RGB (Red+Green+Blue) = 171+217+202=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 217 (85.16% from 255 or 36.78% from 590); Blue value is 202 (79.30% from 255 or 34.24% from 590); Max value from RGB is 217 - color contains mainly: green. Hex color #ABD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD9CA is #542635. Grayscale: #C9C9C9. Windows color (decimal): -5514806 or 13293995. OLE color: 13293995.

HSL color Cylindrical-coordinate representation of color #ABD9CA: hue angle of 160.43º degrees, saturation: 0.38, 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 #ABD9CA is Cyan = 0.21, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 217 202 -
CMYK 0.21 0 0.07 0.15
HSL 160.43º 0.38% 0.76% -
HSV(B) 160.43º 0.21% 0.85% -
XYZ 52.27 62.55 65.2 -
YUV 201.54 128.26 106.22 -
System Red Green Blue C M Y K H S L
Decimal 171 217 202 0.21 0 0.07 0.15 160.43 0.38 0.76
Hex AB D9 CA 15 0 7 F A0 26 4C
Octal 253 331 312 25 0 7 17 240 46 114
Binary 10101011 11011001 11001010 10101 0 111 1111 10100000 100110 1001100

Color Harmonies of #ABD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD9CA

Black with #ABD9CA

Text Example


Text Example

White with #ABD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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