Html Css Color HEX #AAADEB Perano

📋 copy color: '#AAADEB'

red 170 ◦ green 173 ◦ blue 235

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

Shades of Perano #AAADEB

Tints of Perano #AAADEB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 40.66%

R = 29.41%
G = 29.93%
B = 40.66%

CMYK

 C value IS 0.28

 M value IS 0.26

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AAADEB (or 0xAAADEB) is known color: Perano. HEX triplet: AA, AD and EB. RGB value is (170,173,235). Sum of RGB (Red+Green+Blue) = 170+173+235=578 (76% of max value = 765). Red value is 170 (66.80% from 255 or 29.41% from 578); Green value is 173 (67.97% from 255 or 29.93% from 578); Blue value is 235 (92.19% from 255 or 40.66% from 578); Max value from RGB is 235 - color contains mainly: blue. Hex color #AAADEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #AAADEB is #555214. Grayscale: #B2B2B2. Windows color (decimal): -5591573 or 15445418. OLE color: 15445418.

HSL color Cylindrical-coordinate representation of color #AAADEB: hue angle of 237.23º degrees, saturation: 0.62, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #AAADEB is Cyan = 0.28, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 173 235 -
CMYK 0.28 0.26 0 0.08
HSL 237.23º 0.62% 0.79% -
HSV(B) 237.23º 0.28% 0.92% -
XYZ 46.52 44.43 84.72 -
YUV 179.17 159.51 121.46 -
System Red Green Blue C M Y K H S L
Decimal 170 173 235 0.28 0.26 0 0.08 237.23 0.62 0.79
Hex AA AD EB 1C 1A 0 8 ED 3E 4F
Octal 252 255 353 34 32 0 10 355 76 117
Binary 10101010 10101101 11101011 11100 11010 0 1000 11101101 111110 1001111

Color Harmonies of #AAADEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AAADEB

Black with #AAADEB

Text Example


Text Example

White with #AAADEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AAADEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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