#9FAEEC

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

Shades of Perano #9FAEEC

Tints of Perano #9FAEEC

Color information

#9FAEEC (or 0x9FAEEC) is unknown color: approx Perano. HEX triplet: 9F, AE and EC. RGB value is (159,174,236). Sum of RGB (Red+Green+Blue) = 159+174+236=569 (75% of max value = 765). Red value is 159 (62.5% from 255 or 27.94% from 569); Green value is 174 (68.36% from 255 or 30.58% from 569); Blue value is 236 (92.58% from 255 or 41.48% from 569); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FAEEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9FAEEC is #605113. Grayscale: #B0B0B0. Windows color (decimal): -6312212 or 15511199. OLE color: 15511199.

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

Color convert

RGB159174236-
CMYK0.330.2600.07
HSL228.31º66.96%77.45%-
HSV(B)228.31º32.63%92.55%-
XYZ44.5743.785.44-
YUV176.58161.53115.46-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.94%
GREEN value IS 174 (68.36% from 255) = 30.58%
BLUE value IS 236 (92.58% from 255) = 41.48%
R=27.94%
G=30.58%
B=41.48%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591742360.330.2600.07228.3166.9677.45
Hex9FAEEC211A07e4434d
Octal237256354413207344103115
Binary1001111110101110111011001000011101001111110010010000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9FAEEC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,174,236); }

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

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

 a { background-color: rgb(159,174,236); }

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

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

 span { border-color: rgb(159,174,236); }

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