#9FB2FE

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

Shades of Perano #9FB2FE

Tints of Perano #9FB2FE

Color information

#9FB2FE (or 0x9FB2FE) is unknown color: approx Perano. HEX triplet: 9F, B2 and FE. RGB value is (159,178,254). Sum of RGB (Red+Green+Blue) = 159+178+254=591 (78% of max value = 765). Red value is 159 (62.5% from 255 or 26.90% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 254 (99.61% from 255 or 42.98% from 591); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FB2FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB2FE is #604D01. Grayscale: #B4B4B4. Windows color (decimal): -6311170 or 16691871. OLE color: 16691871.

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

Color convert

RGB159178254-
CMYK0.370.3000.00
HSL228º97.94%80.98%-
HSV(B)228º37.4%99.61%-
XYZ48.1146.37100.18-
YUV180.98169.21112.32-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.90%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 254 (99.61% from 255) = 42.98%
R=26.90%
G=30.12%
B=42.98%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591782540.370.3000.0022897.9480.98
Hex9FB2FE251E00e46251
Octal237262376453600344142121
Binary10011111101100101111111010010111110001110010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,178,254); }

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

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

 a { background-color: rgb(159,178,254); }

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

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

 span { border-color: rgb(159,178,254); }

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