Html Css Color HEX #AAD6CE Scandal

📋 copy color: '#AAD6CE'

red 170 ◦ green 214 ◦ blue 206

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

Shades of Scandal #AAD6CE

Tints of Scandal #AAD6CE

RGB

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

 GREEN value IS 214 (83.98% from 255) = 36.27%

 BLUE value IS 206 (80.86% from 255) = 34.92%

R = 28.81%
G = 36.27%
B = 34.92%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.04

 K value IS 0.16

RGB Variations

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

Color information

#AAD6CE (or 0xAAD6CE) is known color: Scandal. HEX triplet: AA, D6 and CE. RGB value is (170,214,206). Sum of RGB (Red+Green+Blue) = 170+214+206=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 214 (83.98% from 255 or 36.27% from 590); Blue value is 206 (80.86% from 255 or 34.92% from 590); Max value from RGB is 214 - color contains mainly: green. Hex color #AAD6CE is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD6CE is #552931. Grayscale: #C7C7C7. Windows color (decimal): -5581106 or 13555370. OLE color: 13555370.

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

Color convert

RGB 170 214 206 -
CMYK 0.21 0 0.04 0.16
HSL 169.09º 0.35% 0.75% -
HSV(B) 169.09º 0.21% 0.84% -
XYZ 51.76 61.1 67.46 -
YUV 199.93 131.42 106.65 -
System Red Green Blue C M Y K H S L
Decimal 170 214 206 0.21 0 0.04 0.16 169.09 0.35 0.75
Hex AA D6 CE 15 0 4 10 A9 23 4B
Octal 252 326 316 25 0 4 20 251 43 113
Binary 10101010 11010110 11001110 10101 0 100 10000 10101001 100011 1001011

Color Harmonies of #AAD6CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD6CE

Black with #AAD6CE

Text Example


Text Example

White with #AAD6CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD6CE; }

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

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

background-color css

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

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

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

border-color css

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

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

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