#9BB0EC

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

Shades of Perano #9BB0EC

Tints of Perano #9BB0EC

Color information

#9BB0EC (or 0x9BB0EC) is unknown color: approx Perano. HEX triplet: 9B, B0 and EC. RGB value is (155,176,236). Sum of RGB (Red+Green+Blue) = 155+176+236=567 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.34% from 567); Green value is 176 (69.14% from 255 or 31.04% from 567); Blue value is 236 (92.58% from 255 or 41.62% from 567); Max value from RGB is 236 - color contains mainly: blue. Hex color #9BB0EC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB0EC is #644F13. Grayscale: #B0B0B0. Windows color (decimal): -6573844 or 15511707. OLE color: 15511707.

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

Color convert

RGB155176236-
CMYK0.340.2500.07
HSL224.44º68.07%76.67%-
HSV(B)224.44º34.32%92.55%-
XYZ44.1844.0885.54-
YUV176.56161.54112.62-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 27.34%
GREEN value IS 176 (69.14% from 255) = 31.04%
BLUE value IS 236 (92.58% from 255) = 41.62%
R=27.34%
G=31.04%
B=41.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1551762360.340.2500.07224.4468.0776.67
Hex9BB0EC221907e0444d
Octal233260354423107340104115
Binary1001101110110000111011001000101100101111110000010001001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB0EC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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