Html Css Color HEX #90AAED Portage

📋 copy color: '#90AAED'

red 144 ◦ green 170 ◦ blue 237

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

Shades of Portage #90AAED

Tints of Portage #90AAED

RGB

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

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

 BLUE value IS 237 (92.97% from 255) = 43.01%

R = 26.13%
G = 30.85%
B = 43.01%

CMYK

 C value IS 0.39

 M value IS 0.28

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#90AAED (or 0x90AAED) is known color: Portage. HEX triplet: 90, AA and ED. RGB value is (144,170,237). Sum of RGB (Red+Green+Blue) = 144+170+237=551 (72% of max value = 765). Red value is 144 (56.64% from 255 or 26.13% from 551); Green value is 170 (66.80% from 255 or 30.85% from 551); Blue value is 237 (92.97% from 255 or 43.01% from 551); Max value from RGB is 237 - color contains mainly: blue. Hex color #90AAED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90AAED is #6F5512. Grayscale: #A9A9A9. Windows color (decimal): -7296275 or 15575696. OLE color: 15575696.

HSL color Cylindrical-coordinate representation of color #90AAED: hue angle of 223.23º degrees, saturation: 0.72, 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 #90AAED is Cyan = 0.39, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 144 170 237 -
CMYK 0.39 0.28 0 0.07
HSL 223.23º 0.72% 0.75% -
HSV(B) 223.23º 0.39% 0.93% -
XYZ 41.16 40.79 85.83 -
YUV 169.86 165.89 109.55 -
System Red Green Blue C M Y K H S L
Decimal 144 170 237 0.39 0.28 0 0.07 223.23 0.72 0.75
Hex 90 AA ED 27 1C 0 7 DF 48 4B
Octal 220 252 355 47 34 0 7 337 110 113
Binary 10010000 10101010 11101101 100111 11100 0 111 11011111 1001000 1001011

Color Harmonies of #90AAED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90AAED

Black with #90AAED

Text Example


Text Example

White with #90AAED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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