#9EB1F2

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

Shades of Perano #9EB1F2

Tints of Perano #9EB1F2

Color information

#9EB1F2 (or 0x9EB1F2) is unknown color: approx Perano. HEX triplet: 9E, B1 and F2. RGB value is (158,177,242). Sum of RGB (Red+Green+Blue) = 158+177+242=577 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.38% from 577); Green value is 177 (69.53% from 255 or 30.68% from 577); Blue value is 242 (94.92% from 255 or 41.94% from 577); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EB1F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB1F2 is #614E0D. Grayscale: #B2B2B2. Windows color (decimal): -6376974 or 15905182. OLE color: 15905182.

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

Color convert

RGB158177242-
CMYK0.350.2700.05
HSL226.43º76.36%78.43%-
HSV(B)226.43º34.71%94.9%-
XYZ45.8545.1290.3-
YUV178.73163.71113.21-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.38%
GREEN value IS 177 (69.53% from 255) = 30.68%
BLUE value IS 242 (94.92% from 255) = 41.94%
R=27.38%
G=30.68%
B=41.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581772420.350.2700.05226.4376.3678.43
Hex9EB1F2231B05e24c4e
Octal236261362433305342114116
Binary1001111010110001111100101000111101101011110001010011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB1F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,177,242); }

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

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

 a { background-color: rgb(158,177,242); }

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

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

 span { border-color: rgb(158,177,242); }

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