Shades of Pelorous #1FA9BC
Tints of Pelorous #1FA9BC
RGB
CMYK
RGB Variations
Color information
#1FA9BC (or 0x1FA9BC) is known color: Pelorous. HEX triplet: 1F, A9 and BC. RGB value is (31,169,188). Sum of RGB (Red+Green+Blue) = 31+169+188=388 (51% of max value = 765). Red value is 31 (12.5% from 255 or 7.99% from 388); Green value is 169 (66.41% from 255 or 43.56% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #1FA9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA9BC is #E05643. Grayscale: #818181. Windows color (decimal): -14702148 or 12364063. OLE color: 12364063.
HSL color Cylindrical-coordinate representation of color #1FA9BC: hue angle of 187.26º 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 #1FA9BC is Cyan = 0.84, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 31 | 169 | 188 | - |
| CMYK | 0.84 | 0.10 | 0 | 0.26 |
| HSL | 187.26º | 0.72% | 0.43% | - |
| HSV(B) | 187.26º | 0.84% | 0.74% | - |
| XYZ | 23.83 | 32.3 | 52.56 | - |
| YUV | 129.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 169 | 188 | 0.84 | 0.10 | 0 | 0.26 | 187.26 | 0.72 | 0.43 |
| Hex | 1F | A9 | BC | 54 | A | 0 | 1A | BB | 48 | 2B |
| Octal | 37 | 251 | 274 | 124 | 12 | 0 | 32 | 273 | 110 | 53 |
| Binary | 11111 | 10101001 | 10111100 | 1010100 | 1010 | 0 | 11010 | 10111011 | 1001000 | 101011 |
Color Harmonies of #1FA9BC
Complementary color
Monochromatic Colors of #1FA9BC
Black with #1FA9BC
Text Example
Text Example
White with #1FA9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA9BC; }
p { color: rgb(31,169,188); }
H1.HeaderClassName
{
color: #1FA9BC;
}
.AnyTagClassName
{
color: #1FA9BC;
}
</style>
background-color css
<style>
a { background-color: #1FA9BC; }
a { background-color: rgb(31,169,188); }
div.DivClassName
{
background-color: #1FA9BC;
}
.BgClassName
{
background-color: #1FA9BC;
}
</style>
border-color css
<style>
span { border-color: #1FA9BC; }
span { border-color: rgb(31,169,188); }
td.TdClassName
{
border-color: #1FA9BC;
}
.TagClassName
{
border-color: #1FA9BC;
}
</style>