Shades of Pelorous #1FA7CC
Tints of Pelorous #1FA7CC
RGB
CMYK
RGB Variations
Color information
#1FA7CC (or 0x1FA7CC) is known color: Pelorous. HEX triplet: 1F, A7 and CC. RGB value is (31,167,204). Sum of RGB (Red+Green+Blue) = 31+167+204=402 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.71% from 402); Green value is 167 (65.62% from 255 or 41.54% from 402); Blue value is 204 (80.08% from 255 or 50.75% from 402); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FA7CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA7CC is #E05833. Grayscale: #828282. Windows color (decimal): -14702644 or 13412127. OLE color: 13412127.
HSL color Cylindrical-coordinate representation of color #1FA7CC: hue angle of 192.83º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FA7CC is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 167 | 204 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.2 |
| HSL | 192.83º | 0.74% | 0.46% | - |
| HSV(B) | 192.83º | 0.85% | 0.8% | - |
| XYZ | 25.28 | 32.29 | 62.03 | - |
| YUV | 130.55 | 169.44 | 56.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 167 | 204 | 0.85 | 0.18 | 0 | 0.2 | 192.83 | 0.74 | 0.46 |
| Hex | 1F | A7 | CC | 55 | 12 | 0 | 14 | C1 | 4A | 2E |
| Octal | 37 | 247 | 314 | 125 | 22 | 0 | 24 | 301 | 112 | 56 |
| Binary | 11111 | 10100111 | 11001100 | 1010101 | 10010 | 0 | 10100 | 11000001 | 1001010 | 101110 |
Color Harmonies of #1FA7CC
Complementary color
Monochromatic Colors of #1FA7CC
Black with #1FA7CC
Text Example
Text Example
White with #1FA7CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA7CC; }
p { color: rgb(31,167,204); }
H1.HeaderClassName
{
color: #1FA7CC;
}
.AnyTagClassName
{
color: #1FA7CC;
}
</style>
background-color css
<style>
a { background-color: #1FA7CC; }
a { background-color: rgb(31,167,204); }
div.DivClassName
{
background-color: #1FA7CC;
}
.BgClassName
{
background-color: #1FA7CC;
}
</style>
border-color css
<style>
span { border-color: #1FA7CC; }
span { border-color: rgb(31,167,204); }
td.TdClassName
{
border-color: #1FA7CC;
}
.TagClassName
{
border-color: #1FA7CC;
}
</style>