#9EACEF

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

Shades of Perano #9EACEF

Tints of Perano #9EACEF

Color information

#9EACEF (or 0x9EACEF) is unknown color: approx Perano. HEX triplet: 9E, AC and EF. RGB value is (158,172,239). Sum of RGB (Red+Green+Blue) = 158+172+239=569 (75% of max value = 765). Red value is 158 (62.11% from 255 or 27.77% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #9EACEF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9EACEF is #615310. Grayscale: #AFAFAF. Windows color (decimal): -6378257 or 15707294. OLE color: 15707294.

HSL color Cylindrical-coordinate representation of color #9EACEF: hue angle of 229.63º degrees, saturation: 0.72, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9EACEF is Cyan = 0.34, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB158172239-
CMYK0.340.2800.06
HSL229.63º71.68%77.84%-
HSV(B)229.63º33.89%93.73%-
XYZ44.4343.0187.62-
YUV175.45163.86115.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 27.77%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 239 (93.75% from 255) = 42.00%
R=27.77%
G=30.23%
B=42.00%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1581722390.340.2800.06229.6371.6877.84
Hex9EACEF221C06e6484e
Octal236254357423406346110116
Binary1001111010101100111011111000101110001101110011010010001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9EACEF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,172,239); }

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

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

 a { background-color: rgb(158,172,239); }

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

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

 span { border-color: rgb(158,172,239); }

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