#9EB0FF

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

Shades of Perano #9EB0FF

Tints of Perano #9EB0FF

Color information

#9EB0FF (or 0x9EB0FF) is unknown color: approx Perano. HEX triplet: 9E, B0 and FF. RGB value is (158,176,255). Sum of RGB (Red+Green+Blue) = 158+176+255=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 176 (69.14% from 255 or 29.88% from 589); Blue value is 255 (100% from 255 or 43.29% from 589); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EB0FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0FF is #614F00. Grayscale: #B3B3B3. Windows color (decimal): -6377217 or 16756894. OLE color: 16756894.

HSL color Cylindrical-coordinate representation of color #9EB0FF: hue angle of 228.87º 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 #9EB0FF is Cyan = 0.38, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB158176255-
CMYK0.380.3100
HSL228.87º100%80.98%-
HSV(B)228.87º38.04%100%-
XYZ47.6845.54100.89-
YUV179.62170.54112.58-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 176 (69.14% from 255) = 29.88%
BLUE value IS 255 (100% from 255) = 43.29%
R=26.83%
G=29.88%
B=43.29%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581762550.380.3100228.8710080.98
Hex9EB0FF261F00e56451
Octal236260377463700345144121
Binary10011110101100001111111110011011111001110010111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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