#9fbaec

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

Shades of Perano #9FBAEC

Tints of Perano #9FBAEC

Color information

#9FBAEC (or 0x9FBAEC) is unknown color: approx Perano. HEX triplet: 9F, BA and EC. RGB value is (159,186,236). Sum of RGB (Red+Green+Blue) = 159+186+236=581 (76% of max value = 765). Red value is 159 (62.5% from 255 or 27.37% from 581); Green value is 186 (73.05% from 255 or 32.01% from 581); Blue value is 236 (92.58% from 255 or 40.62% from 581); Max value from RGB is 236 - color contains mainly: blue. Hex color #9FBAEC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9FBAEC is #604513. Grayscale: #B7B7B7. Windows color (decimal): -6309140 or 15514271. OLE color: 15514271.

HSL color Cylindrical-coordinate representation of color #9FBAEC: hue angle of 218.96º 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 #9FBAEC is Cyan = 0.33, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB159186236-
CMYK0.330.2100.07
HSL218.96º66.96%77.45%-
HSV(B)218.96º32.63%92.55%-
XYZ4748.5486.25-
YUV183.63157.55110.43-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 27.37%
GREEN value IS 186 (73.05% from 255) = 32.01%
BLUE value IS 236 (92.58% from 255) = 40.62%
R=27.37%
G=32.01%
B=40.62%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1591862360.330.2100.07218.9666.9677.45
Hex9FBAEC211507db434d
Octal237272354412507333103115
Binary1001111110111010111011001000011010101111101101110000111001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9fbaec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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