Html Css Color HEX #AAD5CC Scandal

📋 copy color: '#AAD5CC'

red 170 ◦ green 213 ◦ blue 204

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

Shades of Scandal #AAD5CC

Tints of Scandal #AAD5CC

RGB

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

 GREEN value IS 213 (83.59% from 255) = 36.29%

 BLUE value IS 204 (80.08% from 255) = 34.75%

R = 28.96%
G = 36.29%
B = 34.75%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#AAD5CC (or 0xAAD5CC) is known color: Scandal. HEX triplet: AA, D5 and CC. RGB value is (170,213,204). Sum of RGB (Red+Green+Blue) = 170+213+204=587 (77% of max value = 765). Red value is 170 (66.80% from 255 or 28.96% from 587); Green value is 213 (83.59% from 255 or 36.29% from 587); Blue value is 204 (80.08% from 255 or 34.75% from 587); Max value from RGB is 213 - color contains mainly: green. Hex color #AAD5CC is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD5CC is #552A33. Grayscale: #C7C7C7. Windows color (decimal): -5581364 or 13424042. OLE color: 13424042.

HSL color Cylindrical-coordinate representation of color #AAD5CC: hue angle of 167.44º degrees, saturation: 0.34, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #AAD5CC is Cyan = 0.20, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.16.

Color convert

RGB 170 213 204 -
CMYK 0.20 0 0.04 0.16
HSL 167.44º 0.34% 0.75% -
HSV(B) 167.44º 0.2% 0.84% -
XYZ 51.27 60.49 66.1 -
YUV 199.12 130.75 107.23 -
System Red Green Blue C M Y K H S L
Decimal 170 213 204 0.20 0 0.04 0.16 167.44 0.34 0.75
Hex AA D5 CC 14 0 4 10 A7 22 4B
Octal 252 325 314 24 0 4 20 247 42 113
Binary 10101010 11010101 11001100 10100 0 100 10000 10100111 100010 1001011

Color Harmonies of #AAD5CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD5CC

Black with #AAD5CC

Text Example


Text Example

White with #AAD5CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD5CC; }

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

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

background-color css

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

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

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

border-color css

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

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

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