Html Css Color HEX #ADD6D6 Sinbad

📋 copy color: '#ADD6D6'

red 173 ◦ green 214 ◦ blue 214

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

Shades of Sinbad #ADD6D6

Tints of Sinbad #ADD6D6

RGB

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

 GREEN value IS 214 (83.98% from 255) = 35.61%

 BLUE value IS 214 (83.98% from 255) = 35.61%

R = 28.79%
G = 35.61%
B = 35.61%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADD6D6 (or 0xADD6D6) is known color: Sinbad. HEX triplet: AD, D6 and D6. RGB value is (173,214,214). Sum of RGB (Red+Green+Blue) = 173+214+214=601 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.79% from 601); Green value is 214 (83.98% from 255 or 35.61% from 601); Blue value is 214 (83.98% from 255 or 35.61% from 601); Max value from RGB is 214 - color contains mainly: green, blue. Hex color #ADD6D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD6D6 is #522929. Grayscale: #C9C9C9. Windows color (decimal): -5384490 or 14079661. OLE color: 14079661.

HSL color Cylindrical-coordinate representation of color #ADD6D6: hue angle of 180º degrees, saturation: 0.33, 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 #ADD6D6 is Cyan = 0.19, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 173 214 214 -
CMYK 0.19 0 0 0.16
HSL 180º 0.33% 0.76% -
HSV(B) 180º 0.19% 0.84% -
XYZ 53.42 61.83 72.74 -
YUV 201.74 134.92 107.5 -
System Red Green Blue C M Y K H S L
Decimal 173 214 214 0.19 0 0 0.16 180 0.33 0.76
Hex AD D6 D6 13 0 0 10 B4 21 4C
Octal 255 326 326 23 0 0 20 264 41 114
Binary 10101101 11010110 11010110 10011 0 0 10000 10110100 100001 1001100

Color Harmonies of #ADD6D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD6D6

Black with #ADD6D6

Text Example


Text Example

White with #ADD6D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD6D6; }

 p { color: rgb(173,214,214); }

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

background-color css

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

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

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

border-color css

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

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

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