#9EB0EF

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

Shades of Perano #9EB0EF

Tints of Perano #9EB0EF

Color information

#9EB0EF (or 0x9EB0EF) is unknown color: approx Perano. HEX triplet: 9E, B0 and EF. RGB value is (158,176,239). Sum of RGB (Red+Green+Blue) = 158+176+239=573 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.57% from 573); Green value is 176 (69.14% from 255 or 30.72% from 573); Blue value is 239 (93.75% from 255 or 41.71% from 573); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EB0EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0EF is #614F10. Grayscale: #B1B1B1. Windows color (decimal): -6377233 or 15708318. OLE color: 15708318.

HSL color Cylindrical-coordinate representation of color #9EB0EF: hue angle of 226.67º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EB0EF is Cyan = 0.34, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158176239-
CMYK0.340.2600.06
HSL226.67º71.68%77.84%-
HSV(B)226.67º33.89%93.73%-
XYZ45.2144.5587.88-
YUV177.8162.54113.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.57%
GREEN value IS 176 (69.14% from 255) = 30.72%
BLUE value IS 239 (93.75% from 255) = 41.71%
R=27.57%
G=30.72%
B=41.71%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581762390.340.2600.06226.6771.6877.84
Hex9EB0EF221A06e3484e
Octal236260357423206343110116
Binary1001111010110000111011111000101101001101110001110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,176,239); }

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

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

 a { background-color: rgb(158,176,239); }

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

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

 span { border-color: rgb(158,176,239); }

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