#9EB9FF

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

Shades of Perano #9EB9FF

Tints of Perano #9EB9FF

Color information

#9EB9FF (or 0x9EB9FF) is unknown color: approx Perano. HEX triplet: 9E, B9 and FF. RGB value is (158,185,255). Sum of RGB (Red+Green+Blue) = 158+185+255=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 185 (72.66% from 255 or 30.94% from 598); Blue value is 255 (100% from 255 or 42.64% from 598); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EB9FF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB9FF is #614600. Grayscale: #B8B8B8. Windows color (decimal): -6374913 or 16759198. OLE color: 16759198.

HSL color Cylindrical-coordinate representation of color #9EB9FF: hue angle of 223.3º degrees, saturation: 1, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EB9FF is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158185255-
CMYK0.380.2700
HSL223.3º100%80.98%-
HSV(B)223.3º38.04%100%-
XYZ49.549.19101.49-
YUV184.91167.55108.81-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.42%
GREEN value IS 185 (72.66% from 255) = 30.94%
BLUE value IS 255 (100% from 255) = 42.64%
R=26.42%
G=30.94%
B=42.64%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581852550.380.2700223.310080.98
Hex9EB9FF261B00df6451
Octal236271377463300337144121
Binary10011110101110011111111110011011011001101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB9FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,185,255); }

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

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

 a { background-color: rgb(158,185,255); }

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

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

 span { border-color: rgb(158,185,255); }

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