#9FB1EB

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

Shades of Perano #9FB1EB

Tints of Perano #9FB1EB

Color information

#9FB1EB (or 0x9FB1EB) is unknown color: approx Perano. HEX triplet: 9F, B1 and EB. RGB value is (159,177,235). Sum of RGB (Red+Green+Blue) = 159+177+235=571 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.85% from 571); Green value is 177 (69.53% from 255 or 31.00% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FB1EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB1EB is #604E14. Grayscale: #B1B1B1. Windows color (decimal): -6311445 or 15446431. OLE color: 15446431.

HSL color Cylindrical-coordinate representation of color #9FB1EB: hue angle of 225.79º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #9FB1EB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159177235-
CMYK0.320.2500.08
HSL225.79º65.52%77.25%-
HSV(B)225.79º32.34%92.16%-
XYZ45.0244.8184.87-
YUV178.23160.04114.28-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.85%
GREEN value IS 177 (69.53% from 255) = 31.00%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=27.85%
G=31.00%
B=41.16%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591772350.320.2500.08225.7965.5277.25
Hex9FB1EB201908e2424d
Octal2372613534031010342102115
Binary10011111101100011110101110000011001010001110001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB1EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,177,235); }

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

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

 a { background-color: rgb(159,177,235); }

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

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

 span { border-color: rgb(159,177,235); }

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