#9EBEFD

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

Shades of Perano #9EBEFD

Tints of Perano #9EBEFD

Color information

#9EBEFD (or 0x9EBEFD) is unknown color: approx Perano. HEX triplet: 9E, BE and FD. RGB value is (158,190,253). Sum of RGB (Red+Green+Blue) = 158+190+253=601 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.29% from 601); Green value is 190 (74.61% from 255 or 31.61% from 601); Blue value is 253 (99.22% from 255 or 42.10% from 601); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EBEFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBEFD is #614102. Grayscale: #BBBBBB. Windows color (decimal): -6373635 or 16629406. OLE color: 16629406.

HSL color Cylindrical-coordinate representation of color #9EBEFD: hue angle of 219.79º 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 #9EBEFD is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB158190253-
CMYK0.380.2500.01
HSL219.79º95.96%80.59%-
HSV(B)219.79º37.55%99.22%-
XYZ50.2451.19100.16-
YUV187.61164.9106.88-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.29%
GREEN value IS 190 (74.61% from 255) = 31.61%
BLUE value IS 253 (99.22% from 255) = 42.10%
R=26.29%
G=31.61%
B=42.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581902530.380.2500.01219.7995.9680.59
Hex9EBEFD261901dc6051
Octal236276375463101334140121
Binary10011110101111101111110110011011001011101110011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBEFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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