Html Css Color HEX #AAD8CB Scandal

📋 copy color: '#AAD8CB'

red 170 ◦ green 216 ◦ blue 203

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

Shades of Scandal #AAD8CB

Tints of Scandal #AAD8CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 34.47%

R = 28.86%
G = 36.67%
B = 34.47%

CMYK

 C value IS 0.21

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#AAD8CB (or 0xAAD8CB) is known color: Scandal. HEX triplet: AA, D8 and CB. RGB value is (170,216,203). Sum of RGB (Red+Green+Blue) = 170+216+203=589 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.86% from 589); Green value is 216 (84.77% from 255 or 36.67% from 589); Blue value is 203 (79.69% from 255 or 34.47% from 589); Max value from RGB is 216 - color contains mainly: green. Hex color #AAD8CB is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AAD8CB is #552734. Grayscale: #C8C8C8. Windows color (decimal): -5580597 or 13359274. OLE color: 13359274.

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

Color convert

RGB 170 216 203 -
CMYK 0.21 0 0.06 0.15
HSL 163.04º 0.37% 0.76% -
HSV(B) 163.04º 0.21% 0.85% -
XYZ 51.91 61.97 65.73 -
YUV 200.76 129.26 106.06 -
System Red Green Blue C M Y K H S L
Decimal 170 216 203 0.21 0 0.06 0.15 163.04 0.37 0.76
Hex AA D8 CB 15 0 6 F A3 25 4C
Octal 252 330 313 25 0 6 17 243 45 114
Binary 10101010 11011000 11001011 10101 0 110 1111 10100011 100101 1001100

Color Harmonies of #AAD8CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAD8CB

Black with #AAD8CB

Text Example


Text Example

White with #AAD8CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAD8CB; }

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

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

background-color css

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

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

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

border-color css

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

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

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