Html Css Color HEX #ADD1CC Sinbad

📋 copy color: '#ADD1CC'

red 173 ◦ green 209 ◦ blue 204

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

Shades of Sinbad #ADD1CC

Tints of Sinbad #ADD1CC

RGB

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

 GREEN value IS 209 (82.03% from 255) = 35.67%

 BLUE value IS 204 (80.08% from 255) = 34.81%

R = 29.52%
G = 35.67%
B = 34.81%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.02

 K value IS 0.18

RGB Variations

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

Color information

#ADD1CC (or 0xADD1CC) is known color: Sinbad. HEX triplet: AD, D1 and CC. RGB value is (173,209,204). Sum of RGB (Red+Green+Blue) = 173+209+204=586 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.52% from 586); Green value is 209 (82.03% from 255 or 35.67% from 586); Blue value is 204 (80.08% from 255 or 34.81% from 586); Max value from RGB is 209 - color contains mainly: green. Hex color #ADD1CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD1CC is #522E33. Grayscale: #C5C5C5. Windows color (decimal): -5385780 or 13423021. OLE color: 13423021.

HSL color Cylindrical-coordinate representation of color #ADD1CC: hue angle of 171.67º degrees, saturation: 0.28, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #ADD1CC is Cyan = 0.17, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 209 204 -
CMYK 0.17 0 0.02 0.18
HSL 171.67º 0.28% 0.75% -
HSV(B) 171.67º 0.17% 0.82% -
XYZ 50.93 58.84 65.8 -
YUV 197.67 131.57 110.41 -
System Red Green Blue C M Y K H S L
Decimal 173 209 204 0.17 0 0.02 0.18 171.67 0.28 0.75
Hex AD D1 CC 11 0 2 12 AC 1C 4B
Octal 255 321 314 21 0 2 22 254 34 113
Binary 10101101 11010001 11001100 10001 0 10 10010 10101100 11100 1001011

Color Harmonies of #ADD1CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD1CC

Black with #ADD1CC

Text Example


Text Example

White with #ADD1CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD1CC; }

 p { color: rgb(173,209,204); }

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

background-color css

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

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

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

border-color css

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

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

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