Html Css Color HEX #ADD9CA Scandal

📋 copy color: '#ADD9CA'

red 173 ◦ green 217 ◦ blue 202

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

Shades of Scandal #ADD9CA

Tints of Scandal #ADD9CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 34.12%

R = 29.22%
G = 36.66%
B = 34.12%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#ADD9CA (or 0xADD9CA) is known color: Scandal. HEX triplet: AD, D9 and CA. RGB value is (173,217,202). Sum of RGB (Red+Green+Blue) = 173+217+202=592 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.22% from 592); Green value is 217 (85.16% from 255 or 36.66% from 592); Blue value is 202 (79.30% from 255 or 34.12% from 592); Max value from RGB is 217 - color contains mainly: green. Hex color #ADD9CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD9CA is #522635. Grayscale: #CACACA. Windows color (decimal): -5383734 or 13293997. OLE color: 13293997.

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

Color convert

RGB 173 217 202 -
CMYK 0.20 0 0.07 0.15
HSL 159.55º 0.37% 0.76% -
HSV(B) 159.55º 0.2% 0.85% -
XYZ 52.71 62.77 65.22 -
YUV 202.13 127.92 107.22 -
System Red Green Blue C M Y K H S L
Decimal 173 217 202 0.20 0 0.07 0.15 159.55 0.37 0.76
Hex AD D9 CA 14 0 7 F A0 25 4C
Octal 255 331 312 24 0 7 17 240 45 114
Binary 10101101 11011001 11001010 10100 0 111 1111 10100000 100101 1001100

Color Harmonies of #ADD9CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD9CA

Black with #ADD9CA

Text Example


Text Example

White with #ADD9CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD9CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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