Html Css Color HEX #ABD2CA Scandal

📋 copy color: '#ABD2CA'

red 171 ◦ green 210 ◦ blue 202

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

Shades of Scandal #ABD2CA

Tints of Scandal #ABD2CA

RGB

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

 GREEN value IS 210 (82.42% from 255) = 36.02%

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

R = 29.33%
G = 36.02%
B = 34.65%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.04

 K value IS 0.18

RGB Variations

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

Color information

#ABD2CA (or 0xABD2CA) is known color: Scandal. HEX triplet: AB, D2 and CA. RGB value is (171,210,202). Sum of RGB (Red+Green+Blue) = 171+210+202=583 (77% of max value = 765). Red value is 171 (67.19% from 255 or 29.33% from 583); Green value is 210 (82.42% from 255 or 36.02% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 210 - color contains mainly: green. Hex color #ABD2CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD2CA is #542D35. Grayscale: #C5C5C5. Windows color (decimal): -5516598 or 13292203. OLE color: 13292203.

HSL color Cylindrical-coordinate representation of color #ABD2CA: hue angle of 167.69º degrees, saturation: 0.3, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ABD2CA is Cyan = 0.19, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.18.

Color convert

RGB 171 210 202 -
CMYK 0.19 0 0.04 0.18
HSL 167.69º 0.3% 0.75% -
HSV(B) 167.69º 0.19% 0.82% -
XYZ 50.5 59.02 64.61 -
YUV 197.43 130.58 109.15 -
System Red Green Blue C M Y K H S L
Decimal 171 210 202 0.19 0 0.04 0.18 167.69 0.3 0.75
Hex AB D2 CA 13 0 4 12 A8 1E 4B
Octal 253 322 312 23 0 4 22 250 36 113
Binary 10101011 11010010 11001010 10011 0 100 10010 10101000 11110 1001011

Color Harmonies of #ABD2CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD2CA

Black with #ABD2CA

Text Example


Text Example

White with #ABD2CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD2CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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