Shades of Perano #9BB2F3
Tints of Perano #9BB2F3
RGB
CMYK
RGB Variations
Color information
#9BB2F3 (or 0x9BB2F3) is known color: Perano. HEX triplet: 9B, B2 and F3. RGB value is (155,178,243). Sum of RGB (Red+Green+Blue) = 155+178+243=576 (76% of max value = 765). Red value is 155 (60.94% from 255 or 26.91% from 576); Green value is 178 (69.92% from 255 or 30.90% from 576); Blue value is 243 (95.31% from 255 or 42.19% from 576); Max value from RGB is 243 - color contains mainly: blue. Hex color #9BB2F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9BB2F3 is #644D0C. Grayscale: #B2B2B2. Windows color (decimal): -6573325 or 15970971. OLE color: 15970971.
HSL color Cylindrical-coordinate representation of color #9BB2F3: hue angle of 224.32º degrees, saturation: 0.79, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #9BB2F3 is Cyan = 0.36, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 155 | 178 | 243 | - |
| CMYK | 0.36 | 0.27 | 0 | 0.05 |
| HSL | 224.32º | 0.79% | 0.78% | - |
| HSV(B) | 224.32º | 0.36% | 0.95% | - |
| XYZ | 45.62 | 45.28 | 91.13 | - |
| YUV | 178.53 | 164.38 | 111.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 178 | 243 | 0.36 | 0.27 | 0 | 0.05 | 224.32 | 0.79 | 0.78 |
| Hex | 9B | B2 | F3 | 24 | 1B | 0 | 5 | E0 | 4F | 4E |
| Octal | 233 | 262 | 363 | 44 | 33 | 0 | 5 | 340 | 117 | 116 |
| Binary | 10011011 | 10110010 | 11110011 | 100100 | 11011 | 0 | 101 | 11100000 | 1001111 | 1001110 |
Color Harmonies of #9BB2F3
Complementary color
Monochromatic Colors of #9BB2F3
Black with #9BB2F3
Text Example
Text Example
White with #9BB2F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9BB2F3; }
p { color: rgb(155,178,243); }
H1.HeaderClassName
{
color: #9BB2F3;
}
.AnyTagClassName
{
color: #9BB2F3;
}
</style>
background-color css
<style>
a { background-color: #9BB2F3; }
a { background-color: rgb(155,178,243); }
div.DivClassName
{
background-color: #9BB2F3;
}
.BgClassName
{
background-color: #9BB2F3;
}
</style>
border-color css
<style>
span { border-color: #9BB2F3; }
span { border-color: rgb(155,178,243); }
td.TdClassName
{
border-color: #9BB2F3;
}
.TagClassName
{
border-color: #9BB2F3;
}
</style>