#9EB7E6

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

Shades of Perano #9EB7E6

Tints of Perano #9EB7E6

Color information

#9EB7E6 (or 0x9EB7E6) is unknown color: approx Perano. HEX triplet: 9E, B7 and E6. RGB value is (158,183,230). Sum of RGB (Red+Green+Blue) = 158+183+230=571 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.67% from 571); Green value is 183 (71.88% from 255 or 32.05% from 571); Blue value is 230 (90.23% from 255 or 40.28% from 571); Max value from RGB is 230 - color contains mainly: blue. Hex color #9EB7E6 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB7E6 is #614819. Grayscale: #B4B4B4. Windows color (decimal): -6375450 or 15120286. OLE color: 15120286.

HSL color Cylindrical-coordinate representation of color #9EB7E6: hue angle of 219.17º degrees, saturation: 0.59, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #9EB7E6 is Cyan = 0.31, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB158183230-
CMYK0.310.2000.10
HSL219.17º59.02%76.08%-
HSV(B)219.17º31.3%90.2%-
XYZ45.3246.8581.52-
YUV180.88155.72111.68-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.67%
GREEN value IS 183 (71.88% from 255) = 32.05%
BLUE value IS 230 (90.23% from 255) = 40.28%
R=27.67%
G=32.05%
B=40.28%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal1581832300.310.2000.10219.1759.0276.08
Hex9EB7E61F140Adb3b4c
Octal236267346372401233373114
Binary100111101011011111100110111111010001010110110111110111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7E6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,183,230); }

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

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

 a { background-color: rgb(158,183,230); }

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

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

 span { border-color: rgb(158,183,230); }

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