Html Css Color HEX #ADD5CA Scandal

📋 copy color: '#ADD5CA'

red 173 ◦ green 213 ◦ blue 202

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

Shades of Scandal #ADD5CA

Tints of Scandal #ADD5CA

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.22%

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

R = 29.42%
G = 36.22%
B = 34.35%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#ADD5CA (or 0xADD5CA) is known color: Scandal. HEX triplet: AD, D5 and CA. RGB value is (173,213,202). Sum of RGB (Red+Green+Blue) = 173+213+202=588 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.42% from 588); Green value is 213 (83.59% from 255 or 36.22% from 588); Blue value is 202 (79.30% from 255 or 34.35% from 588); Max value from RGB is 213 - color contains mainly: green. Hex color #ADD5CA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5CA is #522A35. Grayscale: #C7C7C7. Windows color (decimal): -5384758 or 13292973. OLE color: 13292973.

HSL color Cylindrical-coordinate representation of color #ADD5CA: hue angle of 163.5º degrees, saturation: 0.32, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #ADD5CA is Cyan = 0.19, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 213 202 -
CMYK 0.19 0 0.05 0.16
HSL 163.5º 0.32% 0.76% -
HSV(B) 163.5º 0.19% 0.84% -
XYZ 51.69 60.74 64.88 -
YUV 199.79 129.25 108.89 -
System Red Green Blue C M Y K H S L
Decimal 173 213 202 0.19 0 0.05 0.16 163.5 0.32 0.76
Hex AD D5 CA 13 0 5 10 A4 20 4C
Octal 255 325 312 23 0 5 20 244 40 114
Binary 10101101 11010101 11001010 10011 0 101 10000 10100100 100000 1001100

Color Harmonies of #ADD5CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5CA

Black with #ADD5CA

Text Example


Text Example

White with #ADD5CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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