#9FB4FC

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

Shades of Perano #9FB4FC

Tints of Perano #9FB4FC

Color information

#9FB4FC (or 0x9FB4FC) is unknown color: approx Perano. HEX triplet: 9F, B4 and FC. RGB value is (159,180,252). Sum of RGB (Red+Green+Blue) = 159+180+252=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 180 (70.70% from 255 or 30.46% from 591); Blue value is 252 (98.83% from 255 or 42.64% from 591); Max value from RGB is 252 - color contains mainly: blue. Hex color #9FB4FC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB4FC is #604B03. Grayscale: #B5B5B5. Windows color (decimal): -6310660 or 16561311. OLE color: 16561311.

HSL color Cylindrical-coordinate representation of color #9FB4FC: hue angle of 226.45º degrees, saturation: 0.94, lightness: 0.81%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9FB4FC is Cyan = 0.37, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB159180252-
CMYK0.370.2900.01
HSL226.45º93.94%80.59%-
HSV(B)226.45º36.9%98.82%-
XYZ48.1947.0498.64-
YUV181.93167.54111.65-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 180 (70.70% from 255) = 30.46%
BLUE value IS 252 (98.83% from 255) = 42.64%
R=26.90%
G=30.46%
B=42.64%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1591802520.370.2900.01226.4593.9480.59
Hex9FB4FC251D01e25e51
Octal237264374453501342136121
Binary10011111101101001111110010010111101011110001010111101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB4FC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,180,252); }

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

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

 a { background-color: rgb(159,180,252); }

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

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

 span { border-color: rgb(159,180,252); }

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