Html Css Color HEX #AAD8C8 Scandal

📋 copy color: '#AAD8C8'

red 170 ◦ green 216 ◦ blue 200

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

Shades of Scandal #AAD8C8

Tints of Scandal #AAD8C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 34.13%

R = 29.01%
G = 36.86%
B = 34.13%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.07

 K value IS 0.15

RGB Variations

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

Color information

#AAD8C8 (or 0xAAD8C8) is known color: Scandal. HEX triplet: AA, D8 and C8. RGB value is (170,216,200). Sum of RGB (Red+Green+Blue) = 170+216+200=586 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.01% from 586); Green value is 216 (84.77% from 255 or 36.86% from 586); Blue value is 200 (78.52% from 255 or 34.13% from 586); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8C8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8C8 is #552737. Grayscale: #C8C8C8. Windows color (decimal): -5580600 or 13162666. OLE color: 13162666.

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

Color convert

RGB 170 216 200 -
CMYK 0.21 0 0.07 0.15
HSL 159.13º 0.37% 0.76% -
HSV(B) 159.13º 0.21% 0.85% -
XYZ 51.56 61.83 63.86 -
YUV 200.42 127.76 106.3 -
System Red Green Blue C M Y K H S L
Decimal 170 216 200 0.21 0 0.07 0.15 159.13 0.37 0.76
Hex AA D8 C8 15 0 7 F 9F 25 4C
Octal 252 330 310 25 0 7 17 237 45 114
Binary 10101010 11011000 11001000 10101 0 111 1111 10011111 100101 1001100

Color Harmonies of #AAD8C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8C8

Black with #AAD8C8

Text Example


Text Example

White with #AAD8C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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