#90B4FB

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

Shades of Perano #90B4FB

Tints of Perano #90B4FB

Color information

#90B4FB (or 0x90B4FB) is unknown color: approx Perano. HEX triplet: 90, B4 and FB. RGB value is (144,180,251). Sum of RGB (Red+Green+Blue) = 144+180+251=575 (76% of max value = 765). Red value is 144 (56.64% from 255 or 25.04% from 575); Green value is 180 (70.70% from 255 or 31.30% from 575); Blue value is 251 (98.44% from 255 or 43.65% from 575); Max value from RGB is 251 - color contains mainly: blue. Hex color #90B4FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B4FB is #6F4B04. Grayscale: #B1B1B1. Windows color (decimal): -7293701 or 16495760. OLE color: 16495760.

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

Color convert

RGB144180251-
CMYK0.430.2800.02
HSL219.81º93.04%77.45%-
HSV(B)219.81º42.63%98.43%-
XYZ45.2445.5497.67-
YUV177.33169.57104.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.04%
GREEN value IS 180 (70.70% from 255) = 31.30%
BLUE value IS 251 (98.44% from 255) = 43.65%
R=25.04%
G=31.30%
B=43.65%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1441802510.430.2800.02219.8193.0477.45
Hex90B4FB2B1C02dc5d4d
Octal220264373533402334135115
Binary100100001011010011111011101011111000101101110010111011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B4FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,180,251); }

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

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

 a { background-color: rgb(144,180,251); }

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

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

 span { border-color: rgb(144,180,251); }

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