#9BBBEA

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

Shades of Perano #9BBBEA

Tints of Perano #9BBBEA

Color information

#9BBBEA (or 0x9BBBEA) is unknown color: approx Perano. HEX triplet: 9B, BB and EA. RGB value is (155,187,234). Sum of RGB (Red+Green+Blue) = 155+187+234=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 187 (73.44% from 255 or 32.47% from 576); Blue value is 234 (91.80% from 255 or 40.62% from 576); Max value from RGB is 234 - color contains mainly: blue. Hex color #9BBBEA is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBEA is #644415. Grayscale: #B6B6B6. Windows color (decimal): -6571030 or 15383451. OLE color: 15383451.

HSL color Cylindrical-coordinate representation of color #9BBBEA: hue angle of 215.7º degrees, saturation: 0.65, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #9BBBEA is Cyan = 0.34, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB155187234-
CMYK0.340.2000.08
HSL215.7º65.29%76.27%-
HSV(B)215.7º33.76%91.76%-
XYZ46.1448.4584.76-
YUV182.79156.9108.18-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.91%
GREEN value IS 187 (73.44% from 255) = 32.47%
BLUE value IS 234 (91.80% from 255) = 40.62%
R=26.91%
G=32.47%
B=40.62%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1551872340.340.2000.08215.765.2976.27
Hex9BBBEA221408d8414c
Octal2332733524224010330101114
Binary10011011101110111110101010001010100010001101100010000011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,187,234); }

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

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

 a { background-color: rgb(155,187,234); }

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

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

 span { border-color: rgb(155,187,234); }

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