Html Css Color HEX #AAADF2 Perano

📋 copy color: '#AAADF2'

red 170 ◦ green 173 ◦ blue 242

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

Shades of Perano #AAADF2

Tints of Perano #AAADF2

RGB

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

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

 BLUE value IS 242 (94.92% from 255) = 41.37%

R = 29.06%
G = 29.57%
B = 41.37%

CMYK

 C value IS 0.30

 M value IS 0.29

 Y value IS 0

 K value IS 0.05

RGB Variations

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

Color information

#AAADF2 (or 0xAAADF2) is known color: Perano. HEX triplet: AA, AD and F2. RGB value is (170,173,242). Sum of RGB (Red+Green+Blue) = 170+173+242=585 (77% of max value = 765). Red value is 170 (66.80% from 255 or 29.06% from 585); Green value is 173 (67.97% from 255 or 29.57% from 585); Blue value is 242 (94.92% from 255 or 41.37% from 585); Max value from RGB is 242 - color contains mainly: blue. Hex color #AAADF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADF2 is #55520D. Grayscale: #B3B3B3. Windows color (decimal): -5591566 or 15904170. OLE color: 15904170.

HSL color Cylindrical-coordinate representation of color #AAADF2: hue angle of 237.5º degrees, saturation: 0.73, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #AAADF2 is Cyan = 0.30, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB 170 173 242 -
CMYK 0.30 0.29 0 0.05
HSL 237.5º 0.73% 0.81% -
HSV(B) 237.5º 0.3% 0.95% -
XYZ 47.55 44.84 90.15 -
YUV 179.97 163.01 120.89 -
System Red Green Blue C M Y K H S L
Decimal 170 173 242 0.30 0.29 0 0.05 237.5 0.73 0.81
Hex AA AD F2 1E 1D 0 5 EE 49 51
Octal 252 255 362 36 35 0 5 356 111 121
Binary 10101010 10101101 11110010 11110 11101 0 101 11101110 1001001 1010001

Color Harmonies of #AAADF2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADF2

Black with #AAADF2

Text Example


Text Example

White with #AAADF2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADF2; }

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

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

background-color css

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

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

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

border-color css

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

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

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