Shades of Perano #95B1F3
Tints of Perano #95B1F3
RGB
CMYK
RGB Variations
Color information
#95B1F3 (or 0x95B1F3) is known color: Perano. HEX triplet: 95, B1 and F3. RGB value is (149,177,243). Sum of RGB (Red+Green+Blue) = 149+177+243=569 (75% of max value = 765). Red value is 149 (58.59% from 255 or 26.19% from 569); Green value is 177 (69.53% from 255 or 31.11% from 569); Blue value is 243 (95.31% from 255 or 42.71% from 569); Max value from RGB is 243 - color contains mainly: blue. Hex color #95B1F3 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #95B1F3 is #6A4E0C. Grayscale: #AFAFAF. Windows color (decimal): -6966797 or 15970709. OLE color: 15970709.
HSL color Cylindrical-coordinate representation of color #95B1F3: hue angle of 222.13º degrees, saturation: 0.8, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #95B1F3 is Cyan = 0.39, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 149 | 177 | 243 | - |
| CMYK | 0.39 | 0.27 | 0 | 0.05 |
| HSL | 222.13º | 0.8% | 0.77% | - |
| HSV(B) | 222.13º | 0.39% | 0.95% | - |
| XYZ | 44.29 | 44.3 | 91.01 | - |
| YUV | 176.15 | 165.72 | 108.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 177 | 243 | 0.39 | 0.27 | 0 | 0.05 | 222.13 | 0.8 | 0.77 |
| Hex | 95 | B1 | F3 | 27 | 1B | 0 | 5 | DE | 50 | 4D |
| Octal | 225 | 261 | 363 | 47 | 33 | 0 | 5 | 336 | 120 | 115 |
| Binary | 10010101 | 10110001 | 11110011 | 100111 | 11011 | 0 | 101 | 11011110 | 1010000 | 1001101 |
Color Harmonies of #95B1F3
Complementary color
Monochromatic Colors of #95B1F3
Black with #95B1F3
Text Example
Text Example
White with #95B1F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #95B1F3; }
p { color: rgb(149,177,243); }
H1.HeaderClassName
{
color: #95B1F3;
}
.AnyTagClassName
{
color: #95B1F3;
}
</style>
background-color css
<style>
a { background-color: #95B1F3; }
a { background-color: rgb(149,177,243); }
div.DivClassName
{
background-color: #95B1F3;
}
.BgClassName
{
background-color: #95B1F3;
}
</style>
border-color css
<style>
span { border-color: #95B1F3; }
span { border-color: rgb(149,177,243); }
td.TdClassName
{
border-color: #95B1F3;
}
.TagClassName
{
border-color: #95B1F3;
}
</style>