Html Css Color HEX #ADD7D5 Sinbad

📋 copy color: '#ADD7D5'

red 173 ◦ green 215 ◦ blue 213

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

Shades of Sinbad #ADD7D5

Tints of Sinbad #ADD7D5

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

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

R = 28.79%
G = 35.77%
B = 35.44%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.01

 K value IS 0.16

RGB Variations

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

Color information

#ADD7D5 (or 0xADD7D5) is known color: Sinbad. HEX triplet: AD, D7 and D5. RGB value is (173,215,213). Sum of RGB (Red+Green+Blue) = 173+215+213=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 213 (83.59% from 255 or 35.44% from 601); Max value from RGB is 215 - color contains mainly: green. Hex color #ADD7D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D5 is #52282A. Grayscale: #CACACA. Windows color (decimal): -5384235 or 14014381. OLE color: 14014381.

HSL color Cylindrical-coordinate representation of color #ADD7D5: hue angle of 177.14º degrees, saturation: 0.34, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #ADD7D5 is Cyan = 0.20, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 215 213 -
CMYK 0.20 0 0.01 0.16
HSL 177.14º 0.34% 0.76% -
HSV(B) 177.14º 0.2% 0.84% -
XYZ 53.54 62.29 72.15 -
YUV 202.21 134.09 107.16 -
System Red Green Blue C M Y K H S L
Decimal 173 215 213 0.20 0 0.01 0.16 177.14 0.34 0.76
Hex AD D7 D5 14 0 1 10 B1 22 4C
Octal 255 327 325 24 0 1 20 261 42 114
Binary 10101101 11010111 11010101 10100 0 1 10000 10110001 100010 1001100

Color Harmonies of #ADD7D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7D5

Black with #ADD7D5

Text Example


Text Example

White with #ADD7D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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