Shades of Perano #9BBDFD
Tints of Perano #9BBDFD
RGB
CMYK
RGB Variations
Color information
#9BBDFD (or 0x9BBDFD) is known color: Perano. HEX triplet: 9B, BD and FD. RGB value is (155,189,253). Sum of RGB (Red+Green+Blue) = 155+189+253=597 (79% of max value = 765). Red value is 155 (60.94% from 255 or 25.96% from 597); Green value is 189 (74.22% from 255 or 31.66% from 597); Blue value is 253 (99.22% from 255 or 42.38% from 597); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BBDFD is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BBDFD is #644202. Grayscale: #B9B9B9. Windows color (decimal): -6570499 or 16629147. OLE color: 16629147.
HSL color Cylindrical-coordinate representation of color #9BBDFD: hue angle of 219.18º degrees, saturation: 0.96, lightness: 0.8%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #9BBDFD is Cyan = 0.39, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 189 | 253 | - |
| CMYK | 0.39 | 0.25 | 0 | 0.01 |
| HSL | 219.18º | 0.96% | 0.8% | - |
| HSV(B) | 219.18º | 0.39% | 0.99% | - |
| XYZ | 49.44 | 50.46 | 100.06 | - |
| YUV | 186.13 | 165.74 | 105.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 189 | 253 | 0.39 | 0.25 | 0 | 0.01 | 219.18 | 0.96 | 0.8 |
| Hex | 9B | BD | FD | 27 | 19 | 0 | 1 | DB | 60 | 50 |
| Octal | 233 | 275 | 375 | 47 | 31 | 0 | 1 | 333 | 140 | 120 |
| Binary | 10011011 | 10111101 | 11111101 | 100111 | 11001 | 0 | 1 | 11011011 | 1100000 | 1010000 |
Color Harmonies of #9BBDFD
Complementary color
Monochromatic Colors of #9BBDFD
Black with #9BBDFD
Text Example
Text Example
White with #9BBDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BBDFD; }
p { color: rgb(155,189,253); }
H1.HeaderClassName
{
color: #9BBDFD;
}
.AnyTagClassName
{
color: #9BBDFD;
}
</style>
background-color css
<style>
a { background-color: #9BBDFD; }
a { background-color: rgb(155,189,253); }
div.DivClassName
{
background-color: #9BBDFD;
}
.BgClassName
{
background-color: #9BBDFD;
}
</style>
border-color css
<style>
span { border-color: #9BBDFD; }
span { border-color: rgb(155,189,253); }
td.TdClassName
{
border-color: #9BBDFD;
}
.TagClassName
{
border-color: #9BBDFD;
}
</style>