#9EB0EB

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

Shades of Perano #9EB0EB

Tints of Perano #9EB0EB

Color information

#9EB0EB (or 0x9EB0EB) is unknown color: approx Perano. HEX triplet: 9E, B0 and EB. RGB value is (158,176,235). Sum of RGB (Red+Green+Blue) = 158+176+235=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 176 (69.14% from 255 or 30.93% from 569); Blue value is 235 (92.19% from 255 or 41.30% from 569); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EB0EB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0EB is #614F14. Grayscale: #B1B1B1. Windows color (decimal): -6377237 or 15446174. OLE color: 15446174.

HSL color Cylindrical-coordinate representation of color #9EB0EB: hue angle of 225.97º 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 #9EB0EB is Cyan = 0.33, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB158176235-
CMYK0.330.2500.08
HSL225.97º65.81%77.06%-
HSV(B)225.97º32.77%92.16%-
XYZ44.6244.3284.8-
YUV177.34160.54114.2-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 176 (69.14% from 255) = 30.93%
BLUE value IS 235 (92.19% from 255) = 41.30%
R=27.77%
G=30.93%
B=41.30%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581762350.330.2500.08225.9765.8177.06
Hex9EB0EB211908e2424d
Octal2362603534131010342102115
Binary10011110101100001110101110000111001010001110001010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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