#9EBAFE

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

Shades of Perano #9EBAFE

Tints of Perano #9EBAFE

Color information

#9EBAFE (or 0x9EBAFE) is unknown color: approx Perano. HEX triplet: 9E, BA and FE. RGB value is (158,186,254). Sum of RGB (Red+Green+Blue) = 158+186+254=598 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.42% from 598); Green value is 186 (73.05% from 255 or 31.10% from 598); Blue value is 254 (99.61% from 255 or 42.47% from 598); Max value from RGB is 254 - color contains mainly: blue. Hex color #9EBAFE is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAFE is #614501. Grayscale: #B9B9B9. Windows color (decimal): -6374658 or 16693918. OLE color: 16693918.

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

Color convert

RGB158186254-
CMYK0.380.2700.00
HSL222.5º97.96%80.78%-
HSV(B)222.5º37.8%99.61%-
XYZ49.5549.54100.72-
YUV185.38166.72108.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.42%
GREEN value IS 186 (73.05% from 255) = 31.10%
BLUE value IS 254 (99.61% from 255) = 42.47%
R=26.42%
G=31.10%
B=42.47%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1581862540.380.2700.00222.597.9680.78
Hex9EBAFE261B00de6251
Octal236272376463300336142121
Binary10011110101110101111111010011011011001101111011000101010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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