Shades of Pelorous #1FADC4
Tints of Pelorous #1FADC4
RGB
CMYK
RGB Variations
Color information
#1FADC4 (or 0x1FADC4) is known color: Pelorous. HEX triplet: 1F, AD and C4. RGB value is (31,173,196). Sum of RGB (Red+Green+Blue) = 31+173+196=400 (52% of max value = 765). Red value is 31 (12.5% from 255 or 7.75% from 400); Green value is 173 (67.97% from 255 or 43.25% from 400); Blue value is 196 (76.95% from 255 or 49% from 400); Max value from RGB is 196 - color contains mainly: blue. Hex color #1FADC4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FADC4 is #E0523B. Grayscale: #848484. Windows color (decimal): -14701116 or 12889375. OLE color: 12889375.
HSL color Cylindrical-coordinate representation of color #1FADC4: hue angle of 188.36º degrees, saturation: 0.73, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1FADC4 is Cyan = 0.84, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 31 | 173 | 196 | - |
| CMYK | 0.84 | 0.12 | 0 | 0.23 |
| HSL | 188.36º | 0.73% | 0.45% | - |
| HSV(B) | 188.36º | 0.84% | 0.77% | - |
| XYZ | 25.47 | 34.16 | 57.48 | - |
| YUV | 133.16 | 163.46 | 55.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 173 | 196 | 0.84 | 0.12 | 0 | 0.23 | 188.36 | 0.73 | 0.45 |
| Hex | 1F | AD | C4 | 54 | C | 0 | 17 | BC | 49 | 2D |
| Octal | 37 | 255 | 304 | 124 | 14 | 0 | 27 | 274 | 111 | 55 |
| Binary | 11111 | 10101101 | 11000100 | 1010100 | 1100 | 0 | 10111 | 10111100 | 1001001 | 101101 |
Color Harmonies of #1FADC4
Complementary color
Monochromatic Colors of #1FADC4
Black with #1FADC4
Text Example
Text Example
White with #1FADC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FADC4; }
p { color: rgb(31,173,196); }
H1.HeaderClassName
{
color: #1FADC4;
}
.AnyTagClassName
{
color: #1FADC4;
}
</style>
background-color css
<style>
a { background-color: #1FADC4; }
a { background-color: rgb(31,173,196); }
div.DivClassName
{
background-color: #1FADC4;
}
.BgClassName
{
background-color: #1FADC4;
}
</style>
border-color css
<style>
span { border-color: #1FADC4; }
span { border-color: rgb(31,173,196); }
td.TdClassName
{
border-color: #1FADC4;
}
.TagClassName
{
border-color: #1FADC4;
}
</style>