#9FBAF5

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

Shades of Perano #9FBAF5

Tints of Perano #9FBAF5

Color information

#9FBAF5 (or 0x9FBAF5) is unknown color: approx Perano. HEX triplet: 9F, BA and F5. RGB value is (159,186,245). Sum of RGB (Red+Green+Blue) = 159+186+245=590 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.95% from 590); Green value is 186 (73.05% from 255 or 31.53% from 590); Blue value is 245 (96.09% from 255 or 41.53% from 590); Max value from RGB is 245 - color contains mainly: blue. Hex color #9FBAF5 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAF5 is #60450A. Grayscale: #B8B8B8. Windows color (decimal): -6309131 or 16104095. OLE color: 16104095.

HSL color Cylindrical-coordinate representation of color #9FBAF5: hue angle of 221.16º degrees, saturation: 0.81, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FBAF5 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159186245-
CMYK0.350.2400.04
HSL221.16º81.13%79.22%-
HSV(B)221.16º35.1%96.08%-
XYZ48.3449.0893.31-
YUV184.65162.05109.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.95%
GREEN value IS 186 (73.05% from 255) = 31.53%
BLUE value IS 245 (96.09% from 255) = 41.53%
R=26.95%
G=31.53%
B=41.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591862450.350.2400.04221.1681.1379.22
Hex9FBAF5231804dd514f
Octal237272365433004335121117
Binary1001111110111010111101011000111100001001101110110100011001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBAF5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9FBAF5; }

 p { color: rgb(159,186,245); }

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

<style>
 a { background-color: #9FBAF5; }

 a { background-color: rgb(159,186,245); }

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

<style>
 span { border-color: #9FBAF5; }

 span { border-color: rgb(159,186,245); }

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