Shades of Pelorous #1F9CB6
Tints of Pelorous #1F9CB6
RGB
CMYK
RGB Variations
Color information
#1F9CB6 (or 0x1F9CB6) is known color: Pelorous. HEX triplet: 1F, 9C and B6. RGB value is (31,156,182). Sum of RGB (Red+Green+Blue) = 31+156+182=369 (48% of max value = 765). Red value is 31 (12.5% from 255 or 8.40% from 369); Green value is 156 (61.33% from 255 or 42.28% from 369); Blue value is 182 (71.48% from 255 or 49.32% from 369); Max value from RGB is 182 - color contains mainly: blue. Hex color #1F9CB6 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9CB6 is #E06349. Grayscale: #797979. Windows color (decimal): -14705482 or 11967519. OLE color: 11967519.
HSL color Cylindrical-coordinate representation of color #1F9CB6: hue angle of 190.33º degrees, saturation: 0.71, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F9CB6 is Cyan = 0.83, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 156 | 182 | - |
| CMYK | 0.83 | 0.14 | 0 | 0.29 |
| HSL | 190.33º | 0.71% | 0.42% | - |
| HSV(B) | 190.33º | 0.83% | 0.71% | - |
| XYZ | 20.9 | 27.45 | 48.45 | - |
| YUV | 121.59 | 162.09 | 63.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 182 | 0.83 | 0.14 | 0 | 0.29 | 190.33 | 0.71 | 0.42 |
| Hex | 1F | 9C | B6 | 53 | E | 0 | 1D | BE | 47 | 2A |
| Octal | 37 | 234 | 266 | 123 | 16 | 0 | 35 | 276 | 107 | 52 |
| Binary | 11111 | 10011100 | 10110110 | 1010011 | 1110 | 0 | 11101 | 10111110 | 1000111 | 101010 |
Color Harmonies of #1F9CB6
Complementary color
Monochromatic Colors of #1F9CB6
Black with #1F9CB6
Text Example
Text Example
White with #1F9CB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CB6; }
p { color: rgb(31,156,182); }
H1.HeaderClassName
{
color: #1F9CB6;
}
.AnyTagClassName
{
color: #1F9CB6;
}
</style>
background-color css
<style>
a { background-color: #1F9CB6; }
a { background-color: rgb(31,156,182); }
div.DivClassName
{
background-color: #1F9CB6;
}
.BgClassName
{
background-color: #1F9CB6;
}
</style>
border-color css
<style>
span { border-color: #1F9CB6; }
span { border-color: rgb(31,156,182); }
td.TdClassName
{
border-color: #1F9CB6;
}
.TagClassName
{
border-color: #1F9CB6;
}
</style>