#9EBCF3

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

Shades of Perano #9EBCF3

Tints of Perano #9EBCF3

Color information

#9EBCF3 (or 0x9EBCF3) is unknown color: approx Perano. HEX triplet: 9E, BC and F3. RGB value is (158,188,243). Sum of RGB (Red+Green+Blue) = 158+188+243=589 (78% of max value = 765). Red value is 158 (62.11% from 255 or 26.83% from 589); Green value is 188 (73.83% from 255 or 31.92% from 589); Blue value is 243 (95.31% from 255 or 41.26% from 589); Max value from RGB is 243 - color contains mainly: blue. Hex color #9EBCF3 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBCF3 is #61430C. Grayscale: #B9B9B9. Windows color (decimal): -6374157 or 15973534. OLE color: 15973534.

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

Color convert

RGB158188243-
CMYK0.350.2300.05
HSL218.82º77.98%78.63%-
HSV(B)218.82º34.98%95.29%-
XYZ48.2649.7191.84-
YUV185.3160.56108.53-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.83%
GREEN value IS 188 (73.83% from 255) = 31.92%
BLUE value IS 243 (95.31% from 255) = 41.26%
R=26.83%
G=31.92%
B=41.26%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1581882430.350.2300.05218.8277.9878.63
Hex9EBCF3231705db4e4f
Octal236274363432705333116117
Binary1001111010111100111100111000111011101011101101110011101001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBCF3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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