Html Css Color HEX #AAD9D8 Sinbad

📋 copy color: '#AAD9D8'

red 170 ◦ green 217 ◦ blue 216

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

Shades of Sinbad #AAD9D8

Tints of Sinbad #AAD9D8

RGB

 RED value IS 170 (66.8% from 255) = 28.19%

 GREEN value IS 217 (85.16% from 255) = 35.99%

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

R = 28.19%
G = 35.99%
B = 35.82%

CMYK

 C value IS 0.22

 M value IS 0

 Y value IS 0.00

 K value IS 0.15

RGB Variations

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

Color information

#AAD9D8 (or 0xAAD9D8) is known color: Sinbad. HEX triplet: AA, D9 and D8. RGB value is (170,217,216). Sum of RGB (Red+Green+Blue) = 170+217+216=603 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.19% from 603); Green value is 217 (85.16% from 255 or 35.99% from 603); Blue value is 216 (84.77% from 255 or 35.82% from 603); Max value from RGB is 217 - color contains mainly: green. Hex color #AAD9D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD9D8 is #552627. Grayscale: #CACACA. Windows color (decimal): -5580328 or 14211498. OLE color: 14211498.

HSL color Cylindrical-coordinate representation of color #AAD9D8: hue angle of 178.72º degrees, saturation: 0.38, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #AAD9D8 is Cyan = 0.22, Magento = 0, Yellow = 0.00 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 217 216 -
CMYK 0.22 0 0.00 0.15
HSL 178.72º 0.38% 0.76% -
HSV(B) 178.72º 0.22% 0.85% -
XYZ 53.79 63.13 74.32 -
YUV 202.83 135.43 104.58 -
System Red Green Blue C M Y K H S L
Decimal 170 217 216 0.22 0 0.00 0.15 178.72 0.38 0.76
Hex AA D9 D8 16 0 0 F B3 26 4C
Octal 252 331 330 26 0 0 17 263 46 114
Binary 10101010 11011001 11011000 10110 0 0 1111 10110011 100110 1001100

Color Harmonies of #AAD9D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD9D8

Black with #AAD9D8

Text Example


Text Example

White with #AAD9D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD9D8; }

 p { color: rgb(170,217,216); }

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

background-color css

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

 a { background-color: rgb(170,217,216); }

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

border-color css

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

 span { border-color: rgb(170,217,216); }

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