#ADD7CF

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

Shades of Scandal #ADD7CF

Tints of Scandal #ADD7CF

Color information

#ADD7CF (or 0xADD7CF) is unknown color: approx Scandal. HEX triplet: AD, D7 and CF. RGB value is (173,215,207). Sum of RGB (Red+Green+Blue) = 173+215+207=595 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.08% from 595); Green value is 215 (84.38% from 255 or 36.13% from 595); Blue value is 207 (81.25% from 255 or 34.79% from 595); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7CF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7CF is #522830. Grayscale: #C9C9C9. Windows color (decimal): -5384241 or 13621165. OLE color: 13621165.

HSL color Cylindrical-coordinate representation of color #ADD7CF: hue angle of 168.57º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7CF is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB173215207-
CMYK0.2000.040.16
HSL168.57º34.43%76.08%-
HSV(B)168.57º19.53%84.31%-
XYZ52.861.9968.21-
YUV201.53131.09107.65-

RGB Variations

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

RGB

RED value IS 173 (67.97% from 255) = 29.08%
GREEN value IS 215 (84.38% from 255) = 36.13%
BLUE value IS 207 (81.25% from 255) = 34.79%
R=29.08%
G=36.13%
B=34.79%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1732152070.2000.040.16168.5734.4376.08
HexADD7CF140410a9224c
Octal25532731724042025142114
Binary10101101110101111100111110100010010000101010011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ADD7CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ADD7CF; }

 p { color: rgb(173,215,207); }

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

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

 a { background-color: rgb(173,215,207); }

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

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

 span { border-color: rgb(173,215,207); }

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