#9FACEE

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

Shades of Perano #9FACEE

Tints of Perano #9FACEE

Color information

#9FACEE (or 0x9FACEE) is unknown color: approx Perano. HEX triplet: 9F, AC and EE. RGB value is (159,172,238). Sum of RGB (Red+Green+Blue) = 159+172+238=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 172 (67.58% from 255 or 30.23% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #9FACEE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FACEE is #605311. Grayscale: #AFAFAF. Windows color (decimal): -6312722 or 15641759. OLE color: 15641759.

HSL color Cylindrical-coordinate representation of color #9FACEE: hue angle of 230.13º degrees, saturation: 0.7, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9FACEE is Cyan = 0.33, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159172238-
CMYK0.330.2800.07
HSL230.13º69.91%77.84%-
HSV(B)230.13º33.19%93.33%-
XYZ44.4843.0586.85-
YUV175.64163.19116.13-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 172 (67.58% from 255) = 30.23%
BLUE value IS 238 (93.36% from 255) = 41.83%
R=27.94%
G=30.23%
B=41.83%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591722380.330.2800.07230.1369.9177.84
Hex9FACEE211C07e6464e
Octal237254356413407346106116
Binary1001111110101100111011101000011110001111110011010001101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FACEE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,172,238); }

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

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

 a { background-color: rgb(159,172,238); }

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

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

 span { border-color: rgb(159,172,238); }

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