#9FB0EB

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

Shades of Perano #9FB0EB

Tints of Perano #9FB0EB

Color information

#9FB0EB (or 0x9FB0EB) is unknown color: approx Perano. HEX triplet: 9F, B0 and EB. RGB value is (159,176,235). Sum of RGB (Red+Green+Blue) = 159+176+235=570 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.89% from 570); Green value is 176 (69.14% from 255 or 30.88% from 570); Blue value is 235 (92.19% from 255 or 41.23% from 570); Max value from RGB is 235 - color contains mainly: blue. Hex color #9FB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0EB is #604F14. Grayscale: #B1B1B1. Windows color (decimal): -6311701 or 15446175. OLE color: 15446175.

HSL color Cylindrical-coordinate representation of color #9FB0EB: hue angle of 226.58º 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 #9FB0EB is Cyan = 0.32, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB159176235-
CMYK0.320.2500.08
HSL226.58º65.52%77.25%-
HSV(B)226.58º32.34%92.16%-
XYZ44.8244.4284.81-
YUV177.64160.37114.7-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.89%
GREEN value IS 176 (69.14% from 255) = 30.88%
BLUE value IS 235 (92.19% from 255) = 41.23%
R=27.89%
G=30.88%
B=41.23%

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
Decimal1591762350.320.2500.08226.5865.5277.25
Hex9FB0EB201908e3424d
Octal2372603534031010343102115
Binary10011111101100001110101110000011001010001110001110000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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