Shades of Pelorous #1FACC3
Tints of Pelorous #1FACC3
RGB
CMYK
RGB Variations
Color information
#1FACC3 (or 0x1FACC3) is known color: Pelorous. HEX triplet: 1F, AC and C3. RGB value is (31,172,195). Sum of RGB (Red+Green+Blue) = 31+172+195=398 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.79% from 398); Green value is 172 (67.58% from 255 or 43.22% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #1FACC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FACC3 is #E0533C. Grayscale: #848484. Windows color (decimal): -14701373 or 12823583. OLE color: 12823583.
HSL color Cylindrical-coordinate representation of color #1FACC3: hue angle of 188.41º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FACC3 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 172 | 195 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.24 |
| HSL | 188.41º | 0.73% | 0.44% | - |
| HSV(B) | 188.41º | 0.84% | 0.76% | - |
| XYZ | 25.17 | 33.74 | 56.82 | - |
| YUV | 132.46 | 163.29 | 55.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 172 | 195 | 0.84 | 0.12 | 0 | 0.24 | 188.41 | 0.73 | 0.44 |
| Hex | 1F | AC | C3 | 54 | C | 0 | 18 | BC | 49 | 2C |
| Octal | 37 | 254 | 303 | 124 | 14 | 0 | 30 | 274 | 111 | 54 |
| Binary | 11111 | 10101100 | 11000011 | 1010100 | 1100 | 0 | 11000 | 10111100 | 1001001 | 101100 |
Color Harmonies of #1FACC3
Complementary color
Monochromatic Colors of #1FACC3
Black with #1FACC3
Text Example
Text Example
White with #1FACC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FACC3; }
p { color: rgb(31,172,195); }
H1.HeaderClassName
{
color: #1FACC3;
}
.AnyTagClassName
{
color: #1FACC3;
}
</style>
background-color css
<style>
a { background-color: #1FACC3; }
a { background-color: rgb(31,172,195); }
div.DivClassName
{
background-color: #1FACC3;
}
.BgClassName
{
background-color: #1FACC3;
}
</style>
border-color css
<style>
span { border-color: #1FACC3; }
span { border-color: rgb(31,172,195); }
td.TdClassName
{
border-color: #1FACC3;
}
.TagClassName
{
border-color: #1FACC3;
}
</style>