#9EBCFE

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

Shades of Perano #9EBCFE

Tints of Perano #9EBCFE

Color information

#9EBCFE (or 0x9EBCFE) is unknown color: approx Perano. HEX triplet: 9E, BC and FE. RGB value is (158,188,254). Sum of RGB (Red+Green+Blue) = 158+188+254=600 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.33% from 600); Green value is 188 (73.83% from 255 or 31.33% from 600); Blue value is 254 (99.61% from 255 or 42.33% from 600); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EBCFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCFE is #614301. Grayscale: #BABABA. Windows color (decimal): -6374146 or 16694430. OLE color: 16694430.

HSL color Cylindrical-coordinate representation of color #9EBCFE: hue angle of 221.25º degrees, saturation: 0.98, lightness: 0.81%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9EBCFE is Cyan = 0.38, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB158188254-
CMYK0.380.2600.00
HSL221.25º97.96%80.78%-
HSV(B)221.25º37.8%99.61%-
XYZ49.9750.39100.86-
YUV186.55166.06107.63-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.33%
GREEN value IS 188 (73.83% from 255) = 31.33%
BLUE value IS 254 (99.61% from 255) = 42.33%
R=26.33%
G=31.33%
B=42.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581882540.380.2600.00221.2597.9680.78
Hex9EBCFE261A00dd6251
Octal236274376463200335142121
Binary10011110101111001111111010011011010001101110111000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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