Shades of Pelorous #1F97BB
Tints of Pelorous #1F97BB
RGB
CMYK
RGB Variations
Color information
#1F97BB (or 0x1F97BB) is known color: Pelorous. HEX triplet: 1F, 97 and BB. RGB value is (31,151,187). Sum of RGB (Red+Green+Blue) = 31+151+187=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 151 (59.38% from 255 or 40.92% from 369); Blue value is 187 (73.44% from 255 or 50.68% from 369); Max value from RGB is 187 - color contains mainly: blue. Hex color #1F97BB is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F97BB is #E06844. Grayscale: #767676. Windows color (decimal): -14706757 or 12293919. OLE color: 12293919.
HSL color Cylindrical-coordinate representation of color #1F97BB: hue angle of 193.85º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F97BB is Cyan = 0.83, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 31 | 151 | 187 | - |
| CMYK | 0.83 | 0.19 | 0 | 0.27 |
| HSL | 193.85º | 0.72% | 0.43% | - |
| HSV(B) | 193.85º | 0.83% | 0.73% | - |
| XYZ | 20.6 | 26.01 | 50.95 | - |
| YUV | 119.22 | 166.24 | 65.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 151 | 187 | 0.83 | 0.19 | 0 | 0.27 | 193.85 | 0.72 | 0.43 |
| Hex | 1F | 97 | BB | 53 | 13 | 0 | 1B | C2 | 48 | 2B |
| Octal | 37 | 227 | 273 | 123 | 23 | 0 | 33 | 302 | 110 | 53 |
| Binary | 11111 | 10010111 | 10111011 | 1010011 | 10011 | 0 | 11011 | 11000010 | 1001000 | 101011 |
Color Harmonies of #1F97BB
Complementary color
Monochromatic Colors of #1F97BB
Black with #1F97BB
Text Example
Text Example
White with #1F97BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F97BB; }
p { color: rgb(31,151,187); }
H1.HeaderClassName
{
color: #1F97BB;
}
.AnyTagClassName
{
color: #1F97BB;
}
</style>
background-color css
<style>
a { background-color: #1F97BB; }
a { background-color: rgb(31,151,187); }
div.DivClassName
{
background-color: #1F97BB;
}
.BgClassName
{
background-color: #1F97BB;
}
</style>
border-color css
<style>
span { border-color: #1F97BB; }
span { border-color: rgb(31,151,187); }
td.TdClassName
{
border-color: #1F97BB;
}
.TagClassName
{
border-color: #1F97BB;
}
</style>