#9BB7EC

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

Shades of Perano #9BB7EC

Tints of Perano #9BB7EC

Color information

#9BB7EC (or 0x9BB7EC) is unknown color: approx Perano. HEX triplet: 9B, B7 and EC. RGB value is (155,183,236). Sum of RGB (Red+Green+Blue) = 155+183+236=574 (76% of max value = 765). Red value is 155 (60.94% from 255 or 27.00% from 574); Green value is 183 (71.88% from 255 or 31.88% from 574); Blue value is 236 (92.58% from 255 or 41.11% from 574); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BB7EC is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB7EC is #644813. Grayscale: #B4B4B4. Windows color (decimal): -6572052 or 15513499. OLE color: 15513499.

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

Color convert

RGB155183236-
CMYK0.340.2200.07
HSL219.26º68.07%76.67%-
HSV(B)219.26º34.32%92.55%-
XYZ45.5946.8986-
YUV180.67159.22109.69-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.00%
GREEN value IS 183 (71.88% from 255) = 31.88%
BLUE value IS 236 (92.58% from 255) = 41.11%
R=27.00%
G=31.88%
B=41.11%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551832360.340.2200.07219.2668.0776.67
Hex9BB7EC221607db444d
Octal233267354422607333104115
Binary1001101110110111111011001000101011001111101101110001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB7EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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