#9BB5FB

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

Shades of Perano #9BB5FB

Tints of Perano #9BB5FB

Color information

#9BB5FB (or 0x9BB5FB) is unknown color: approx Perano. HEX triplet: 9B, B5 and FB. RGB value is (155,181,251). Sum of RGB (Red+Green+Blue) = 155+181+251=587 (77% of max value = 765). Red value is 155 (60.94% from 255 or 26.41% from 587); Green value is 181 (71.09% from 255 or 30.83% from 587); Blue value is 251 (98.44% from 255 or 42.76% from 587); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BB5FB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB5FB is #644A04. Grayscale: #B4B4B4. Windows color (decimal): -6572549 or 16496027. OLE color: 16496027.

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

Color convert

RGB155181251-
CMYK0.380.2800.02
HSL223.75º92.31%79.61%-
HSV(B)223.75º38.25%98.43%-
XYZ47.4546.9897.83-
YUV181.21167.39109.31-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.41%
GREEN value IS 181 (71.09% from 255) = 30.83%
BLUE value IS 251 (98.44% from 255) = 42.76%
R=26.41%
G=30.83%
B=42.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1551812510.380.2800.02223.7592.3179.61
Hex9BB5FB261C02e05c50
Octal233265373463402340134120
Binary100110111011010111111011100110111000101110000010111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BB5FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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