#9FBCF7

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

Shades of Perano #9FBCF7

Tints of Perano #9FBCF7

Color information

#9FBCF7 (or 0x9FBCF7) is unknown color: approx Perano. HEX triplet: 9F, BC and F7. RGB value is (159,188,247). Sum of RGB (Red+Green+Blue) = 159+188+247=594 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.77% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 247 (96.88% from 255 or 41.58% from 594); Max value from RGB is 247 - color contains mainly: blue. Hex color #9FBCF7 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCF7 is #604308. Grayscale: #B9B9B9. Windows color (decimal): -6308617 or 16235679. OLE color: 16235679.

HSL color Cylindrical-coordinate representation of color #9FBCF7: hue angle of 220.23º degrees, saturation: 0.85, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FBCF7 is Cyan = 0.36, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB159188247-
CMYK0.360.2400.03
HSL220.23º84.62%79.61%-
HSV(B)220.23º35.63%96.86%-
XYZ49.0750.0595.07-
YUV186.06162.39108.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.77%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 247 (96.88% from 255) = 41.58%
R=26.77%
G=31.65%
B=41.58%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1591882470.360.2400.03220.2384.6279.61
Hex9FBCF7241803dc5550
Octal237274367443003334125120
Binary100111111011110011110111100100110000111101110010101011010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,247); }

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

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

 a { background-color: rgb(159,188,247); }

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

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

 span { border-color: rgb(159,188,247); }

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