Shades of Pelorous #1FA4CC
Tints of Pelorous #1FA4CC
RGB
CMYK
RGB Variations
Color information
#1FA4CC (or 0x1FA4CC) is known color: Pelorous. HEX triplet: 1F, A4 and CC. RGB value is (31,164,204). Sum of RGB (Red+Green+Blue) = 31+164+204=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 164 (64.45% from 255 or 41.10% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #1FA4CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA4CC is #E05B33. Grayscale: #808080. Windows color (decimal): -14703412 or 13411359. OLE color: 13411359.
HSL color Cylindrical-coordinate representation of color #1FA4CC: hue angle of 193.87º 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 #1FA4CC is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 31 | 164 | 204 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.2 |
| HSL | 193.87º | 0.74% | 0.46% | - |
| HSV(B) | 193.87º | 0.85% | 0.8% | - |
| XYZ | 24.74 | 31.2 | 61.85 | - |
| YUV | 128.79 | 170.44 | 58.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 204 | 0.85 | 0.20 | 0 | 0.2 | 193.87 | 0.74 | 0.46 |
| Hex | 1F | A4 | CC | 55 | 14 | 0 | 14 | C2 | 4A | 2E |
| Octal | 37 | 244 | 314 | 125 | 24 | 0 | 24 | 302 | 112 | 56 |
| Binary | 11111 | 10100100 | 11001100 | 1010101 | 10100 | 0 | 10100 | 11000010 | 1001010 | 101110 |
Color Harmonies of #1FA4CC
Complementary color
Monochromatic Colors of #1FA4CC
Black with #1FA4CC
Text Example
Text Example
White with #1FA4CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA4CC; }
p { color: rgb(31,164,204); }
H1.HeaderClassName
{
color: #1FA4CC;
}
.AnyTagClassName
{
color: #1FA4CC;
}
</style>
background-color css
<style>
a { background-color: #1FA4CC; }
a { background-color: rgb(31,164,204); }
div.DivClassName
{
background-color: #1FA4CC;
}
.BgClassName
{
background-color: #1FA4CC;
}
</style>
border-color css
<style>
span { border-color: #1FA4CC; }
span { border-color: rgb(31,164,204); }
td.TdClassName
{
border-color: #1FA4CC;
}
.TagClassName
{
border-color: #1FA4CC;
}
</style>