Html Css Color HEX #AAD8D6 Sinbad

📋 copy color: '#AAD8D6'

red 170 ◦ green 216 ◦ blue 214

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

Shades of Sinbad #AAD8D6

Tints of Sinbad #AAD8D6

RGB

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

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

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

R = 28.33%
G = 36%
B = 35.67%

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

#AAD8D6 (or 0xAAD8D6) is known color: Sinbad. HEX triplet: AA, D8 and D6. RGB value is (170,216,214). Sum of RGB (Red+Green+Blue) = 170+216+214=600 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.33% from 600); Green value is 216 (84.77% from 255 or 36% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8D6 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D6 is #552729. Grayscale: #C9C9C9. Windows color (decimal): -5580586 or 14080170. OLE color: 14080170.

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

Color convert

RGB 170 216 214 -
CMYK 0.21 0 0.01 0.15
HSL 177.39º 0.37% 0.76% -
HSV(B) 177.39º 0.21% 0.85% -
XYZ 53.27 62.51 72.88 -
YUV 202.02 134.76 105.16 -
System Red Green Blue C M Y K H S L
Decimal 170 216 214 0.21 0 0.01 0.15 177.39 0.37 0.76
Hex AA D8 D6 15 0 1 F B1 25 4C
Octal 252 330 326 25 0 1 17 261 45 114
Binary 10101010 11011000 11010110 10101 0 1 1111 10110001 100101 1001100

Color Harmonies of #AAD8D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8D6

Black with #AAD8D6

Text Example


Text Example

White with #AAD8D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8D6; }

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

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

background-color css

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

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

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

border-color css

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

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

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