#9FB0F3

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

Shades of Perano #9FB0F3

Tints of Perano #9FB0F3

Color information

#9FB0F3 (or 0x9FB0F3) is unknown color: approx Perano. HEX triplet: 9F, B0 and F3. RGB value is (159,176,243). Sum of RGB (Red+Green+Blue) = 159+176+243=578 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.51% from 578); Green value is 176 (69.14% from 255 or 30.45% from 578); Blue value is 243 (95.31% from 255 or 42.04% from 578); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FB0F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0F3 is #604F0C. Grayscale: #B2B2B2. Windows color (decimal): -6311693 or 15970463. OLE color: 15970463.

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

Color convert

RGB159176243-
CMYK0.350.2800.05
HSL227.86º77.78%78.82%-
HSV(B)227.86º34.57%95.29%-
XYZ4644.8991.03-
YUV178.56164.37114.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.51%
GREEN value IS 176 (69.14% from 255) = 30.45%
BLUE value IS 243 (95.31% from 255) = 42.04%
R=27.51%
G=30.45%
B=42.04%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591762430.350.2800.05227.8677.7878.82
Hex9FB0F3231C05e44e4f
Octal237260363433405344116117
Binary1001111110110000111100111000111110001011110010010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,176,243); }

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

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

 a { background-color: rgb(159,176,243); }

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

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

 span { border-color: rgb(159,176,243); }

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