Html Css Color HEX #AADFDF Powder Blue

📋 copy color: '#AADFDF'

red 170 ◦ green 223 ◦ blue 223

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

Shades of Powder Blue #AADFDF

Tints of Powder Blue #AADFDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 36.2%

R = 27.6%
G = 36.2%
B = 36.2%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#AADFDF (or 0xAADFDF) is known color: Powder Blue. HEX triplet: AA, DF and DF. RGB value is (170,223,223). Sum of RGB (Red+Green+Blue) = 170+223+223=616 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.60% from 616); Green value is 223 (87.5% from 255 or 36.20% from 616); Blue value is 223 (87.5% from 255 or 36.20% from 616); Max value from RGB is 223 - color contains mainly: green, blue. Hex color #AADFDF is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFDF is #552020. Grayscale: #CFCFCF. Windows color (decimal): -5578785 or 14671786. OLE color: 14671786.

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

Color convert

RGB 170 223 223 -
CMYK 0.24 0 0 0.13
HSL 180º 0.45% 0.77% -
HSV(B) 180º 0.24% 0.87% -
XYZ 56.28 66.65 79.71 -
YUV 207.15 136.94 101.5 -
System Red Green Blue C M Y K H S L
Decimal 170 223 223 0.24 0 0 0.13 180 0.45 0.77
Hex AA DF DF 18 0 0 D B4 2D 4D
Octal 252 337 337 30 0 0 15 264 55 115
Binary 10101010 11011111 11011111 11000 0 0 1101 10110100 101101 1001101

Color Harmonies of #AADFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFDF

Black with #AADFDF

Text Example


Text Example

White with #AADFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFDF; }

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

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

background-color css

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

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

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

border-color css

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

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

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