#9EB0FD

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

Shades of Perano #9EB0FD

Tints of Perano #9EB0FD

Color information

#9EB0FD (or 0x9EB0FD) is unknown color: approx Perano. HEX triplet: 9E, B0 and FD. RGB value is (158,176,253). Sum of RGB (Red+Green+Blue) = 158+176+253=587 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.92% from 587); Green value is 176 (69.14% from 255 or 29.98% from 587); Blue value is 253 (99.22% from 255 or 43.10% from 587); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EB0FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EB0FD is #614F02. Grayscale: #B3B3B3. Windows color (decimal): -6377219 or 16625822. OLE color: 16625822.

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

Color convert

RGB158176253-
CMYK0.380.3000.01
HSL228.63º95.96%80.59%-
HSV(B)228.63º37.55%99.22%-
XYZ47.3645.4199.2-
YUV179.4169.54112.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.92%
GREEN value IS 176 (69.14% from 255) = 29.98%
BLUE value IS 253 (99.22% from 255) = 43.10%
R=26.92%
G=29.98%
B=43.10%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.30
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1581762530.380.3000.01228.6395.9680.59
Hex9EB0FD261E01e56051
Octal236260375463601345140121
Binary10011110101100001111110110011011110011110010111000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB0FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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