#9EB2FF

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

Shades of Perano #9EB2FF

Tints of Perano #9EB2FF

Color information

#9EB2FF (or 0x9EB2FF) is unknown color: approx Perano. HEX triplet: 9E, B2 and FF. RGB value is (158,178,255). Sum of RGB (Red+Green+Blue) = 158+178+255=591 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.73% from 591); Green value is 178 (69.92% from 255 or 30.12% from 591); Blue value is 255 (100% from 255 or 43.15% from 591); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EB2FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB2FF is #614D00. Grayscale: #B4B4B4. Windows color (decimal): -6376705 or 16757406. OLE color: 16757406.

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

Color convert

RGB158178255-
CMYK0.380.3000
HSL227.63º100%80.98%-
HSV(B)227.63º38.04%100%-
XYZ48.0746.33101.02-
YUV180.8169.87111.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.73%
GREEN value IS 178 (69.92% from 255) = 30.12%
BLUE value IS 255 (100% from 255) = 43.15%
R=26.73%
G=30.12%
B=43.15%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581782550.380.3000227.6310080.98
Hex9EB2FF261E00e46451
Octal236262377463600344144121
Binary10011110101100101111111110011011110001110010011001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB2FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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