Html Css Color HEX #AAD7D8 Sinbad

📋 copy color: '#AAD7D8'

red 170 ◦ green 215 ◦ blue 216

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

Shades of Sinbad #AAD7D8

Tints of Sinbad #AAD7D8

RGB

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

 GREEN value IS 215 (84.38% from 255) = 35.77%

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

R = 28.29%
G = 35.77%
B = 35.94%

CMYK

 C value IS 0.21

 M value IS 0.00

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAD7D8 (or 0xAAD7D8) is known color: Sinbad. HEX triplet: AA, D7 and D8. RGB value is (170,215,216). Sum of RGB (Red+Green+Blue) = 170+215+216=601 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.29% from 601); Green value is 215 (84.38% from 255 or 35.77% from 601); Blue value is 216 (84.77% from 255 or 35.94% from 601); Max value from RGB is 216 - color contains mainly: blue. Hex color #AAD7D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD7D8 is #552827. Grayscale: #C9C9C9. Windows color (decimal): -5580840 or 14210986. OLE color: 14210986.

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

Color convert

RGB 170 215 216 -
CMYK 0.21 0.00 0 0.15
HSL 181.3º 0.37% 0.76% -
HSV(B) 181.3º 0.21% 0.85% -
XYZ 53.27 62.1 74.15 -
YUV 201.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 170 215 216 0.21 0.00 0 0.15 181.3 0.37 0.76
Hex AA D7 D8 15 0 0 F B5 25 4C
Octal 252 327 330 25 0 0 17 265 45 114
Binary 10101010 11010111 11011000 10101 0 0 1111 10110101 100101 1001100

Color Harmonies of #AAD7D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD7D8

Black with #AAD7D8

Text Example


Text Example

White with #AAD7D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD7D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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