#ABDCCF

Color #ABDCCF Scandal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scandal #ABDCCF

Tints of Scandal #ABDCCF

Color information

#ABDCCF (or 0xABDCCF) is unknown color: approx Scandal. HEX triplet: AB, DC and CF. RGB value is (171,220,207). Sum of RGB (Red+Green+Blue) = 171+220+207=598 (79% of max value = 765). Red value is 171 (67.19% from 255 or 28.60% from 598); Green value is 220 (86.33% from 255 or 36.79% from 598); Blue value is 207 (81.25% from 255 or 34.62% from 598); Max value from RGB is 220 - color contains mainly: green. Hex color #ABDCCF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ABDCCF is #542330. Grayscale: #CBCBCB. Windows color (decimal): -5514033 or 13622443. OLE color: 13622443.

HSL color Cylindrical-coordinate representation of color #ABDCCF: hue angle of 164.08º degrees, saturation: 0.41, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #ABDCCF is Cyan = 0.22, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.14.

Color convert

RGB171220207-
CMYK0.2200.060.14
HSL164.08º41.18%76.67%-
HSV(B)164.08º22.27%86.27%-
XYZ53.6564.3568.62-
YUV203.87129.77104.56-

RGB Variations

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

RGB

RED value IS 171 (67.19% from 255) = 28.60%
GREEN value IS 220 (86.33% from 255) = 36.79%
BLUE value IS 207 (81.25% from 255) = 34.62%
R=28.60%
G=36.79%
B=34.62%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1712202070.2200.060.14164.0841.1876.67
HexABDCCF1606Ea4294d
Octal25333431726061624451115
Binary1010101111011100110011111011001101110101001001010011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ABDCCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ABDCCF; }

 p { color: rgb(171,220,207); }

 H1.HeaderClassName
 {
   color: #ABDCCF;
 }
 .AnyTagClassName
 {
   color: #ABDCCF;
 }
</style>
background-color css

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

 a { background-color: rgb(171,220,207); }

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

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

 span { border-color: rgb(171,220,207); }

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