Shades of Pelorous #1FA4CE
Tints of Pelorous #1FA4CE
RGB
CMYK
RGB Variations
Color information
#1FA4CE (or 0x1FA4CE) is known color: Pelorous. HEX triplet: 1F, A4 and CE. RGB value is (31,164,206). Sum of RGB (Red+Green+Blue) = 31+164+206=401 (53% of max value = 765). Red value is 31 (12.5% from 255 or 7.73% from 401); Green value is 164 (64.45% from 255 or 40.90% from 401); Blue value is 206 (80.86% from 255 or 51.37% from 401); Max value from RGB is 206 - color contains mainly: blue. Hex color #1FA4CE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA4CE is #E05B31. Grayscale: #808080. Windows color (decimal): -14703410 or 13542431. OLE color: 13542431.
HSL color Cylindrical-coordinate representation of color #1FA4CE: hue angle of 194.4º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1FA4CE is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 31 | 164 | 206 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.19 |
| HSL | 194.4º | 0.74% | 0.46% | - |
| HSV(B) | 194.4º | 0.85% | 0.81% | - |
| XYZ | 24.98 | 31.3 | 63.12 | - |
| YUV | 129.02 | 171.44 | 58.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 164 | 206 | 0.85 | 0.20 | 0 | 0.19 | 194.4 | 0.74 | 0.46 |
| Hex | 1F | A4 | CE | 55 | 14 | 0 | 13 | C2 | 4A | 2E |
| Octal | 37 | 244 | 316 | 125 | 24 | 0 | 23 | 302 | 112 | 56 |
| Binary | 11111 | 10100100 | 11001110 | 1010101 | 10100 | 0 | 10011 | 11000010 | 1001010 | 101110 |
Color Harmonies of #1FA4CE
Complementary color
Monochromatic Colors of #1FA4CE
Black with #1FA4CE
Text Example
Text Example
White with #1FA4CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA4CE; }
p { color: rgb(31,164,206); }
H1.HeaderClassName
{
color: #1FA4CE;
}
.AnyTagClassName
{
color: #1FA4CE;
}
</style>
background-color css
<style>
a { background-color: #1FA4CE; }
a { background-color: rgb(31,164,206); }
div.DivClassName
{
background-color: #1FA4CE;
}
.BgClassName
{
background-color: #1FA4CE;
}
</style>
border-color css
<style>
span { border-color: #1FA4CE; }
span { border-color: rgb(31,164,206); }
td.TdClassName
{
border-color: #1FA4CE;
}
.TagClassName
{
border-color: #1FA4CE;
}
</style>