#9bacec

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

Shades of Perano #9BACEC

Tints of Perano #9BACEC

Color information

#9BACEC (or 0x9BACEC) is unknown color: approx Perano. HEX triplet: 9B, AC and EC. RGB value is (155,172,236). Sum of RGB (Red+Green+Blue) = 155+172+236=563 (74% of max value = 765). Red value is 155 (60.94% from 255 or 27.53% from 563); Green value is 172 (67.58% from 255 or 30.55% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BACEC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BACEC is #645313. Grayscale: #ADADAD. Windows color (decimal): -6574868 or 15510683. OLE color: 15510683.

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

Color convert

RGB155172236-
CMYK0.340.2700.07
HSL227.41º68.07%76.67%-
HSV(B)227.41º34.32%92.55%-
XYZ43.4142.5385.28-
YUV174.21162.87114.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.53%
GREEN value IS 172 (67.58% from 255) = 30.55%
BLUE value IS 236 (92.58% from 255) = 41.92%
R=27.53%
G=30.55%
B=41.92%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551722360.340.2700.07227.4168.0776.67
Hex9BACEC221B07e3444d
Octal233254354423307343104115
Binary1001101110101100111011001000101101101111110001110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9bacec

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,172,236); }

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

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

 a { background-color: rgb(155,172,236); }

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

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

 span { border-color: rgb(155,172,236); }

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