#9BB8FB

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

Shades of Perano #9BB8FB

Tints of Perano #9BB8FB

Color information

#9BB8FB (or 0x9BB8FB) is unknown color: approx Perano. HEX triplet: 9B, B8 and FB. RGB value is (155,184,251). Sum of RGB (Red+Green+Blue) = 155+184+251=590 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.27% from 590); Green value is 184 (72.27% from 255 or 31.19% from 590); Blue value is 251 (98.44% from 255 or 42.54% from 590); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BB8FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB8FB is #644704. Grayscale: #B6B6B6. Windows color (decimal): -6571781 or 16496795. OLE color: 16496795.

HSL color Cylindrical-coordinate representation of color #9BB8FB: hue angle of 221.88º 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 #9BB8FB is Cyan = 0.38, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB155184251-
CMYK0.380.2700.02
HSL221.88º92.31%79.61%-
HSV(B)221.88º38.25%98.43%-
XYZ48.0748.2198.04-
YUV182.97166.39108.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.27%
GREEN value IS 184 (72.27% from 255) = 31.19%
BLUE value IS 251 (98.44% from 255) = 42.54%
R=26.27%
G=31.19%
B=42.54%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551842510.380.2700.02221.8892.3179.61
Hex9BB8FB261B02de5c50
Octal233270373463302336134120
Binary100110111011100011111011100110110110101101111010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB8FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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