Html Css Color HEX #AAD8D4 Sinbad

📋 copy color: '#AAD8D4'

red 170 ◦ green 216 ◦ blue 212

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

Shades of Sinbad #AAD8D4

Tints of Sinbad #AAD8D4

RGB

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

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

 BLUE value IS 212 (83.2% from 255) = 35.45%

R = 28.43%
G = 36.12%
B = 35.45%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.02

 K value IS 0.15

RGB Variations

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

Color information

#AAD8D4 (or 0xAAD8D4) is known color: Sinbad. HEX triplet: AA, D8 and D4. RGB value is (170,216,212). Sum of RGB (Red+Green+Blue) = 170+216+212=598 (79% of max value = 765). Red value is 170 (66.80% from 255 or 28.43% from 598); Green value is 216 (84.77% from 255 or 36.12% from 598); Blue value is 212 (83.20% from 255 or 35.45% from 598); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8D4 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8D4 is #55272B. Grayscale: #C9C9C9. Windows color (decimal): -5580588 or 13949098. OLE color: 13949098.

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

Color convert

RGB 170 216 212 -
CMYK 0.21 0 0.02 0.15
HSL 174.78º 0.37% 0.76% -
HSV(B) 174.78º 0.21% 0.85% -
XYZ 53.02 62.41 71.54 -
YUV 201.79 133.76 105.33 -
System Red Green Blue C M Y K H S L
Decimal 170 216 212 0.21 0 0.02 0.15 174.78 0.37 0.76
Hex AA D8 D4 15 0 2 F AF 25 4C
Octal 252 330 324 25 0 2 17 257 45 114
Binary 10101010 11011000 11010100 10101 0 10 1111 10101111 100101 1001100

Color Harmonies of #AAD8D4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8D4

Black with #AAD8D4

Text Example


Text Example

White with #AAD8D4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8D4; }

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

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

background-color css

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

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

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

border-color css

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

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

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