#9EBBEF

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

Shades of Perano #9EBBEF

Tints of Perano #9EBBEF

Color information

#9EBBEF (or 0x9EBBEF) is unknown color: approx Perano. HEX triplet: 9E, BB and EF. RGB value is (158,187,239). Sum of RGB (Red+Green+Blue) = 158+187+239=584 (77% of max value = 765). Red value is 158 (62.11% from 255 or 27.05% from 584); Green value is 187 (73.44% from 255 or 32.02% from 584); Blue value is 239 (93.75% from 255 or 40.92% from 584); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EBBEF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBBEF is #614410. Grayscale: #B8B8B8. Windows color (decimal): -6374417 or 15711134. OLE color: 15711134.

HSL color Cylindrical-coordinate representation of color #9EBBEF: hue angle of 218.52º 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 #9EBBEF is Cyan = 0.34, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158187239-
CMYK0.340.2200.06
HSL218.52º71.68%77.84%-
HSV(B)218.52º33.89%93.73%-
XYZ47.4549.0488.63-
YUV184.26158.89109.27-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.05%
GREEN value IS 187 (73.44% from 255) = 32.02%
BLUE value IS 239 (93.75% from 255) = 40.92%
R=27.05%
G=32.02%
B=40.92%

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
Decimal1581872390.340.2200.06218.5271.6877.84
Hex9EBBEF221606db484e
Octal236273357422606333110116
Binary1001111010111011111011111000101011001101101101110010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBBEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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