Html Css Color HEX #AAD8D8 Sinbad

📋 copy color: '#AAD8D8'

red 170 ◦ green 216 ◦ blue 216

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

Shades of Sinbad #AAD8D8

Tints of Sinbad #AAD8D8

RGB

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

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

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

R = 28.24%
G = 35.88%
B = 35.88%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#AAD8D8 (or 0xAAD8D8) is known color: Sinbad. HEX triplet: AA, D8 and D8. RGB value is (170,216,216). Sum of RGB (Red+Green+Blue) = 170+216+216=602 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.24% from 602); Green value is 216 (84.77% from 255 or 35.88% from 602); Blue value is 216 (84.77% from 255 or 35.88% from 602); Max value from RGB is 216 - color contains mainly: green, blue. Hex color #AAD8D8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D8 is #552727. Grayscale: #CACACA. Windows color (decimal): -5580584 or 14211242. OLE color: 14211242.

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

Color convert

RGB 170 216 216 -
CMYK 0.21 0 0 0.15
HSL 180º 0.37% 0.76% -
HSV(B) 180º 0.21% 0.85% -
XYZ 53.53 62.62 74.23 -
YUV 202.25 135.76 105 -
System Red Green Blue C M Y K H S L
Decimal 170 216 216 0.21 0 0 0.15 180 0.37 0.76
Hex AA D8 D8 15 0 0 F B4 25 4C
Octal 252 330 330 25 0 0 17 264 45 114
Binary 10101010 11011000 11011000 10101 0 0 1111 10110100 100101 1001100

Color Harmonies of #AAD8D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8D8

Black with #AAD8D8

Text Example


Text Example

White with #AAD8D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8D8; }

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

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

background-color css

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

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

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

border-color css

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

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

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