Html Css Color HEX #AADFD8 Scandal

📋 copy color: '#AADFD8'

red 170 ◦ green 223 ◦ blue 216

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

Shades of Scandal #AADFD8

Tints of Scandal #AADFD8

RGB

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

 GREEN value IS 223 (87.5% from 255) = 36.62%

 BLUE value IS 216 (84.77% from 255) = 35.47%

R = 27.91%
G = 36.62%
B = 35.47%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#AADFD8 (or 0xAADFD8) is known color: Scandal. HEX triplet: AA, DF and D8. RGB value is (170,223,216). Sum of RGB (Red+Green+Blue) = 170+223+216=609 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.91% from 609); Green value is 223 (87.5% from 255 or 36.62% from 609); Blue value is 216 (84.77% from 255 or 35.47% from 609); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFD8 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFD8 is #552027. Grayscale: #CECECE. Windows color (decimal): -5578792 or 14213034. OLE color: 14213034.

HSL color Cylindrical-coordinate representation of color #AADFD8: hue angle of 172.08º degrees, saturation: 0.45, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #AADFD8 is Cyan = 0.24, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 216 -
CMYK 0.24 0 0.03 0.13
HSL 172.08º 0.45% 0.77% -
HSV(B) 172.08º 0.24% 0.87% -
XYZ 55.36 66.28 74.84 -
YUV 206.36 133.44 102.07 -
System Red Green Blue C M Y K H S L
Decimal 170 223 216 0.24 0 0.03 0.13 172.08 0.45 0.77
Hex AA DF D8 18 0 3 D AC 2D 4D
Octal 252 337 330 30 0 3 15 254 55 115
Binary 10101010 11011111 11011000 11000 0 11 1101 10101100 101101 1001101

Color Harmonies of #AADFD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFD8

Black with #AADFD8

Text Example


Text Example

White with #AADFD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFD8; }

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

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

background-color css

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

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

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

border-color css

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

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

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