Html Css Color HEX #ADD7D8 Sinbad

📋 copy color: '#ADD7D8'

red 173 ◦ green 215 ◦ blue 216

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

Shades of Sinbad #ADD7D8

Tints of Sinbad #ADD7D8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 35.76%

R = 28.64%
G = 35.6%
B = 35.76%

CMYK

 C value IS 0.20

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#ADD7D8 (or 0xADD7D8) is known color: Sinbad. HEX triplet: AD, D7 and D8. RGB value is (173,215,216). Sum of RGB (Red+Green+Blue) = 173+215+216=604 (80% of max value = 765). Red value is 173 (67.97% from 255 or 28.64% from 604); Green value is 215 (84.38% from 255 or 35.60% from 604); Blue value is 216 (84.77% from 255 or 35.76% from 604); Max value from RGB is 216 - color contains mainly: blue. Hex color #ADD7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD7D8 is #522827. Grayscale: #CACACA. Windows color (decimal): -5384232 or 14210989. OLE color: 14210989.

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

Color convert

RGB 173 215 216 -
CMYK 0.20 0.00 0 0.15
HSL 181.4º 0.36% 0.76% -
HSV(B) 181.4º 0.2% 0.85% -
XYZ 53.93 62.44 74.18 -
YUV 202.56 135.59 106.92 -
System Red Green Blue C M Y K H S L
Decimal 173 215 216 0.20 0.00 0 0.15 181.4 0.36 0.76
Hex AD D7 D8 14 0 0 F B5 24 4C
Octal 255 327 330 24 0 0 17 265 44 114
Binary 10101101 11010111 11011000 10100 0 0 1111 10110101 100100 1001100

Color Harmonies of #ADD7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD7D8

Black with #ADD7D8

Text Example


Text Example

White with #ADD7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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