#92AAE3

Color #92AAE3 Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #92AAE3

Tints of Portage #92AAE3

Color information

#92AAE3 (or 0x92AAE3) is unknown color: approx Portage. HEX triplet: 92, AA and E3. RGB value is (146,170,227). Sum of RGB (Red+Green+Blue) = 146+170+227=543 (71% of max value = 765). Red value is 146 (57.42% from 255 or 26.89% from 543); Green value is 170 (66.80% from 255 or 31.31% from 543); Blue value is 227 (89.06% from 255 or 41.80% from 543); Max value from RGB is 227 - color contains mainly: blue. Hex color #92AAE3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #92AAE3 is #6D551C. Grayscale: #A9A9A9. Windows color (decimal): -7165213 or 14920338. OLE color: 14920338.

HSL color Cylindrical-coordinate representation of color #92AAE3: hue angle of 222.22º degrees, saturation: 0.59, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #92AAE3 is Cyan = 0.36, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB146170227-
CMYK0.360.2500.11
HSL222.22º59.12%73.14%-
HSV(B)222.22º35.68%89.02%-
XYZ40.0940.4178.36-
YUV169.32160.55111.37-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 26.89%
GREEN value IS 170 (66.80% from 255) = 31.31%
BLUE value IS 227 (89.06% from 255) = 41.80%
R=26.89%
G=31.31%
B=41.80%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1461702270.360.2500.11222.2259.1273.14
Hex92AAE324190Bde3b49
Octal222252343443101333673111
Binary1001001010101010111000111001001100101011110111101110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92AAE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92AAE3; }

 p { color: rgb(146,170,227); }

 H1.HeaderClassName
 {
   color: #92AAE3;
 }
 .AnyTagClassName
 {
   color: #92AAE3;
 }
</style>
background-color css

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

 a { background-color: rgb(146,170,227); }

 div.DivClassName
 {
   background-color: #92AAE3;
 }
 .BgClassName
 {
   background-color: #92AAE3;
 }
</style>
border-color css

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

 span { border-color: rgb(146,170,227); }

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