#90B3FA

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

Shades of Perano #90B3FA

Tints of Perano #90B3FA

Color information

#90B3FA (or 0x90B3FA) is unknown color: approx Perano. HEX triplet: 90, B3 and FA. RGB value is (144,179,250). Sum of RGB (Red+Green+Blue) = 144+179+250=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 179 (70.31% from 255 or 31.24% from 573); Blue value is 250 (98.05% from 255 or 43.63% from 573); Max value from RGB is 250 - color contains mainly: blue. Hex color #90B3FA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B3FA is #6F4C05. Grayscale: #B0B0B0. Windows color (decimal): -7293958 or 16429968. OLE color: 16429968.

HSL color Cylindrical-coordinate representation of color #90B3FA: hue angle of 220.19º degrees, saturation: 0.91, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90B3FA is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB144179250-
CMYK0.420.2800.02
HSL220.19º91.38%77.25%-
HSV(B)220.19º42.4%98.04%-
XYZ44.8845.0796.78-
YUV176.63169.4104.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 179 (70.31% from 255) = 31.24%
BLUE value IS 250 (98.05% from 255) = 43.63%
R=25.13%
G=31.24%
B=43.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441792500.420.2800.02220.1991.3877.25
Hex90B3FA2A1C02dc5b4d
Octal220263372523402334133115
Binary100100001011001111111010101010111000101101110010110111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,179,250); }

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

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

 a { background-color: rgb(144,179,250); }

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

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

 span { border-color: rgb(144,179,250); }

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