Html Css Color HEX #AABBEF Perano

📋 copy color: '#AABBEF'

red 170 ◦ green 187 ◦ blue 239

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

Shades of Perano #AABBEF

Tints of Perano #AABBEF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 31.38%

 BLUE value IS 239 (93.75% from 255) = 40.1%

R = 28.52%
G = 31.38%
B = 40.1%

CMYK

 C value IS 0.29

 M value IS 0.22

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#AABBEF (or 0xAABBEF) is known color: Perano. HEX triplet: AA, BB and EF. RGB value is (170,187,239). Sum of RGB (Red+Green+Blue) = 170+187+239=596 (78% of max value = 765). Red value is 170 (66.80% from 255 or 28.52% from 596); Green value is 187 (73.44% from 255 or 31.38% from 596); Blue value is 239 (93.75% from 255 or 40.10% from 596); Max value from RGB is 239 - color contains mainly: blue. Hex color #AABBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #AABBEF is #554410. Grayscale: #BBBBBB. Windows color (decimal): -5587985 or 15711146. OLE color: 15711146.

HSL color Cylindrical-coordinate representation of color #AABBEF: hue angle of 225.22º degrees, saturation: 0.68, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #AABBEF is Cyan = 0.29, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 170 187 239 -
CMYK 0.29 0.22 0 0.06
HSL 225.22º 0.68% 0.8% -
HSV(B) 225.22º 0.29% 0.94% -
XYZ 49.93 50.32 88.74 -
YUV 187.85 156.87 115.27 -
System Red Green Blue C M Y K H S L
Decimal 170 187 239 0.29 0.22 0 0.06 225.22 0.68 0.8
Hex AA BB EF 1D 16 0 6 E1 44 50
Octal 252 273 357 35 26 0 6 341 104 120
Binary 10101010 10111011 11101111 11101 10110 0 110 11100001 1000100 1010000

Color Harmonies of #AABBEF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AABBEF

Black with #AABBEF

Text Example


Text Example

White with #AABBEF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AABBEF; }

 p { color: rgb(170,187,239); }

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

background-color css

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

 a { background-color: rgb(170,187,239); }

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

border-color css

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

 span { border-color: rgb(170,187,239); }

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