#9EBAF4

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

Shades of Perano #9EBAF4

Tints of Perano #9EBAF4

Color information

#9EBAF4 (or 0x9EBAF4) is unknown color: approx Perano. HEX triplet: 9E, BA and F4. RGB value is (158,186,244). Sum of RGB (Red+Green+Blue) = 158+186+244=588 (77% of max value = 765). Red value is 158 (62.11% from 255 or 26.87% from 588); Green value is 186 (73.05% from 255 or 31.63% from 588); Blue value is 244 (95.70% from 255 or 41.50% from 588); Max value from RGB is 244 - color contains mainly: blue. Hex color #9EBAF4 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9EBAF4 is #61450B. Grayscale: #B7B7B7. Windows color (decimal): -6374668 or 16038558. OLE color: 16038558.

HSL color Cylindrical-coordinate representation of color #9EBAF4: hue angle of 220.47º degrees, saturation: 0.8, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9EBAF4 is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB158186244-
CMYK0.350.2400.04
HSL220.47º79.63%78.82%-
HSV(B)220.47º35.25%95.69%-
XYZ47.9948.9292.5-
YUV184.24161.72109.28-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 26.87%
GREEN value IS 186 (73.05% from 255) = 31.63%
BLUE value IS 244 (95.70% from 255) = 41.50%
R=26.87%
G=31.63%
B=41.50%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1581862440.350.2400.04220.4779.6378.82
Hex9EBAF4231804dc504f
Octal236272364433004334120117
Binary1001111010111010111101001000111100001001101110010100001001111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EBAF4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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