#9EB6EF

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

Shades of Perano #9EB6EF

Tints of Perano #9EB6EF

Color information

#9EB6EF (or 0x9EB6EF) is unknown color: approx Perano. HEX triplet: 9E, B6 and EF. RGB value is (158,182,239). Sum of RGB (Red+Green+Blue) = 158+182+239=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 182 (71.48% from 255 or 31.43% from 579); Blue value is 239 (93.75% from 255 or 41.28% from 579); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EB6EF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB6EF is #614910. Grayscale: #B5B5B5. Windows color (decimal): -6375697 or 15709854. OLE color: 15709854.

HSL color Cylindrical-coordinate representation of color #9EB6EF: hue angle of 222.22º 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 #9EB6EF is Cyan = 0.34, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158182239-
CMYK0.340.2400.06
HSL222.22º71.68%77.84%-
HSV(B)222.22º33.89%93.73%-
XYZ46.4146.9688.28-
YUV181.32160.55111.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 182 (71.48% from 255) = 31.43%
BLUE value IS 239 (93.75% from 255) = 41.28%
R=27.29%
G=31.43%
B=41.28%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581822390.340.2400.06222.2271.6877.84
Hex9EB6EF221806de484e
Octal236266357423006336110116
Binary1001111010110110111011111000101100001101101111010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB6EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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