Shades of Pelorous #1FADC3
Tints of Pelorous #1FADC3
RGB
CMYK
RGB Variations
Color information
#1FADC3 (or 0x1FADC3) is known color: Pelorous. HEX triplet: 1F, AD and C3. RGB value is (31,173,195). Sum of RGB (Red+Green+Blue) = 31+173+195=399 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.77% from 399); Green value is 173 (67.97% from 255 or 43.36% from 399); Blue value is 195 (76.56% from 255 or 48.87% from 399); Max value from RGB is 195 - color contains mainly: blue. Hex color #1FADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADC3 is #E0523C. Grayscale: #848484. Windows color (decimal): -14701117 or 12823839. OLE color: 12823839.
HSL color Cylindrical-coordinate representation of color #1FADC3: hue angle of 188.05º 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 #1FADC3 is Cyan = 0.84, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 31 | 173 | 195 | - |
| CMYK | 0.84 | 0.11 | 0 | 0.24 |
| HSL | 188.05º | 0.73% | 0.44% | - |
| HSV(B) | 188.05º | 0.84% | 0.76% | - |
| XYZ | 25.36 | 34.12 | 56.88 | - |
| YUV | 133.05 | 162.96 | 55.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 195 | 0.84 | 0.11 | 0 | 0.24 | 188.05 | 0.73 | 0.44 |
| Hex | 1F | AD | C3 | 54 | B | 0 | 18 | BC | 49 | 2C |
| Octal | 37 | 255 | 303 | 124 | 13 | 0 | 30 | 274 | 111 | 54 |
| Binary | 11111 | 10101101 | 11000011 | 1010100 | 1011 | 0 | 11000 | 10111100 | 1001001 | 101100 |
Color Harmonies of #1FADC3
Complementary color
Monochromatic Colors of #1FADC3
Black with #1FADC3
Text Example
Text Example
White with #1FADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADC3; }
p { color: rgb(31,173,195); }
H1.HeaderClassName
{
color: #1FADC3;
}
.AnyTagClassName
{
color: #1FADC3;
}
</style>
background-color css
<style>
a { background-color: #1FADC3; }
a { background-color: rgb(31,173,195); }
div.DivClassName
{
background-color: #1FADC3;
}
.BgClassName
{
background-color: #1FADC3;
}
</style>
border-color css
<style>
span { border-color: #1FADC3; }
span { border-color: rgb(31,173,195); }
td.TdClassName
{
border-color: #1FADC3;
}
.TagClassName
{
border-color: #1FADC3;
}
</style>