Html Css Color HEX #AADFDA Scandal

📋 copy color: '#AADFDA'

red 170 ◦ green 223 ◦ blue 218

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

Shades of Scandal #AADFDA

Tints of Scandal #AADFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 35.68%

R = 27.82%
G = 36.5%
B = 35.68%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#AADFDA (or 0xAADFDA) is known color: Scandal. HEX triplet: AA, DF and DA. RGB value is (170,223,218). Sum of RGB (Red+Green+Blue) = 170+223+218=611 (80% of max value = 765). Red value is 170 (66.80% from 255 or 27.82% from 611); Green value is 223 (87.5% from 255 or 36.50% from 611); Blue value is 218 (85.55% from 255 or 35.68% from 611); Max value from RGB is 223 - color contains mainly: green. Hex color #AADFDA is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDA is #552025. Grayscale: #CECECE. Windows color (decimal): -5578790 or 14344106. OLE color: 14344106.

HSL color Cylindrical-coordinate representation of color #AADFDA: hue angle of 174.34º 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 #AADFDA is Cyan = 0.24, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.13.

Color convert

RGB 170 223 218 -
CMYK 0.24 0 0.02 0.13
HSL 174.34º 0.45% 0.77% -
HSV(B) 174.34º 0.24% 0.87% -
XYZ 55.62 66.38 76.21 -
YUV 206.58 134.44 101.91 -
System Red Green Blue C M Y K H S L
Decimal 170 223 218 0.24 0 0.02 0.13 174.34 0.45 0.77
Hex AA DF DA 18 0 2 D AE 2D 4D
Octal 252 337 332 30 0 2 15 256 55 115
Binary 10101010 11011111 11011010 11000 0 10 1101 10101110 101101 1001101

Color Harmonies of #AADFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFDA

Black with #AADFDA

Text Example


Text Example

White with #AADFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFDA; }

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

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

background-color css

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

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

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

border-color css

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

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

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