#9FB9FE

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

Shades of Perano #9FB9FE

Tints of Perano #9FB9FE

Color information

#9FB9FE (or 0x9FB9FE) is unknown color: approx Perano. HEX triplet: 9F, B9 and FE. RGB value is (159,185,254). Sum of RGB (Red+Green+Blue) = 159+185+254=598 (79% of max value = 765). Red value is 159 (62.5% from 255 or 26.59% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #9FB9FE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB9FE is #604601. Grayscale: #B8B8B8. Windows color (decimal): -6309378 or 16693663. OLE color: 16693663.

HSL color Cylindrical-coordinate representation of color #9FB9FE: hue angle of 223.58º 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 #9FB9FE is Cyan = 0.37, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB159185254-
CMYK0.370.2700.00
HSL223.58º97.94%80.98%-
HSV(B)223.58º37.4%99.61%-
XYZ49.5449.22100.66-
YUV185.09166.89109.39-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 26.59%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=26.59%
G=30.94%
B=42.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1591852540.370.2700.00223.5897.9480.98
Hex9FB9FE251B00e06251
Octal237271376453300340142121
Binary10011111101110011111111010010111011001110000011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB9FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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