#9EB5EB

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

Shades of Perano #9EB5EB

Tints of Perano #9EB5EB

Color information

#9EB5EB (or 0x9EB5EB) is unknown color: approx Perano. HEX triplet: 9E, B5 and EB. RGB value is (158,181,235). Sum of RGB (Red+Green+Blue) = 158+181+235=574 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.53% from 574); Green value is 181 (71.09% from 255 or 31.53% from 574); Blue value is 235 (92.19% from 255 or 40.94% from 574); Max value from RGB is 235 - color contains mainly: blue. Hex color #9EB5EB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB5EB is #614A14. Grayscale: #B4B4B4. Windows color (decimal): -6375957 or 15447454. OLE color: 15447454.

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

Color convert

RGB158181235-
CMYK0.330.2300.08
HSL222.08º65.81%77.06%-
HSV(B)222.08º32.77%92.16%-
XYZ45.6246.3285.13-
YUV180.28158.88112.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.53%
GREEN value IS 181 (71.09% from 255) = 31.53%
BLUE value IS 235 (92.19% from 255) = 40.94%
R=27.53%
G=31.53%
B=40.94%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1581812350.330.2300.08222.0865.8177.06
Hex9EB5EB211708de424d
Octal2362653534127010336102115
Binary10011110101101011110101110000110111010001101111010000101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB5EB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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