Html Css Color HEX #90A8F0 Portage

📋 copy color: '#90A8F0'

red 144 ◦ green 168 ◦ blue 240

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

Shades of Portage #90A8F0

Tints of Portage #90A8F0

RGB

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

 GREEN value IS 168 (66.02% from 255) = 30.43%

 BLUE value IS 240 (94.14% from 255) = 43.48%

R = 26.09%
G = 30.43%
B = 43.48%

CMYK

 C value IS 0.4

 M value IS 0.3

 Y value IS 0

 K value IS 0.06

RGB Variations

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

Color information

#90A8F0 (or 0x90A8F0) is known color: Portage. HEX triplet: 90, A8 and F0. RGB value is (144,168,240). Sum of RGB (Red+Green+Blue) = 144+168+240=552 (73% of max value = 765). Red value is 144 (56.64% from 255 or 26.09% from 552); Green value is 168 (66.02% from 255 or 30.43% from 552); Blue value is 240 (94.14% from 255 or 43.48% from 552); Max value from RGB is 240 - color contains mainly: blue. Hex color #90A8F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #90A8F0 is #6F570F. Grayscale: #A8A8A8. Windows color (decimal): -7296784 or 15771792. OLE color: 15771792.

HSL color Cylindrical-coordinate representation of color #90A8F0: hue angle of 225º degrees, saturation: 0.76, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #90A8F0 is Cyan = 0.4, Magento = 0.3, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB 144 168 240 -
CMYK 0.4 0.3 0 0.06
HSL 225º 0.76% 0.75% -
HSV(B) 225º 0.4% 0.94% -
XYZ 41.23 40.23 88.03 -
YUV 169.03 168.05 110.15 -
System Red Green Blue C M Y K H S L
Decimal 144 168 240 0.4 0.3 0 0.06 225 0.76 0.75
Hex 90 A8 F0 28 1E 0 6 E1 4C 4B
Octal 220 250 360 50 36 0 6 341 114 113
Binary 10010000 10101000 11110000 101000 11110 0 110 11100001 1001100 1001011

Color Harmonies of #90A8F0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #90A8F0

Black with #90A8F0

Text Example


Text Example

White with #90A8F0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(144,168,240); }

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

background-color css

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

 a { background-color: rgb(144,168,240); }

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

border-color css

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

 span { border-color: rgb(144,168,240); }

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