#9EBCFD

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

Shades of Perano #9EBCFD

Tints of Perano #9EBCFD

Color information

#9EBCFD (or 0x9EBCFD) is unknown color: approx Perano. HEX triplet: 9E, BC and FD. RGB value is (158,188,253). Sum of RGB (Red+Green+Blue) = 158+188+253=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 188 (73.83% from 255 or 31.39% from 599); Blue value is 253 (99.22% from 255 or 42.24% from 599); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EBCFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCFD is #614302. Grayscale: #BABABA. Windows color (decimal): -6374147 or 16628894. OLE color: 16628894.

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

Color convert

RGB158188253-
CMYK0.380.2600.01
HSL221.05º95.96%80.59%-
HSV(B)221.05º37.55%99.22%-
XYZ49.8150.33100.02-
YUV186.44165.56107.71-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 188 (73.83% from 255) = 31.39%
BLUE value IS 253 (99.22% from 255) = 42.24%
R=26.38%
G=31.39%
B=42.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581882530.380.2600.01221.0595.9680.59
Hex9EBCFD261A01dd6051
Octal236274375463201335140121
Binary10011110101111001111110110011011010011101110111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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