Shades of Pelorous #1F9ABD
Tints of Pelorous #1F9ABD
RGB
CMYK
RGB Variations
Color information
#1F9ABD (or 0x1F9ABD) is known color: Pelorous. HEX triplet: 1F, 9A and BD. RGB value is (31,154,189). Sum of RGB (Red+Green+Blue) = 31+154+189=374 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.29% from 374); Green value is 154 (60.55% from 255 or 41.18% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #1F9ABD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1F9ABD is #E06542. Grayscale: #787878. Windows color (decimal): -14705987 or 12425759. OLE color: 12425759.
HSL color Cylindrical-coordinate representation of color #1F9ABD: hue angle of 193.29º degrees, saturation: 0.72, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1F9ABD is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 154 | 189 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.26 |
| HSL | 193.29º | 0.72% | 0.43% | - |
| HSV(B) | 193.29º | 0.84% | 0.74% | - |
| XYZ | 21.31 | 27.08 | 52.25 | - |
| YUV | 121.21 | 166.25 | 63.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 189 | 0.84 | 0.19 | 0 | 0.26 | 193.29 | 0.72 | 0.43 |
| Hex | 1F | 9A | BD | 54 | 13 | 0 | 1A | C1 | 48 | 2B |
| Octal | 37 | 232 | 275 | 124 | 23 | 0 | 32 | 301 | 110 | 53 |
| Binary | 11111 | 10011010 | 10111101 | 1010100 | 10011 | 0 | 11010 | 11000001 | 1001000 | 101011 |
Color Harmonies of #1F9ABD
Complementary color
Monochromatic Colors of #1F9ABD
Black with #1F9ABD
Text Example
Text Example
White with #1F9ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9ABD; }
p { color: rgb(31,154,189); }
H1.HeaderClassName
{
color: #1F9ABD;
}
.AnyTagClassName
{
color: #1F9ABD;
}
</style>
background-color css
<style>
a { background-color: #1F9ABD; }
a { background-color: rgb(31,154,189); }
div.DivClassName
{
background-color: #1F9ABD;
}
.BgClassName
{
background-color: #1F9ABD;
}
</style>
border-color css
<style>
span { border-color: #1F9ABD; }
span { border-color: rgb(31,154,189); }
td.TdClassName
{
border-color: #1F9ABD;
}
.TagClassName
{
border-color: #1F9ABD;
}
</style>