Html Css Color HEX #AAD8D5 Sinbad

📋 copy color: '#AAD8D5'

red 170 ◦ green 216 ◦ blue 213

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

Shades of Sinbad #AAD8D5

Tints of Sinbad #AAD8D5

RGB

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

 GREEN value IS 216 (84.77% from 255) = 36.06%

 BLUE value IS 213 (83.59% from 255) = 35.56%

R = 28.38%
G = 36.06%
B = 35.56%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.01

 K value IS 0.15

RGB Variations

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

Color information

#AAD8D5 (or 0xAAD8D5) is known color: Sinbad. HEX triplet: AA, D8 and D5. RGB value is (170,216,213). Sum of RGB (Red+Green+Blue) = 170+216+213=599 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.38% from 599); Green value is 216 (84.77% from 255 or 36.06% from 599); Blue value is 213 (83.59% from 255 or 35.56% from 599); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8D5 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D5 is #55272A. Grayscale: #C9C9C9. Windows color (decimal): -5580587 or 14014634. OLE color: 14014634.

HSL color Cylindrical-coordinate representation of color #AAD8D5: hue angle of 176.09º 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 #AAD8D5 is Cyan = 0.21, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.15.

Color convert

RGB 170 216 213 -
CMYK 0.21 0 0.01 0.15
HSL 176.09º 0.37% 0.76% -
HSV(B) 176.09º 0.21% 0.85% -
XYZ 53.14 62.46 72.21 -
YUV 201.9 134.26 105.24 -
System Red Green Blue C M Y K H S L
Decimal 170 216 213 0.21 0 0.01 0.15 176.09 0.37 0.76
Hex AA D8 D5 15 0 1 F B0 25 4C
Octal 252 330 325 25 0 1 17 260 45 114
Binary 10101010 11011000 11010101 10101 0 1 1111 10110000 100101 1001100

Color Harmonies of #AAD8D5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8D5

Black with #AAD8D5

Text Example


Text Example

White with #AAD8D5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8D5; }

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

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

background-color css

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

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

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

border-color css

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

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

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