#9EBCFB

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

Shades of Perano #9EBCFB

Tints of Perano #9EBCFB

Color information

#9EBCFB (or 0x9EBCFB) is unknown color: approx Perano. HEX triplet: 9E, BC and FB. RGB value is (158,188,251). Sum of RGB (Red+Green+Blue) = 158+188+251=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 188 (73.83% from 255 or 31.49% from 597); Blue value is 251 (98.44% from 255 or 42.04% from 597); Max value from RGB is 251 - color contains mainly: blue. Hex color #9EBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCFB is #614304. Grayscale: #B9B9B9. Windows color (decimal): -6374149 or 16497822. OLE color: 16497822.

HSL color Cylindrical-coordinate representation of color #9EBCFB: hue angle of 220.65º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBCFB is Cyan = 0.37, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158188251-
CMYK0.370.2500.02
HSL220.65º92.08%80.2%-
HSV(B)220.65º37.05%98.43%-
XYZ49.550.298.35-
YUV186.21164.56107.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 188 (73.83% from 255) = 31.49%
BLUE value IS 251 (98.44% from 255) = 42.04%
R=26.47%
G=31.49%
B=42.04%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581882510.370.2500.02220.6592.0880.2
Hex9EBCFB251902dd5c50
Octal236274373453102335134120
Binary100111101011110011111011100101110010101101110110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,251); }

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

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

 a { background-color: rgb(158,188,251); }

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

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

 span { border-color: rgb(158,188,251); }

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