#9EB0EE

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

Shades of Perano #9EB0EE

Tints of Perano #9EB0EE

Color information

#9EB0EE (or 0x9EB0EE) is unknown color: approx Perano. HEX triplet: 9E, B0 and EE. RGB value is (158,176,238). Sum of RGB (Red+Green+Blue) = 158+176+238=572 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.62% from 572); Green value is 176 (69.14% from 255 or 30.77% from 572); Blue value is 238 (93.36% from 255 or 41.61% from 572); Max value from RGB is 238 - color contains mainly: blue. Hex color #9EB0EE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0EE is #614F11. Grayscale: #B1B1B1. Windows color (decimal): -6377234 or 15642782. OLE color: 15642782.

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

Color convert

RGB158176238-
CMYK0.340.2600.07
HSL226.5º70.18%77.65%-
HSV(B)226.5º33.61%93.33%-
XYZ45.0644.4987.1-
YUV177.69162.04113.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.62%
GREEN value IS 176 (69.14% from 255) = 30.77%
BLUE value IS 238 (93.36% from 255) = 41.61%
R=27.62%
G=30.77%
B=41.61%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581762380.340.2600.07226.570.1877.65
Hex9EB0EE221A07e2464e
Octal236260356423207342106116
Binary1001111010110000111011101000101101001111110001010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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