#90AAF1

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

Shades of Portage #90AAF1

Tints of Portage #90AAF1

Color information

#90AAF1 (or 0x90AAF1) is unknown color: approx Portage. HEX triplet: 90, AA and F1. RGB value is (144,170,241). Sum of RGB (Red+Green+Blue) = 144+170+241=555 (73% of max value = 765). Red value is 144 (56.64% from 255 or 25.95% from 555); Green value is 170 (66.80% from 255 or 30.63% from 555); Blue value is 241 (94.53% from 255 or 43.42% from 555); Max value from RGB is 241 - color contains mainly: blue. Hex color #90AAF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAF1 is #6F550E. Grayscale: #AAAAAA. Windows color (decimal): -7296271 or 15837840. OLE color: 15837840.

HSL color Cylindrical-coordinate representation of color #90AAF1: hue angle of 223.92º degrees, saturation: 0.78, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90AAF1 is Cyan = 0.40, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB144170241-
CMYK0.400.2900.05
HSL223.92º77.6%75.49%-
HSV(B)223.92º40.25%94.51%-
XYZ41.7541.0388.94-
YUV170.32167.89109.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.95%
GREEN value IS 170 (66.80% from 255) = 30.63%
BLUE value IS 241 (94.53% from 255) = 43.42%
R=25.95%
G=30.63%
B=43.42%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1441702410.400.2900.05223.9277.675.49
Hex90AAF1281D05e04e4b
Octal220252361503505340116113
Binary1001000010101010111100011010001110101011110000010011101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90AAF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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