Html Css Color HEX #90AAEB Portage

📋 copy color: '#90AAEB'

red 144 ◦ green 170 ◦ blue 235

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

Shades of Portage #90AAEB

Tints of Portage #90AAEB

RGB

 RED value IS 144 (56.64% from 255) = 26.23%

 GREEN value IS 170 (66.8% from 255) = 30.97%

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

R = 26.23%
G = 30.97%
B = 42.81%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#90AAEB (or 0x90AAEB) is known color: Portage. HEX triplet: 90, AA and EB. RGB value is (144,170,235). Sum of RGB (Red+Green+Blue) = 144+170+235=549 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.23% from 549); Green value is 170 (66.80% from 255 or 30.97% from 549); Blue value is 235 (92.19% from 255 or 42.81% from 549); Max value from RGB is 235 - color contains mainly: blue. Hex color #90AAEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAEB is #6F5514. Grayscale: #A9A9A9. Windows color (decimal): -7296277 or 15444624. OLE color: 15444624.

HSL color Cylindrical-coordinate representation of color #90AAEB: hue angle of 222.86º degrees, saturation: 0.69, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #90AAEB is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 144 170 235 -
CMYK 0.39 0.28 0 0.08
HSL 222.86º 0.69% 0.74% -
HSV(B) 222.86º 0.39% 0.92% -
XYZ 40.87 40.68 84.29 -
YUV 169.64 164.89 109.71 -
System Red Green Blue C M Y K H S L
Decimal 144 170 235 0.39 0.28 0 0.08 222.86 0.69 0.74
Hex 90 AA EB 27 1C 0 8 DF 45 4A
Octal 220 252 353 47 34 0 10 337 105 112
Binary 10010000 10101010 11101011 100111 11100 0 1000 11011111 1000101 1001010

Color Harmonies of #90AAEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AAEB

Black with #90AAEB

Text Example


Text Example

White with #90AAEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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