#9BBDFB

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

Shades of Perano #9BBDFB

Tints of Perano #9BBDFB

Color information

#9BBDFB (or 0x9BBDFB) is unknown color: approx Perano. HEX triplet: 9B, BD and FB. RGB value is (155,189,251). Sum of RGB (Red+Green+Blue) = 155+189+251=595 (78% of max value = 765). Red value is 155 (60.94% from 255 or 26.05% from 595); Green value is 189 (74.22% from 255 or 31.76% from 595); Blue value is 251 (98.44% from 255 or 42.18% from 595); Max value from RGB is 251 - color contains mainly: blue. Hex color #9BBDFB is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDFB is #644204. Grayscale: #B9B9B9. Windows color (decimal): -6570501 or 16498075. OLE color: 16498075.

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

Color convert

RGB155189251-
CMYK0.380.2500.02
HSL218.75º92.31%79.61%-
HSV(B)218.75º38.25%98.43%-
XYZ49.1350.3398.39-
YUV185.9164.74105.96-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 26.05%
GREEN value IS 189 (74.22% from 255) = 31.76%
BLUE value IS 251 (98.44% from 255) = 42.18%
R=26.05%
G=31.76%
B=42.18%

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
Decimal1551892510.380.2500.02218.7592.3179.61
Hex9BBDFB261902db5c50
Octal233275373463102333134120
Binary100110111011110111111011100110110010101101101110111001010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9BBDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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