Html Css Color HEX #ADDBD5 Scandal

📋 copy color: '#ADDBD5'

red 173 ◦ green 219 ◦ blue 213

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

Shades of Scandal #ADDBD5

Tints of Scandal #ADDBD5

RGB

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

 GREEN value IS 219 (85.94% from 255) = 36.2%

 BLUE value IS 213 (83.59% from 255) = 35.21%

R = 28.6%
G = 36.2%
B = 35.21%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.03

 K value IS 0.14

RGB Variations

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

Color information

#ADDBD5 (or 0xADDBD5) is known color: Scandal. HEX triplet: AD, DB and D5. RGB value is (173,219,213). Sum of RGB (Red+Green+Blue) = 173+219+213=605 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.60% from 605); Green value is 219 (85.94% from 255 or 36.20% from 605); Blue value is 213 (83.59% from 255 or 35.21% from 605); Max value from RGB is 219 - color contains mainly: green. Hex color #ADDBD5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADDBD5 is #52242A. Grayscale: #CCCCCC. Windows color (decimal): -5383211 or 14015405. OLE color: 14015405.

HSL color Cylindrical-coordinate representation of color #ADDBD5: hue angle of 172.17º degrees, saturation: 0.39, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #ADDBD5 is Cyan = 0.21, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.14.

Color convert

RGB 173 219 213 -
CMYK 0.21 0 0.03 0.14
HSL 172.17º 0.39% 0.77% -
HSV(B) 172.17º 0.21% 0.86% -
XYZ 54.58 64.35 72.5 -
YUV 204.56 132.76 105.49 -
System Red Green Blue C M Y K H S L
Decimal 173 219 213 0.21 0 0.03 0.14 172.17 0.39 0.77
Hex AD DB D5 15 0 3 E AC 27 4D
Octal 255 333 325 25 0 3 16 254 47 115
Binary 10101101 11011011 11010101 10101 0 11 1110 10101100 100111 1001101

Color Harmonies of #ADDBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADDBD5

Black with #ADDBD5

Text Example


Text Example

White with #ADDBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADDBD5; }

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

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

background-color css

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

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

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

border-color css

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

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

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