#90AAEE

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

Shades of Portage #90AAEE

Tints of Portage #90AAEE

Color information

#90AAEE (or 0x90AAEE) is unknown color: approx Portage. HEX triplet: 90, AA and EE. RGB value is (144,170,238). Sum of RGB (Red+Green+Blue) = 144+170+238=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 170 (66.80% from 255 or 30.80% from 552); Blue value is 238 (93.36% from 255 or 43.12% from 552); Max value from RGB is 238 - color contains mainly: blue. Hex color #90AAEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAEE is #6F5511. Grayscale: #A9A9A9. Windows color (decimal): -7296274 or 15641232. OLE color: 15641232.

HSL color Cylindrical-coordinate representation of color #90AAEE: hue angle of 223.4º degrees, saturation: 0.73, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AAEE is Cyan = 0.39, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB144170238-
CMYK0.390.2900.07
HSL223.4º73.44%74.9%-
HSV(B)223.4º39.5%93.33%-
XYZ41.3140.8586.6-
YUV169.98166.39109.47-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 26.09%
GREEN value IS 170 (66.80% from 255) = 30.80%
BLUE value IS 238 (93.36% from 255) = 43.12%
R=26.09%
G=30.80%
B=43.12%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1441702380.390.2900.07223.473.4474.9
Hex90AAEE271D07df494b
Octal220252356473507337111113
Binary1001000010101010111011101001111110101111101111110010011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90AAEE; }

 p { color: rgb(144,170,238); }

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

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

 a { background-color: rgb(144,170,238); }

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

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

 span { border-color: rgb(144,170,238); }

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