Shades of Perano #9BADFD
Tints of Perano #9BADFD
RGB
CMYK
RGB Variations
Color information
#9BADFD (or 0x9BADFD) is known color: Perano. HEX triplet: 9B, AD and FD. RGB value is (155,173,253). Sum of RGB (Red+Green+Blue) = 155+173+253=581 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.68% from 581); Green value is 173 (67.97% from 255 or 29.78% from 581); Blue value is 253 (99.22% from 255 or 43.55% from 581); Max value from RGB is 253 - color contains mainly: blue. Hex color #9BADFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BADFD is #645202. Grayscale: #B0B0B0. Windows color (decimal): -6574595 or 16625051. OLE color: 16625051.
HSL color Cylindrical-coordinate representation of color #9BADFD: hue angle of 228.98º 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 #9BADFD is Cyan = 0.39, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 155 | 173 | 253 | - |
| CMYK | 0.39 | 0.32 | 0 | 0.01 |
| HSL | 228.98º | 0.96% | 0.8% | - |
| HSV(B) | 228.98º | 0.39% | 0.99% | - |
| XYZ | 46.19 | 43.95 | 98.98 | - |
| YUV | 176.74 | 171.04 | 112.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 173 | 253 | 0.39 | 0.32 | 0 | 0.01 | 228.98 | 0.96 | 0.8 |
| Hex | 9B | AD | FD | 27 | 20 | 0 | 1 | E5 | 60 | 50 |
| Octal | 233 | 255 | 375 | 47 | 40 | 0 | 1 | 345 | 140 | 120 |
| Binary | 10011011 | 10101101 | 11111101 | 100111 | 100000 | 0 | 1 | 11100101 | 1100000 | 1010000 |
Color Harmonies of #9BADFD
Complementary color
Monochromatic Colors of #9BADFD
Black with #9BADFD
Text Example
Text Example
White with #9BADFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BADFD; }
p { color: rgb(155,173,253); }
H1.HeaderClassName
{
color: #9BADFD;
}
.AnyTagClassName
{
color: #9BADFD;
}
</style>
background-color css
<style>
a { background-color: #9BADFD; }
a { background-color: rgb(155,173,253); }
div.DivClassName
{
background-color: #9BADFD;
}
.BgClassName
{
background-color: #9BADFD;
}
</style>
border-color css
<style>
span { border-color: #9BADFD; }
span { border-color: rgb(155,173,253); }
td.TdClassName
{
border-color: #9BADFD;
}
.TagClassName
{
border-color: #9BADFD;
}
</style>