Html Css Color HEX #AABCE9 Perano

📋 copy color: '#AABCE9'

red 170 ◦ green 188 ◦ blue 233

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

Shades of Perano #AABCE9

Tints of Perano #AABCE9

RGB

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

 GREEN value IS 188 (73.83% from 255) = 31.81%

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

R = 28.76%
G = 31.81%
B = 39.42%

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

#AABCE9 (or 0xAABCE9) is known color: Perano. HEX triplet: AA, BC and E9. RGB value is (170,188,233). Sum of RGB (Red+Green+Blue) = 170+188+233=591 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.76% from 591); Green value is 188 (73.83% from 255 or 31.81% from 591); Blue value is 233 (91.41% from 255 or 39.42% from 591); Max value from RGB is 233 - color contains mainly: blue. Hex color #AABCE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCE9 is #554316. Grayscale: #BBBBBB. Windows color (decimal): -5587735 or 15318186. OLE color: 15318186.

HSL color Cylindrical-coordinate representation of color #AABCE9: hue angle of 222.86º 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 #AABCE9 is Cyan = 0.27, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB 170 188 233 -
CMYK 0.27 0.19 0 0.09
HSL 222.86º 0.59% 0.79% -
HSV(B) 222.86º 0.27% 0.91% -
XYZ 49.27 50.4 84.22 -
YUV 187.75 153.54 115.34 -
System Red Green Blue C M Y K H S L
Decimal 170 188 233 0.27 0.19 0 0.09 222.86 0.59 0.79
Hex AA BC E9 1B 13 0 9 DF 3B 4F
Octal 252 274 351 33 23 0 11 337 73 117
Binary 10101010 10111100 11101001 11011 10011 0 1001 11011111 111011 1001111

Color Harmonies of #AABCE9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCE9

Black with #AABCE9

Text Example


Text Example

White with #AABCE9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCE9; }

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

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

background-color css

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

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

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

border-color css

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

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

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