#9BBCFB

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

Shades of Perano #9BBCFB

Tints of Perano #9BBCFB

Color information

#9BBCFB (or 0x9BBCFB) is unknown color: approx Perano. HEX triplet: 9B, BC and FB. RGB value is (155,188,251). Sum of RGB (Red+Green+Blue) = 155+188+251=594 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.09% from 594); Green value is 188 (73.83% from 255 or 31.65% from 594); Blue value is 251 (98.44% from 255 or 42.26% from 594); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBCFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBCFB is #644304. Grayscale: #B9B9B9. Windows color (decimal): -6570757 or 16497819. OLE color: 16497819.

HSL color Cylindrical-coordinate representation of color #9BBCFB: hue angle of 219.38º degrees, saturation: 0.92, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9BBCFB is Cyan = 0.38, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155188251-
CMYK0.380.2500.02
HSL219.38º92.31%79.61%-
HSV(B)219.38º38.25%98.43%-
XYZ48.9149.998.32-
YUV185.32165.07106.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.09%
GREEN value IS 188 (73.83% from 255) = 31.65%
BLUE value IS 251 (98.44% from 255) = 42.26%
R=26.09%
G=31.65%
B=42.26%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551882510.380.2500.02219.3892.3179.61
Hex9BBCFB261902db5c50
Octal233274373463102333134120
Binary100110111011110011111011100110110010101101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBCFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,188,251); }

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

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

 a { background-color: rgb(155,188,251); }

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

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

 span { border-color: rgb(155,188,251); }

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