Html Css Color HEX #AABCEB Perano

📋 copy color: '#AABCEB'

red 170 ◦ green 188 ◦ blue 235

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

Shades of Perano #AABCEB

Tints of Perano #AABCEB

RGB

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

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

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

R = 28.67%
G = 31.7%
B = 39.63%

CMYK

 C value IS 0.28

 M value IS 0.2

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABCEB (or 0xAABCEB) is known color: Perano. HEX triplet: AA, BC and EB. RGB value is (170,188,235). Sum of RGB (Red+Green+Blue) = 170+188+235=593 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.67% from 593); Green value is 188 (73.83% from 255 or 31.70% from 593); Blue value is 235 (92.19% from 255 or 39.63% from 593); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABCEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABCEB is #554314. Grayscale: #BBBBBB. Windows color (decimal): -5587733 or 15449258. OLE color: 15449258.

HSL color Cylindrical-coordinate representation of color #AABCEB: hue angle of 223.38º 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 #AABCEB is Cyan = 0.28, Magento = 0.2, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 170 188 235 -
CMYK 0.28 0.2 0 0.08
HSL 223.38º 0.62% 0.79% -
HSV(B) 223.38º 0.28% 0.92% -
XYZ 49.56 50.51 85.73 -
YUV 187.98 154.54 115.18 -
System Red Green Blue C M Y K H S L
Decimal 170 188 235 0.28 0.2 0 0.08 223.38 0.62 0.79
Hex AA BC EB 1C 14 0 8 DF 3E 4F
Octal 252 274 353 34 24 0 10 337 76 117
Binary 10101010 10111100 11101011 11100 10100 0 1000 11011111 111110 1001111

Color Harmonies of #AABCEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABCEB

Black with #AABCEB

Text Example


Text Example

White with #AABCEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABCEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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