Html Css Color HEX #ADD0CA Scandal

📋 copy color: '#ADD0CA'

red 173 ◦ green 208 ◦ blue 202

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

Shades of Scandal #ADD0CA

Tints of Scandal #ADD0CA

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.68%

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

R = 29.67%
G = 35.68%
B = 34.65%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.03

 K value IS 0.18

RGB Variations

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

Color information

#ADD0CA (or 0xADD0CA) is known color: Scandal. HEX triplet: AD, D0 and CA. RGB value is (173,208,202). Sum of RGB (Red+Green+Blue) = 173+208+202=583 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.67% from 583); Green value is 208 (81.64% from 255 or 35.68% from 583); Blue value is 202 (79.30% from 255 or 34.65% from 583); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CA is #522F35. Grayscale: #C4C4C4. Windows color (decimal): -5386038 or 13291693. OLE color: 13291693.

HSL color Cylindrical-coordinate representation of color #ADD0CA: hue angle of 169.71º degrees, saturation: 0.27, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD0CA is Cyan = 0.17, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 202 -
CMYK 0.17 0 0.03 0.18
HSL 169.71º 0.27% 0.75% -
HSV(B) 169.71º 0.17% 0.82% -
XYZ 50.45 58.26 64.46 -
YUV 196.85 130.9 110.99 -
System Red Green Blue C M Y K H S L
Decimal 173 208 202 0.17 0 0.03 0.18 169.71 0.27 0.75
Hex AD D0 CA 11 0 3 12 AA 1B 4B
Octal 255 320 312 21 0 3 22 252 33 113
Binary 10101101 11010000 11001010 10001 0 11 10010 10101010 11011 1001011

Color Harmonies of #ADD0CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0CA

Black with #ADD0CA

Text Example


Text Example

White with #ADD0CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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