#9FB7E6

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

Shades of Perano #9FB7E6

Tints of Perano #9FB7E6

Color information

#9FB7E6 (or 0x9FB7E6) is unknown color: approx Perano. HEX triplet: 9F, B7 and E6. RGB value is (159,183,230). Sum of RGB (Red+Green+Blue) = 159+183+230=572 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.80% from 572); Green value is 183 (71.88% from 255 or 31.99% from 572); Blue value is 230 (90.23% from 255 or 40.21% from 572); Max value from RGB is 230 - color contains mainly: blue. Hex color #9FB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB7E6 is #604819. Grayscale: #B4B4B4. Windows color (decimal): -6309914 or 15120287. OLE color: 15120287.

HSL color Cylindrical-coordinate representation of color #9FB7E6: hue angle of 219.72º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9FB7E6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB159183230-
CMYK0.310.2000.10
HSL219.72º58.68%76.27%-
HSV(B)219.72º30.87%90.2%-
XYZ45.5146.9581.53-
YUV181.18155.55112.18-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.80%
GREEN value IS 183 (71.88% from 255) = 31.99%
BLUE value IS 230 (90.23% from 255) = 40.21%
R=27.80%
G=31.99%
B=40.21%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1591832300.310.2000.10219.7258.6876.27
Hex9FB7E61F140Adc3b4c
Octal237267346372401233473114
Binary100111111011011111100110111111010001010110111001110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,183,230); }

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

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

 a { background-color: rgb(159,183,230); }

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

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

 span { border-color: rgb(159,183,230); }

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