#9FBBF1

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

Shades of Perano #9FBBF1

Tints of Perano #9FBBF1

Color information

#9FBBF1 (or 0x9FBBF1) is unknown color: approx Perano. HEX triplet: 9F, BB and F1. RGB value is (159,187,241). Sum of RGB (Red+Green+Blue) = 159+187+241=587 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.09% from 587); Green value is 187 (73.44% from 255 or 31.86% from 587); Blue value is 241 (94.53% from 255 or 41.06% from 587); Max value from RGB is 241 - color contains mainly: blue. Hex color #9FBBF1 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBBF1 is #60440E. Grayscale: #B8B8B8. Windows color (decimal): -6308879 or 15842207. OLE color: 15842207.

HSL color Cylindrical-coordinate representation of color #9FBBF1: hue angle of 219.51º degrees, saturation: 0.75, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9FBBF1 is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159187241-
CMYK0.340.2200.05
HSL219.51º74.55%78.43%-
HSV(B)219.51º34.02%94.51%-
XYZ47.9549.2690.2-
YUV184.78159.72109.61-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.09%
GREEN value IS 187 (73.44% from 255) = 31.86%
BLUE value IS 241 (94.53% from 255) = 41.06%
R=27.09%
G=31.86%
B=41.06%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591872410.340.2200.05219.5174.5578.43
Hex9FBBF1221605dc4b4e
Octal237273361422605334113116
Binary1001111110111011111100011000101011001011101110010010111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBBF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,187,241); }

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

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

 a { background-color: rgb(159,187,241); }

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

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

 span { border-color: rgb(159,187,241); }

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