Html Css Color HEX #ADD8CD Scandal

📋 copy color: '#ADD8CD'

red 173 ◦ green 216 ◦ blue 205

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

Shades of Scandal #ADD8CD

Tints of Scandal #ADD8CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 34.51%

R = 29.12%
G = 36.36%
B = 34.51%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.05

 K value IS 0.15

RGB Variations

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

Color information

#ADD8CD (or 0xADD8CD) is known color: Scandal. HEX triplet: AD, D8 and CD. RGB value is (173,216,205). Sum of RGB (Red+Green+Blue) = 173+216+205=594 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.12% from 594); Green value is 216 (84.77% from 255 or 36.36% from 594); Blue value is 205 (80.47% from 255 or 34.51% from 594); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8CD is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8CD is #522732. Grayscale: #C9C9C9. Windows color (decimal): -5383987 or 13490349. OLE color: 13490349.

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

Color convert

RGB 173 216 205 -
CMYK 0.20 0 0.05 0.15
HSL 164.65º 0.36% 0.76% -
HSV(B) 164.65º 0.2% 0.85% -
XYZ 52.81 62.4 67.02 -
YUV 201.89 129.75 107.39 -
System Red Green Blue C M Y K H S L
Decimal 173 216 205 0.20 0 0.05 0.15 164.65 0.36 0.76
Hex AD D8 CD 14 0 5 F A5 24 4C
Octal 255 330 315 24 0 5 17 245 44 114
Binary 10101101 11011000 11001101 10100 0 101 1111 10100101 100100 1001100

Color Harmonies of #ADD8CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8CD

Black with #ADD8CD

Text Example


Text Example

White with #ADD8CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8CD; }

 p { color: rgb(173,216,205); }

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

background-color css

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

 a { background-color: rgb(173,216,205); }

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

border-color css

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

 span { border-color: rgb(173,216,205); }

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