#9FB2F4

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

Shades of Perano #9FB2F4

Tints of Perano #9FB2F4

Color information

#9FB2F4 (or 0x9FB2F4) is unknown color: approx Perano. HEX triplet: 9F, B2 and F4. RGB value is (159,178,244). Sum of RGB (Red+Green+Blue) = 159+178+244=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 178 (69.92% from 255 or 30.64% from 581); Blue value is 244 (95.70% from 255 or 42.00% from 581); Max value from RGB is 244 - color contains mainly: blue. Hex color #9FB2F4 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FB2F4 is #604D0B. Grayscale: #B3B3B3. Windows color (decimal): -6311180 or 16036511. OLE color: 16036511.

HSL color Cylindrical-coordinate representation of color #9FB2F4: hue angle of 226.59º degrees, saturation: 0.79, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9FB2F4 is Cyan = 0.35, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB159178244-
CMYK0.350.2700.04
HSL226.59º79.44%79.02%-
HSV(B)226.59º34.84%95.69%-
XYZ46.5545.7491.96-
YUV179.84164.21113.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 178 (69.92% from 255) = 30.64%
BLUE value IS 244 (95.70% from 255) = 42.00%
R=27.37%
G=30.64%
B=42.00%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1591782440.350.2700.04226.5979.4479.02
Hex9FB2F4231B04e34f4f
Octal237262364433304343117117
Binary1001111110110010111101001000111101101001110001110011111001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FB2F4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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