#9EBAFF

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

Shades of Perano #9EBAFF

Tints of Perano #9EBAFF

Color information

#9EBAFF (or 0x9EBAFF) is unknown color: approx Perano. HEX triplet: 9E, BA and FF. RGB value is (158,186,255). Sum of RGB (Red+Green+Blue) = 158+186+255=599 (79% of max value = 765). Red value is 158 (62.11% from 255 or 26.38% from 599); Green value is 186 (73.05% from 255 or 31.05% from 599); Blue value is 255 (100% from 255 or 42.57% from 599); Max value from RGB is 255 - color contains mainly: blue. Hex color #9EBAFF is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAFF is #614500. Grayscale: #B9B9B9. Windows color (decimal): -6374657 or 16759454. OLE color: 16759454.

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

Color convert

RGB158186255-
CMYK0.380.2700
HSL222.68º100%80.98%-
HSV(B)222.68º38.04%100%-
XYZ49.7149.61101.56-
YUV185.49167.22108.39-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.38%
GREEN value IS 186 (73.05% from 255) = 31.05%
BLUE value IS 255 (100% from 255) = 42.57%
R=26.38%
G=31.05%
B=42.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1581862550.380.2700222.6810080.98
Hex9EBAFF261B00df6451
Octal236272377463300337144121
Binary10011110101110101111111110011011011001101111111001001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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