#9EB1FE

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

Shades of Perano #9EB1FE

Tints of Perano #9EB1FE

Color information

#9EB1FE (or 0x9EB1FE) is unknown color: approx Perano. HEX triplet: 9E, B1 and FE. RGB value is (158,177,254). Sum of RGB (Red+Green+Blue) = 158+177+254=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 177 (69.53% from 255 or 30.05% from 589); Blue value is 254 (99.61% from 255 or 43.12% from 589); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EB1FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB1FE is #614E01. Grayscale: #B3B3B3. Windows color (decimal): -6376962 or 16691614. OLE color: 16691614.

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

Color convert

RGB158177254-
CMYK0.380.3000.00
HSL228.12º97.96%80.78%-
HSV(B)228.12º37.8%99.61%-
XYZ47.7145.87100.1-
YUV180.1169.71112.24-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 177 (69.53% from 255) = 30.05%
BLUE value IS 254 (99.61% from 255) = 43.12%
R=26.83%
G=30.05%
B=43.12%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581772540.380.3000.00228.1297.9680.78
Hex9EB1FE261E00e46251
Octal236261376463600344142121
Binary10011110101100011111111010011011110001110010011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB1FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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