Html Css Color HEX #AABCE8 Perano

📋 copy color: '#AABCE8'

red 170 ◦ green 188 ◦ blue 232

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

Shades of Perano #AABCE8

Tints of Perano #AABCE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 39.32%

R = 28.81%
G = 31.86%
B = 39.32%

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

#AABCE8 (or 0xAABCE8) is known color: Perano. HEX triplet: AA, BC and E8. RGB value is (170,188,232). Sum of RGB (Red+Green+Blue) = 170+188+232=590 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.81% from 590); Green value is 188 (73.83% from 255 or 31.86% from 590); Blue value is 232 (91.02% from 255 or 39.32% from 590); Max value from RGB is 232 - color contains mainly: blue. Hex color #AABCE8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCE8 is #554317. Grayscale: #BBBBBB. Windows color (decimal): -5587736 or 15252650. OLE color: 15252650.

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

Color convert

RGB 170 188 232 -
CMYK 0.27 0.19 0 0.09
HSL 222.58º 0.57% 0.79% -
HSV(B) 222.58º 0.27% 0.91% -
XYZ 49.13 50.34 83.47 -
YUV 187.63 153.04 115.42 -
System Red Green Blue C M Y K H S L
Decimal 170 188 232 0.27 0.19 0 0.09 222.58 0.57 0.79
Hex AA BC E8 1B 13 0 9 DF 39 4F
Octal 252 274 350 33 23 0 11 337 71 117
Binary 10101010 10111100 11101000 11011 10011 0 1001 11011111 111001 1001111

Color Harmonies of #AABCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCE8

Black with #AABCE8

Text Example


Text Example

White with #AABCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCE8; }

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

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

background-color css

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

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

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

border-color css

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

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

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