#9EB2EB

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

Shades of Perano #9EB2EB

Tints of Perano #9EB2EB

Color information

#9EB2EB (or 0x9EB2EB) is unknown color: approx Perano. HEX triplet: 9E, B2 and EB. RGB value is (158,178,235). Sum of RGB (Red+Green+Blue) = 158+178+235=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 178 (69.92% from 255 or 31.17% from 571); Blue value is 235 (92.19% from 255 or 41.16% from 571); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EB2EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB2EB is #614D14. Grayscale: #B2B2B2. Windows color (decimal): -6376725 or 15446686. OLE color: 15446686.

HSL color Cylindrical-coordinate representation of color #9EB2EB: hue angle of 224.42º degrees, saturation: 0.66, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EB2EB is Cyan = 0.33, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158178235-
CMYK0.330.2400.08
HSL224.42º65.81%77.06%-
HSV(B)224.42º32.77%92.16%-
XYZ45.0245.1184.93-
YUV178.52159.87113.37-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 178 (69.92% from 255) = 31.17%
BLUE value IS 235 (92.19% from 255) = 41.16%
R=27.67%
G=31.17%
B=41.16%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581782350.330.2400.08224.4265.8177.06
Hex9EB2EB211808e0424d
Octal2362623534130010340102115
Binary10011110101100101110101110000111000010001110000010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB2EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,178,235); }

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

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

 a { background-color: rgb(158,178,235); }

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

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

 span { border-color: rgb(158,178,235); }

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