Html Css Color HEX #ADD0CE Sinbad

📋 copy color: '#ADD0CE'

red 173 ◦ green 208 ◦ blue 206

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

Shades of Sinbad #ADD0CE

Tints of Sinbad #ADD0CE

RGB

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

 GREEN value IS 208 (81.64% from 255) = 35.43%

 BLUE value IS 206 (80.86% from 255) = 35.09%

R = 29.47%
G = 35.43%
B = 35.09%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.01

 K value IS 0.18

RGB Variations

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

Color information

#ADD0CE (or 0xADD0CE) is known color: Sinbad. HEX triplet: AD, D0 and CE. RGB value is (173,208,206). Sum of RGB (Red+Green+Blue) = 173+208+206=587 (77% of max value = 765). Red value is 173 (67.97% from 255 or 29.47% from 587); Green value is 208 (81.64% from 255 or 35.43% from 587); Blue value is 206 (80.86% from 255 or 35.09% from 587); Max value from RGB is 208 - color contains mainly: green. Hex color #ADD0CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD0CE is #522F31. Grayscale: #C5C5C5. Windows color (decimal): -5386034 or 13553837. OLE color: 13553837.

HSL color Cylindrical-coordinate representation of color #ADD0CE: hue angle of 176.57º degrees, saturation: 0.27, 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 #ADD0CE is Cyan = 0.17, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.18.

Color convert

RGB 173 208 206 -
CMYK 0.17 0 0.01 0.18
HSL 176.57º 0.27% 0.75% -
HSV(B) 176.57º 0.17% 0.82% -
XYZ 50.93 58.45 66.99 -
YUV 197.31 132.9 110.66 -
System Red Green Blue C M Y K H S L
Decimal 173 208 206 0.17 0 0.01 0.18 176.57 0.27 0.75
Hex AD D0 CE 11 0 1 12 B1 1B 4B
Octal 255 320 316 21 0 1 22 261 33 113
Binary 10101101 11010000 11001110 10001 0 1 10010 10110001 11011 1001011

Color Harmonies of #ADD0CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD0CE

Black with #ADD0CE

Text Example


Text Example

White with #ADD0CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD0CE; }

 p { color: rgb(173,208,206); }

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

background-color css

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

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

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

border-color css

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

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

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