#9EBAEF

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

Shades of Perano #9EBAEF

Tints of Perano #9EBAEF

Color information

#9EBAEF (or 0x9EBAEF) is unknown color: approx Perano. HEX triplet: 9E, BA and EF. RGB value is (158,186,239). Sum of RGB (Red+Green+Blue) = 158+186+239=583 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.10% from 583); Green value is 186 (73.05% from 255 or 31.90% from 583); Blue value is 239 (93.75% from 255 or 40.99% from 583); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EBAEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAEF is #614510. Grayscale: #B7B7B7. Windows color (decimal): -6374673 or 15710878. OLE color: 15710878.

HSL color Cylindrical-coordinate representation of color #9EBAEF: hue angle of 219.26º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EBAEF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158186239-
CMYK0.340.2200.06
HSL219.26º71.68%77.84%-
HSV(B)219.26º33.89%93.73%-
XYZ47.2448.6288.56-
YUV183.67159.22109.69-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.10%
GREEN value IS 186 (73.05% from 255) = 31.90%
BLUE value IS 239 (93.75% from 255) = 40.99%
R=27.10%
G=31.90%
B=40.99%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581862390.340.2200.06219.2671.6877.84
Hex9EBAEF221606db484e
Octal236272357422606333110116
Binary1001111010111010111011111000101011001101101101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,186,239); }

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

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

 a { background-color: rgb(158,186,239); }

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

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

 span { border-color: rgb(158,186,239); }

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