#9EB3F2

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

Shades of Perano #9EB3F2

Tints of Perano #9EB3F2

Color information

#9EB3F2 (or 0x9EB3F2) is unknown color: approx Perano. HEX triplet: 9E, B3 and F2. RGB value is (158,179,242). Sum of RGB (Red+Green+Blue) = 158+179+242=579 (76% of max value = 765). Red value is 158 (62.11% from 255 or 27.29% from 579); Green value is 179 (70.31% from 255 or 30.92% from 579); Blue value is 242 (94.92% from 255 or 41.80% from 579); Max value from RGB is 242 - color contains mainly: blue. Hex color #9EB3F2 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EB3F2 is #614C0D. Grayscale: #B3B3B3. Windows color (decimal): -6376462 or 15905694. OLE color: 15905694.

HSL color Cylindrical-coordinate representation of color #9EB3F2: hue angle of 225º degrees, saturation: 0.76, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EB3F2 is Cyan = 0.35, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB158179242-
CMYK0.350.2600.05
HSL225º76.36%78.43%-
HSV(B)225º34.71%94.9%-
XYZ46.2545.9290.43-
YUV179.9163.04112.38-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.29%
GREEN value IS 179 (70.31% from 255) = 30.92%
BLUE value IS 242 (94.92% from 255) = 41.80%
R=27.29%
G=30.92%
B=41.80%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581792420.350.2600.0522576.3678.43
Hex9EB3F2231A05e14c4e
Octal236263362433205341114116
Binary1001111010110011111100101000111101001011110000110011001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EB3F2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,179,242); }

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

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

 a { background-color: rgb(158,179,242); }

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

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

 span { border-color: rgb(158,179,242); }

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