Html Css Color HEX #AADFE2 Powder Blue

📋 copy color: '#AADFE2'

red 170 ◦ green 223 ◦ blue 226

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

Shades of Powder Blue #AADFE2

Tints of Powder Blue #AADFE2

RGB

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

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

 BLUE value IS 226 (88.67% from 255) = 36.51%

R = 27.46%
G = 36.03%
B = 36.51%

CMYK

 C value IS 0.25

 M value IS 0.01

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#AADFE2 (or 0xAADFE2) is known color: Powder Blue. HEX triplet: AA, DF and E2. RGB value is (170,223,226). Sum of RGB (Red+Green+Blue) = 170+223+226=619 (81% of max value = 765). Red value is 170 (66.80% from 255 or 27.46% from 619); Green value is 223 (87.5% from 255 or 36.03% from 619); Blue value is 226 (88.67% from 255 or 36.51% from 619); Max value from RGB is 226 - color contains mainly: blue. Hex color #AADFE2 is not a web safe color. Web safe color analog (approx): #99CCCC. Inversed color of #AADFE2 is #55201D. Grayscale: #CFCFCF. Windows color (decimal): -5578782 or 14868394. OLE color: 14868394.

HSL color Cylindrical-coordinate representation of color #AADFE2: hue angle of 183.21º degrees, saturation: 0.49, 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 #AADFE2 is Cyan = 0.25, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 170 223 226 -
CMYK 0.25 0.01 0 0.11
HSL 183.21º 0.49% 0.78% -
HSV(B) 183.21º 0.25% 0.89% -
XYZ 56.69 66.81 81.86 -
YUV 207.5 138.44 101.26 -
System Red Green Blue C M Y K H S L
Decimal 170 223 226 0.25 0.01 0 0.11 183.21 0.49 0.78
Hex AA DF E2 19 1 0 B B7 31 4E
Octal 252 337 342 31 1 0 13 267 61 116
Binary 10101010 11011111 11100010 11001 1 0 1011 10110111 110001 1001110

Color Harmonies of #AADFE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AADFE2

Black with #AADFE2

Text Example


Text Example

White with #AADFE2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AADFE2; }

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

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

background-color css

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

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

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

border-color css

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

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

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