Html Css Color HEX #ADD5D6 Sinbad

📋 copy color: '#ADD5D6'

red 173 ◦ green 213 ◦ blue 214

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

Shades of Sinbad #ADD5D6

Tints of Sinbad #ADD5D6

RGB

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

 GREEN value IS 213 (83.59% from 255) = 35.5%

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

R = 28.83%
G = 35.5%
B = 35.67%

CMYK

 C value IS 0.19

 M value IS 0.00

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#ADD5D6 (or 0xADD5D6) is known color: Sinbad. HEX triplet: AD, D5 and D6. RGB value is (173,213,214). Sum of RGB (Red+Green+Blue) = 173+213+214=600 (79% of max value = 765). Red value is 173 (67.97% from 255 or 28.83% from 600); Green value is 213 (83.59% from 255 or 35.5% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 214 - color contains mainly: blue. Hex color #ADD5D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #ADD5D6 is #522A29. Grayscale: #C9C9C9. Windows color (decimal): -5384746 or 14079405. OLE color: 14079405.

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

Color convert

RGB 173 213 214 -
CMYK 0.19 0.00 0 0.16
HSL 181.46º 0.33% 0.76% -
HSV(B) 181.46º 0.19% 0.84% -
XYZ 53.17 61.33 72.65 -
YUV 201.15 135.25 107.92 -
System Red Green Blue C M Y K H S L
Decimal 173 213 214 0.19 0.00 0 0.16 181.46 0.33 0.76
Hex AD D5 D6 13 0 0 10 B5 21 4C
Octal 255 325 326 23 0 0 20 265 41 114
Binary 10101101 11010101 11010110 10011 0 0 10000 10110101 100001 1001100

Color Harmonies of #ADD5D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #ADD5D6

Black with #ADD5D6

Text Example


Text Example

White with #ADD5D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #ADD5D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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