Html Css Color HEX #AABEEB Perano

📋 copy color: '#AABEEB'

red 170 ◦ green 190 ◦ blue 235

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

Shades of Perano #AABEEB

Tints of Perano #AABEEB

RGB

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

 GREEN value IS 190 (74.61% from 255) = 31.93%

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

R = 28.57%
G = 31.93%
B = 39.5%

CMYK

 C value IS 0.28

 M value IS 0.19

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#AABEEB (or 0xAABEEB) is known color: Perano. HEX triplet: AA, BE and EB. RGB value is (170,190,235). Sum of RGB (Red+Green+Blue) = 170+190+235=595 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.57% from 595); Green value is 190 (74.61% from 255 or 31.93% from 595); Blue value is 235 (92.19% from 255 or 39.50% from 595); Max value from RGB is 235 - color contains mainly: blue. Hex color #AABEEB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABEEB is #554114. Grayscale: #BCBCBC. Windows color (decimal): -5587221 or 15449770. OLE color: 15449770.

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

Color convert

RGB 170 190 235 -
CMYK 0.28 0.19 0 0.08
HSL 221.54º 0.62% 0.79% -
HSV(B) 221.54º 0.28% 0.92% -
XYZ 49.99 51.37 85.88 -
YUV 189.15 153.87 114.34 -
System Red Green Blue C M Y K H S L
Decimal 170 190 235 0.28 0.19 0 0.08 221.54 0.62 0.79
Hex AA BE EB 1C 13 0 8 DE 3E 4F
Octal 252 276 353 34 23 0 10 336 76 117
Binary 10101010 10111110 11101011 11100 10011 0 1000 11011110 111110 1001111

Color Harmonies of #AABEEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABEEB

Black with #AABEEB

Text Example


Text Example

White with #AABEEB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABEEB; }

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

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

background-color css

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

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

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

border-color css

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

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

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