Shades of Perano #9BB4ED
Tints of Perano #9BB4ED
RGB
CMYK
RGB Variations
Color information
#9BB4ED (or 0x9BB4ED) is known color: Perano. HEX triplet: 9B, B4 and ED. RGB value is (155,180,237). Sum of RGB (Red+Green+Blue) = 155+180+237=572 (75% of max value = 765). Red value is 155 (60.94% from 255 or 27.10% from 572); Green value is 180 (70.70% from 255 or 31.47% from 572); Blue value is 237 (92.97% from 255 or 41.43% from 572); Max value from RGB is 237 - color contains mainly: blue. Hex color #9BB4ED is not a web safe color. Web safe color analog (approx): #99CCFF. Inversed color of #9BB4ED is #644B12. Grayscale: #B2B2B2. Windows color (decimal): -6572819 or 15578267. OLE color: 15578267.
HSL color Cylindrical-coordinate representation of color #9BB4ED: hue angle of 221.71º degrees, saturation: 0.69, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #9BB4ED is Cyan = 0.35, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 155 | 180 | 237 | - |
| CMYK | 0.35 | 0.24 | 0 | 0.07 |
| HSL | 221.71º | 0.69% | 0.77% | - |
| HSV(B) | 221.71º | 0.35% | 0.93% | - |
| XYZ | 45.12 | 45.73 | 86.57 | - |
| YUV | 179.02 | 160.72 | 110.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 180 | 237 | 0.35 | 0.24 | 0 | 0.07 | 221.71 | 0.69 | 0.77 |
| Hex | 9B | B4 | ED | 23 | 18 | 0 | 7 | DE | 45 | 4D |
| Octal | 233 | 264 | 355 | 43 | 30 | 0 | 7 | 336 | 105 | 115 |
| Binary | 10011011 | 10110100 | 11101101 | 100011 | 11000 | 0 | 111 | 11011110 | 1000101 | 1001101 |
Color Harmonies of #9BB4ED
Complementary color
Monochromatic Colors of #9BB4ED
Black with #9BB4ED
Text Example
Text Example
White with #9BB4ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB4ED; }
p { color: rgb(155,180,237); }
H1.HeaderClassName
{
color: #9BB4ED;
}
.AnyTagClassName
{
color: #9BB4ED;
}
</style>
background-color css
<style>
a { background-color: #9BB4ED; }
a { background-color: rgb(155,180,237); }
div.DivClassName
{
background-color: #9BB4ED;
}
.BgClassName
{
background-color: #9BB4ED;
}
</style>
border-color css
<style>
span { border-color: #9BB4ED; }
span { border-color: rgb(155,180,237); }
td.TdClassName
{
border-color: #9BB4ED;
}
.TagClassName
{
border-color: #9BB4ED;
}
</style>