#9BBBE9

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

Shades of Perano #9BBBE9

Tints of Perano #9BBBE9

Color information

#9BBBE9 (or 0x9BBBE9) is unknown color: approx Perano. HEX triplet: 9B, BB and E9. RGB value is (155,187,233). Sum of RGB (Red+Green+Blue) = 155+187+233=575 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.96% from 575); Green value is 187 (73.44% from 255 or 32.52% from 575); Blue value is 233 (91.41% from 255 or 40.52% from 575); Max value from RGB is 233 - color contains mainly: blue. Hex color #9BBBE9 is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBBE9 is #644416. Grayscale: #B6B6B6. Windows color (decimal): -6571031 or 15317915. OLE color: 15317915.

HSL color Cylindrical-coordinate representation of color #9BBBE9: hue angle of 215.38º degrees, saturation: 0.64, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #9BBBE9 is Cyan = 0.33, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB155187233-
CMYK0.330.2000.09
HSL215.38º63.93%76.08%-
HSV(B)215.38º33.48%91.37%-
XYZ4648.3984.01-
YUV182.68156.4108.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.96%
GREEN value IS 187 (73.44% from 255) = 32.52%
BLUE value IS 233 (91.41% from 255) = 40.52%
R=26.96%
G=32.52%
B=40.52%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal1551872330.330.2000.09215.3863.9376.08
Hex9BBBE9211409d7404c
Octal2332733514124011327100114
Binary10011011101110111110100110000110100010011101011110000001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBBE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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