#90B3F8

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

Shades of Perano #90B3F8

Tints of Perano #90B3F8

Color information

#90B3F8 (or 0x90B3F8) is unknown color: approx Perano. HEX triplet: 90, B3 and F8. RGB value is (144,179,248). Sum of RGB (Red+Green+Blue) = 144+179+248=571 (75% of max value = 765). Red value is 144 (56.64% from 255 or 25.22% from 571); Green value is 179 (70.31% from 255 or 31.35% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #90B3F8 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #90B3F8 is #6F4C07. Grayscale: #B0B0B0. Windows color (decimal): -7293960 or 16298896. OLE color: 16298896.

HSL color Cylindrical-coordinate representation of color #90B3F8: hue angle of 219.81º 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 #90B3F8 is Cyan = 0.42, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB144179248-
CMYK0.420.2800.03
HSL219.81º88.14%76.86%-
HSV(B)219.81º41.94%97.25%-
XYZ44.5644.9595.13-
YUV176.4168.4104.89-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 25.22%
GREEN value IS 179 (70.31% from 255) = 31.35%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=25.22%
G=31.35%
B=43.43%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1441792480.420.2800.03219.8188.1476.86
Hex90B3F82A1C03dc584d
Octal220263370523403334130115
Binary100100001011001111111000101010111000111101110010110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90B3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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