Shades of Pelorous #1FABC3
Tints of Pelorous #1FABC3
RGB
CMYK
RGB Variations
Color information
#1FABC3 (or 0x1FABC3) is known color: Pelorous. HEX triplet: 1F, AB and C3. RGB value is (31,171,195). Sum of RGB (Red+Green+Blue) = 31+171+195=397 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.81% from 397); Green value is 171 (67.19% from 255 or 43.07% from 397); Blue value is 195 (76.56% from 255 or 49.12% from 397); Max value from RGB is 195 - color contains mainly: blue. Hex color #1FABC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FABC3 is #E0543C. Grayscale: #838383. Windows color (decimal): -14701629 or 12823327. OLE color: 12823327.
HSL color Cylindrical-coordinate representation of color #1FABC3: hue angle of 188.78º 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 #1FABC3 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 171 | 195 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.24 |
| HSL | 188.78º | 0.73% | 0.44% | - |
| HSV(B) | 188.78º | 0.84% | 0.76% | - |
| XYZ | 24.98 | 33.36 | 56.75 | - |
| YUV | 131.88 | 163.62 | 56.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 171 | 195 | 0.84 | 0.12 | 0 | 0.24 | 188.78 | 0.73 | 0.44 |
| Hex | 1F | AB | C3 | 54 | C | 0 | 18 | BD | 49 | 2C |
| Octal | 37 | 253 | 303 | 124 | 14 | 0 | 30 | 275 | 111 | 54 |
| Binary | 11111 | 10101011 | 11000011 | 1010100 | 1100 | 0 | 11000 | 10111101 | 1001001 | 101100 |
Color Harmonies of #1FABC3
Complementary color
Monochromatic Colors of #1FABC3
Black with #1FABC3
Text Example
Text Example
White with #1FABC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FABC3; }
p { color: rgb(31,171,195); }
H1.HeaderClassName
{
color: #1FABC3;
}
.AnyTagClassName
{
color: #1FABC3;
}
</style>
background-color css
<style>
a { background-color: #1FABC3; }
a { background-color: rgb(31,171,195); }
div.DivClassName
{
background-color: #1FABC3;
}
.BgClassName
{
background-color: #1FABC3;
}
</style>
border-color css
<style>
span { border-color: #1FABC3; }
span { border-color: rgb(31,171,195); }
td.TdClassName
{
border-color: #1FABC3;
}
.TagClassName
{
border-color: #1FABC3;
}
</style>