#9EBAFD

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

Shades of Perano #9EBAFD

Tints of Perano #9EBAFD

Color information

#9EBAFD (or 0x9EBAFD) is unknown color: approx Perano. HEX triplet: 9E, BA and FD. RGB value is (158,186,253). Sum of RGB (Red+Green+Blue) = 158+186+253=597 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.47% from 597); Green value is 186 (73.05% from 255 or 31.16% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #9EBAFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAFD is #614502. Grayscale: #B8B8B8. Windows color (decimal): -6374659 or 16628382. OLE color: 16628382.

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

Color convert

RGB158186253-
CMYK0.380.2600.01
HSL222.32º95.96%80.59%-
HSV(B)222.32º37.55%99.22%-
XYZ49.3949.4899.88-
YUV185.27166.22108.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.47%
GREEN value IS 186 (73.05% from 255) = 31.16%
BLUE value IS 253 (99.22% from 255) = 42.38%
R=26.47%
G=31.16%
B=42.38%

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
Decimal1581862530.380.2600.01222.3295.9680.59
Hex9EBAFD261A01de6051
Octal236272375463201336140121
Binary10011110101110101111110110011011010011101111011000001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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