Html Css Color HEX #ABD8CE Scandal

📋 copy color: '#ABD8CE'

red 171 ◦ green 216 ◦ blue 206

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

Shades of Scandal #ABD8CE

Tints of Scandal #ABD8CE

RGB

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

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

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

R = 28.84%
G = 36.42%
B = 34.74%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#ABD8CE (or 0xABD8CE) is known color: Scandal. HEX triplet: AB, D8 and CE. RGB value is (171,216,206). Sum of RGB (Red+Green+Blue) = 171+216+206=593 (78% of max value = 765). Red value is 171 (67.19% from 255 or 28.84% from 593); Green value is 216 (84.77% from 255 or 36.42% from 593); Blue value is 206 (80.86% from 255 or 34.74% from 593); Max value from RGB is 216 - color contains mainly: green. Hex color #ABD8CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABD8CE is #542731. Grayscale: #C9C9C9. Windows color (decimal): -5515058 or 13555883. OLE color: 13555883.

HSL color Cylindrical-coordinate representation of color #ABD8CE: hue angle of 166.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 #ABD8CE is Cyan = 0.21, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.15.

Color convert

RGB 171 216 206 -
CMYK 0.21 0 0.05 0.15
HSL 166.67º 0.37% 0.76% -
HSV(B) 166.67º 0.21% 0.85% -
XYZ 52.49 62.23 67.64 -
YUV 201.41 130.59 106.31 -
System Red Green Blue C M Y K H S L
Decimal 171 216 206 0.21 0 0.05 0.15 166.67 0.37 0.76
Hex AB D8 CE 15 0 5 F A7 25 4C
Octal 253 330 316 25 0 5 17 247 45 114
Binary 10101011 11011000 11001110 10101 0 101 1111 10100111 100101 1001100

Color Harmonies of #ABD8CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ABD8CE

Black with #ABD8CE

Text Example


Text Example

White with #ABD8CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ABD8CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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