Html Css Color HEX #AABDEA Perano

📋 copy color: '#AABDEA'

red 170 ◦ green 189 ◦ blue 234

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

Shades of Perano #AABDEA

Tints of Perano #AABDEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 39.46%

R = 28.67%
G = 31.87%
B = 39.46%

CMYK

 C value IS 0.27

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABDEA (or 0xAABDEA) is known color: Perano. HEX triplet: AA, BD and EA. RGB value is (170,189,234). Sum of RGB (Red+Green+Blue) = 170+189+234=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 189 (74.22% from 255 or 31.87% from 593); Blue value is 234 (91.80% from 255 or 39.46% from 593); Max value from RGB is 234 - color contains mainly: blue. Hex color #AABDEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABDEA is #554215. Grayscale: #BCBCBC. Windows color (decimal): -5587478 or 15383978. OLE color: 15383978.

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

Color convert

RGB 170 189 234 -
CMYK 0.27 0.19 0 0.08
HSL 222.19º 0.6% 0.79% -
HSV(B) 222.19º 0.27% 0.92% -
XYZ 49.63 50.88 85.05 -
YUV 188.45 153.71 114.84 -
System Red Green Blue C M Y K H S L
Decimal 170 189 234 0.27 0.19 0 0.08 222.19 0.6 0.79
Hex AA BD EA 1B 13 0 8 DE 3C 4F
Octal 252 275 352 33 23 0 10 336 74 117
Binary 10101010 10111101 11101010 11011 10011 0 1000 11011110 111100 1001111

Color Harmonies of #AABDEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABDEA

Black with #AABDEA

Text Example


Text Example

White with #AABDEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABDEA; }

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

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

background-color css

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

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

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

border-color css

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

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

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