#9EBCF9

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

Shades of Perano #9EBCF9

Tints of Perano #9EBCF9

Color information

#9EBCF9 (or 0x9EBCF9) is unknown color: approx Perano. HEX triplet: 9E, BC and F9. RGB value is (158,188,249). Sum of RGB (Red+Green+Blue) = 158+188+249=595 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.55% from 595); Green value is 188 (73.83% from 255 or 31.60% from 595); Blue value is 249 (97.66% from 255 or 41.85% from 595); Max value from RGB is 249 - color contains mainly: blue. Hex color #9EBCF9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCF9 is #614306. Grayscale: #B9B9B9. Windows color (decimal): -6374151 or 16366750. OLE color: 16366750.

HSL color Cylindrical-coordinate representation of color #9EBCF9: hue angle of 220.22º degrees, saturation: 0.88, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #9EBCF9 is Cyan = 0.37, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB158188249-
CMYK0.370.2400.02
HSL220.22º88.35%79.8%-
HSV(B)220.22º36.55%97.65%-
XYZ49.1850.0896.7-
YUV185.98163.56108.04-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.55%
GREEN value IS 188 (73.83% from 255) = 31.60%
BLUE value IS 249 (97.66% from 255) = 41.85%
R=26.55%
G=31.60%
B=41.85%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1581882490.370.2400.02220.2288.3579.8
Hex9EBCF9251802dc5850
Octal236274371453002334130120
Binary100111101011110011111001100101110000101101110010110001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,188,249); }

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

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

 a { background-color: rgb(158,188,249); }

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

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

 span { border-color: rgb(158,188,249); }

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