Html Css Color HEX #AABDE9 Perano

📋 copy color: '#AABDE9'

red 170 ◦ green 189 ◦ blue 233

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

Shades of Perano #AABDE9

Tints of Perano #AABDE9

RGB

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

 GREEN value IS 189 (74.22% from 255) = 31.93%

 BLUE value IS 233 (91.41% from 255) = 39.36%

R = 28.72%
G = 31.93%
B = 39.36%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.09

RGB Variations

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

Color information

#AABDE9 (or 0xAABDE9) is known color: Perano. HEX triplet: AA, BD and E9. RGB value is (170,189,233). Sum of RGB (Red+Green+Blue) = 170+189+233=592 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.72% from 592); Green value is 189 (74.22% from 255 or 31.93% from 592); Blue value is 233 (91.41% from 255 or 39.36% from 592); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABDE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDE9 is #554216. Grayscale: #BCBCBC. Windows color (decimal): -5587479 or 15318442. OLE color: 15318442.

HSL color Cylindrical-coordinate representation of color #AABDE9: hue angle of 221.9º degrees, saturation: 0.59, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #AABDE9 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 189 233 -
CMYK 0.27 0.19 0 0.09
HSL 221.9º 0.59% 0.79% -
HSV(B) 221.9º 0.27% 0.91% -
XYZ 49.48 50.82 84.29 -
YUV 188.34 153.21 114.92 -
System Red Green Blue C M Y K H S L
Decimal 170 189 233 0.27 0.19 0 0.09 221.9 0.59 0.79
Hex AA BD E9 1B 13 0 9 DE 3B 4F
Octal 252 275 351 33 23 0 11 336 73 117
Binary 10101010 10111101 11101001 11011 10011 0 1001 11011110 111011 1001111

Color Harmonies of #AABDE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDE9

Black with #AABDE9

Text Example


Text Example

White with #AABDE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDE9; }

 p { color: rgb(170,189,233); }

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

background-color css

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

 a { background-color: rgb(170,189,233); }

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

border-color css

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

 span { border-color: rgb(170,189,233); }

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