Html Css Color HEX #AADFE3 Powder Blue

📋 copy color: '#AADFE3'

red 170 ◦ green 223 ◦ blue 227

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

Shades of Powder Blue #AADFE3

Tints of Powder Blue #AADFE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 36.61%

R = 27.42%
G = 35.97%
B = 36.61%

CMYK

 C value IS 0.25

 M value IS 0.02

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AADFE3 (or 0xAADFE3) is known color: Powder Blue. HEX triplet: AA, DF and E3. RGB value is (170,223,227). Sum of RGB (Red+Green+Blue) = 170+223+227=620 (82% of max value = 765). Red value is 170 (66.80% from 255 or 27.42% from 620); Green value is 223 (87.5% from 255 or 35.97% from 620); Blue value is 227 (89.06% from 255 or 36.61% from 620); Max value from RGB is 227 - color contains mainly: blue. Hex color #AADFE3 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE3 is #55201C. Grayscale: #CFCFCF. Windows color (decimal): -5578781 or 14933930. OLE color: 14933930.

HSL color Cylindrical-coordinate representation of color #AADFE3: hue angle of 184.21º degrees, saturation: 0.5, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #AADFE3 is Cyan = 0.25, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 223 227 -
CMYK 0.25 0.02 0 0.11
HSL 184.21º 0.5% 0.78% -
HSV(B) 184.21º 0.25% 0.89% -
XYZ 56.83 66.87 82.58 -
YUV 207.61 138.94 101.17 -
System Red Green Blue C M Y K H S L
Decimal 170 223 227 0.25 0.02 0 0.11 184.21 0.5 0.78
Hex AA DF E3 19 2 0 B B8 32 4E
Octal 252 337 343 31 2 0 13 270 62 116
Binary 10101010 11011111 11100011 11001 10 0 1011 10111000 110010 1001110

Color Harmonies of #AADFE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFE3

Black with #AADFE3

Text Example


Text Example

White with #AADFE3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFE3; }

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

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

background-color css

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

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

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

border-color css

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

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

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