Html Css Color HEX #AAADFA Perano

📋 copy color: '#AAADFA'

red 170 ◦ green 173 ◦ blue 250

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

Shades of Perano #AAADFA

Tints of Perano #AAADFA

RGB

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

 GREEN value IS 173 (67.97% from 255) = 29.17%

 BLUE value IS 250 (98.05% from 255) = 42.16%

R = 28.67%
G = 29.17%
B = 42.16%

CMYK

 C value IS 0.32

 M value IS 0.31

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#AAADFA (or 0xAAADFA) is known color: Perano. HEX triplet: AA, AD and FA. RGB value is (170,173,250). Sum of RGB (Red+Green+Blue) = 170+173+250=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 173 (67.97% from 255 or 29.17% from 593); Blue value is 250 (98.05% from 255 or 42.16% from 593); Max value from RGB is 250 - color contains mainly: blue. Hex color #AAADFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADFA is #555205. Grayscale: #B4B4B4. Windows color (decimal): -5591558 or 16428458. OLE color: 16428458.

HSL color Cylindrical-coordinate representation of color #AAADFA: hue angle of 237.75º degrees, saturation: 0.89, lightness: 0.82%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #AAADFA is Cyan = 0.32, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 170 173 250 -
CMYK 0.32 0.31 0 0.02
HSL 237.75º 0.89% 0.82% -
HSV(B) 237.75º 0.32% 0.98% -
XYZ 48.78 45.34 96.62 -
YUV 180.88 167.01 120.24 -
System Red Green Blue C M Y K H S L
Decimal 170 173 250 0.32 0.31 0 0.02 237.75 0.89 0.82
Hex AA AD FA 20 1F 0 2 EE 59 52
Octal 252 255 372 40 37 0 2 356 131 122
Binary 10101010 10101101 11111010 100000 11111 0 10 11101110 1011001 1010010

Color Harmonies of #AAADFA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADFA

Black with #AAADFA

Text Example


Text Example

White with #AAADFA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADFA; }

 p { color: rgb(170,173,250); }

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

background-color css

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

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

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

border-color css

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

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

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