Html Css Color HEX #ADD9CC Scandal

📋 copy color: '#ADD9CC'

red 173 ◦ green 217 ◦ blue 204

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

Shades of Scandal #ADD9CC

Tints of Scandal #ADD9CC

RGB

 RED value IS 173 (67.97% from 255) = 29.12%

 GREEN value IS 217 (85.16% from 255) = 36.53%

 BLUE value IS 204 (80.08% from 255) = 34.34%

R = 29.12%
G = 36.53%
B = 34.34%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#ADD9CC (or 0xADD9CC) is known color: Scandal. HEX triplet: AD, D9 and CC. RGB value is (173,217,204). Sum of RGB (Red+Green+Blue) = 173+217+204=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 217 (85.16% from 255 or 36.53% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9CC is #522633. Grayscale: #CACACA. Windows color (decimal): -5383732 or 13425069. OLE color: 13425069.

HSL color Cylindrical-coordinate representation of color #ADD9CC: hue angle of 162.27º degrees, saturation: 0.37, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD9CC is Cyan = 0.20, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 173 217 204 -
CMYK 0.20 0 0.06 0.15
HSL 162.27º 0.37% 0.76% -
HSV(B) 162.27º 0.2% 0.85% -
XYZ 52.95 62.87 66.47 -
YUV 202.36 128.92 107.06 -
System Red Green Blue C M Y K H S L
Decimal 173 217 204 0.20 0 0.06 0.15 162.27 0.37 0.76
Hex AD D9 CC 14 0 6 F A2 25 4C
Octal 255 331 314 24 0 6 17 242 45 114
Binary 10101101 11011001 11001100 10100 0 110 1111 10100010 100101 1001100

Color Harmonies of #ADD9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9CC

Black with #ADD9CC

Text Example


Text Example

White with #ADD9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9CC; }

 p { color: rgb(173,217,204); }

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

background-color css

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

 a { background-color: rgb(173,217,204); }

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

border-color css

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

 span { border-color: rgb(173,217,204); }

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