#9FB0FA

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

Shades of Perano #9FB0FA

Tints of Perano #9FB0FA

Color information

#9FB0FA (or 0x9FB0FA) is unknown color: approx Perano. HEX triplet: 9F, B0 and FA. RGB value is (159,176,250). Sum of RGB (Red+Green+Blue) = 159+176+250=585 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.18% from 585); Green value is 176 (69.14% from 255 or 30.09% from 585); Blue value is 250 (98.05% from 255 or 42.74% from 585); Max value from RGB is 250 - color contains mainly: blue. Hex color #9FB0FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB0FA is #604F05. Grayscale: #B3B3B3. Windows color (decimal): -6311686 or 16429215. OLE color: 16429215.

HSL color Cylindrical-coordinate representation of color #9FB0FA: hue angle of 228.79º degrees, saturation: 0.9, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9FB0FA is Cyan = 0.36, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB159176250-
CMYK0.360.3000.02
HSL228.79º90.1%80.2%-
HSV(B)228.79º36.4%98.04%-
XYZ47.0845.3296.71-
YUV179.35167.87113.48-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.18%
GREEN value IS 176 (69.14% from 255) = 30.09%
BLUE value IS 250 (98.05% from 255) = 42.74%
R=27.18%
G=30.09%
B=42.74%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1591762500.360.3000.02228.7990.180.2
Hex9FB0FA241E02e55a50
Octal237260372443602345132120
Binary100111111011000011111010100100111100101110010110110101010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB0FA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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