Html Css Color HEX #ABD5CE Scandal

📋 copy color: '#ABD5CE'

red 171 ◦ green 213 ◦ blue 206

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

Shades of Scandal #ABD5CE

Tints of Scandal #ABD5CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 28.98%
G = 36.1%
B = 34.92%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.03

 K value IS 0.16

RGB Variations

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

Color information

#ABD5CE (or 0xABD5CE) is known color: Scandal. HEX triplet: AB, D5 and CE. RGB value is (171,213,206). Sum of RGB (Red+Green+Blue) = 171+213+206=590 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.98% from 590); Green value is 213 (83.59% from 255 or 36.10% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 213 - color contains mainly: green. Hex color #ABD5CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD5CE is #542A31. Grayscale: #C7C7C7. Windows color (decimal): -5515826 or 13555115. OLE color: 13555115.

HSL color Cylindrical-coordinate representation of color #ABD5CE: hue angle of 170º 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 #ABD5CE is Cyan = 0.20, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.16.

Color convert

RGB 171 213 206 -
CMYK 0.20 0 0.03 0.16
HSL 170º 0.33% 0.75% -
HSV(B) 170º 0.2% 0.84% -
XYZ 51.73 60.7 67.38 -
YUV 199.64 131.59 107.57 -
System Red Green Blue C M Y K H S L
Decimal 171 213 206 0.20 0 0.03 0.16 170 0.33 0.75
Hex AB D5 CE 14 0 3 10 AA 21 4B
Octal 253 325 316 24 0 3 20 252 41 113
Binary 10101011 11010101 11001110 10100 0 11 10000 10101010 100001 1001011

Color Harmonies of #ABD5CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD5CE

Black with #ABD5CE

Text Example


Text Example

White with #ABD5CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD5CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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