Html Css Color HEX #ADD8CA Scandal

📋 copy color: '#ADD8CA'

red 173 ◦ green 216 ◦ blue 202

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

Shades of Scandal #ADD8CA

Tints of Scandal #ADD8CA

RGB

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

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

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

R = 29.27%
G = 36.55%
B = 34.18%

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

#ADD8CA (or 0xADD8CA) is known color: Scandal. HEX triplet: AD, D8 and CA. RGB value is (173,216,202). Sum of RGB (Red+Green+Blue) = 173+216+202=591 (78% of max value = 765). Red value is 173 (67.97% from 255 or 29.27% from 591); Green value is 216 (84.77% from 255 or 36.55% from 591); Blue value is 202 (79.30% from 255 or 34.18% from 591); Max value from RGB is 216 - color contains mainly: green. Hex color #ADD8CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD8CA is #522735. Grayscale: #C9C9C9. Windows color (decimal): -5383990 or 13293741. OLE color: 13293741.

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

Color convert

RGB 173 216 202 -
CMYK 0.20 0 0.06 0.15
HSL 160.47º 0.36% 0.76% -
HSV(B) 160.47º 0.2% 0.85% -
XYZ 52.45 62.26 65.13 -
YUV 201.55 128.25 107.64 -
System Red Green Blue C M Y K H S L
Decimal 173 216 202 0.20 0 0.06 0.15 160.47 0.36 0.76
Hex AD D8 CA 14 0 6 F A0 24 4C
Octal 255 330 312 24 0 6 17 240 44 114
Binary 10101101 11011000 11001010 10100 0 110 1111 10100000 100100 1001100

Color Harmonies of #ADD8CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD8CA

Black with #ADD8CA

Text Example


Text Example

White with #ADD8CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD8CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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