#9FB5F3

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

Shades of Perano #9FB5F3

Tints of Perano #9FB5F3

Color information

#9FB5F3 (or 0x9FB5F3) is unknown color: approx Perano. HEX triplet: 9F, B5 and F3. RGB value is (159,181,243). Sum of RGB (Red+Green+Blue) = 159+181+243=583 (77% of max value = 765). Red value is 159 (62.5% from 255 or 27.27% from 583); Green value is 181 (71.09% from 255 or 31.05% from 583); Blue value is 243 (95.31% from 255 or 41.68% from 583); Max value from RGB is 243 - color contains mainly: blue. Hex color #9FB5F3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FB5F3 is #604A0C. Grayscale: #B5B5B5. Windows color (decimal): -6310413 or 15971743. OLE color: 15971743.

HSL color Cylindrical-coordinate representation of color #9FB5F3: hue angle of 224.29º degrees, saturation: 0.78, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB5F3 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB159181243-
CMYK0.350.2600.05
HSL224.29º77.78%78.82%-
HSV(B)224.29º34.57%95.29%-
XYZ4746.8991.37-
YUV181.49162.71111.96-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.27%
GREEN value IS 181 (71.09% from 255) = 31.05%
BLUE value IS 243 (95.31% from 255) = 41.68%
R=27.27%
G=31.05%
B=41.68%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1591812430.350.2600.05224.2977.7878.82
Hex9FB5F3231A05e04e4f
Octal237265363433205340116117
Binary1001111110110101111100111000111101001011110000010011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB5F3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,181,243); }

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

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

 a { background-color: rgb(159,181,243); }

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

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

 span { border-color: rgb(159,181,243); }

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