#9EB7ED

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

Shades of Perano #9EB7ED

Tints of Perano #9EB7ED

Color information

#9EB7ED (or 0x9EB7ED) is unknown color: approx Perano. HEX triplet: 9E, B7 and ED. RGB value is (158,183,237). Sum of RGB (Red+Green+Blue) = 158+183+237=578 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.34% from 578); Green value is 183 (71.88% from 255 or 31.66% from 578); Blue value is 237 (92.97% from 255 or 41.00% from 578); Max value from RGB is 237 - color contains mainly: blue. Hex color #9EB7ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB7ED is #614812. Grayscale: #B5B5B5. Windows color (decimal): -6375443 or 15579038. OLE color: 15579038.

HSL color Cylindrical-coordinate representation of color #9EB7ED: hue angle of 221.01º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9EB7ED is Cyan = 0.33, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB158183237-
CMYK0.330.2300.07
HSL221.01º68.7%77.45%-
HSV(B)221.01º33.33%92.94%-
XYZ46.3247.2586.8-
YUV181.68159.22111.11-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.34%
GREEN value IS 183 (71.88% from 255) = 31.66%
BLUE value IS 237 (92.97% from 255) = 41.00%
R=27.34%
G=31.66%
B=41.00%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1581832370.330.2300.07221.0168.777.45
Hex9EB7ED211707dd454d
Octal236267355412707335105115
Binary1001111010110111111011011000011011101111101110110001011001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB7ED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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