#9FBCFF

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

Shades of Perano #9FBCFF

Tints of Perano #9FBCFF

Color information

#9FBCFF (or 0x9FBCFF) is unknown color: approx Perano. HEX triplet: 9F, BC and FF. RGB value is (159,188,255). Sum of RGB (Red+Green+Blue) = 159+188+255=602 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.41% from 602); Green value is 188 (73.83% from 255 or 31.23% from 602); Blue value is 255 (100% from 255 or 42.36% from 602); Max value from RGB is 255 - color contains mainly: blue. Hex color #9FBCFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBCFF is #604300. Grayscale: #BABABA. Windows color (decimal): -6308609 or 16759967. OLE color: 16759967.

HSL color Cylindrical-coordinate representation of color #9FBCFF: hue angle of 221.88º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9FBCFF is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB159188255-
CMYK0.380.2600
HSL221.88º100%81.18%-
HSV(B)221.88º37.65%100%-
XYZ50.3350.56101.71-
YUV186.97166.39108.05-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.41%
GREEN value IS 188 (73.83% from 255) = 31.23%
BLUE value IS 255 (100% from 255) = 42.36%
R=26.41%
G=31.23%
B=42.36%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1591882550.380.2600221.8810081.18
Hex9FBCFF261A00de6451
Octal237274377463200336144121
Binary10011111101111001111111110011011010001101111011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FBCFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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