#90B5F8

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

Shades of Perano #90B5F8

Tints of Perano #90B5F8

Color information

#90B5F8 (or 0x90B5F8) is unknown color: approx Perano. HEX triplet: 90, B5 and F8. RGB value is (144,181,248). Sum of RGB (Red+Green+Blue) = 144+181+248=573 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.13% from 573); Green value is 181 (71.09% from 255 or 31.59% from 573); Blue value is 248 (97.27% from 255 or 43.28% from 573); Max value from RGB is 248 - color contains mainly: blue. Hex color #90B5F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B5F8 is #6F4A07. Grayscale: #B1B1B1. Windows color (decimal): -7293448 or 16299408. OLE color: 16299408.

HSL color Cylindrical-coordinate representation of color #90B5F8: hue angle of 218.65º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #90B5F8 is Cyan = 0.42, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB144181248-
CMYK0.420.2700.03
HSL218.65º88.14%76.86%-
HSV(B)218.65º41.94%97.25%-
XYZ44.9745.7595.27-
YUV177.58167.74104.05-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.13%
GREEN value IS 181 (71.09% from 255) = 31.59%
BLUE value IS 248 (97.27% from 255) = 43.28%
R=25.13%
G=31.59%
B=43.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1441812480.420.2700.03218.6588.1476.86
Hex90B5F82A1B03db584d
Octal220265370523303333130115
Binary100100001011010111111000101010110110111101101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B5F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,181,248); }

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

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

 a { background-color: rgb(144,181,248); }

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

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

 span { border-color: rgb(144,181,248); }

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