#9FBCEA

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

Shades of Perano #9FBCEA

Tints of Perano #9FBCEA

Color information

#9FBCEA (or 0x9FBCEA) is unknown color: approx Perano. HEX triplet: 9F, BC and EA. RGB value is (159,188,234). Sum of RGB (Red+Green+Blue) = 159+188+234=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 188 (73.83% from 255 or 32.36% from 581); Blue value is 234 (91.80% from 255 or 40.28% from 581); Max value from RGB is 234 - color contains mainly: blue. Hex color #9FBCEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCEA is #604315. Grayscale: #B8B8B8. Windows color (decimal): -6308630 or 15383711. OLE color: 15383711.

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

Color convert

RGB159188234-
CMYK0.320.2000.08
HSL216.8º64.1%77.06%-
HSV(B)216.8º32.05%91.76%-
XYZ47.1349.2884.87-
YUV184.57155.89109.76-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 188 (73.83% from 255) = 32.36%
BLUE value IS 234 (91.80% from 255) = 40.28%
R=27.37%
G=32.36%
B=40.28%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1591882340.320.2000.08216.864.177.06
Hex9FBCEA201408d9404d
Octal2372743524024010331100115
Binary10011111101111001110101010000010100010001101100110000001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,188,234); }

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

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

 a { background-color: rgb(159,188,234); }

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

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

 span { border-color: rgb(159,188,234); }

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