Shades of Pelorous #1FA6B4
Tints of Pelorous #1FA6B4
RGB
CMYK
RGB Variations
Color information
#1FA6B4 (or 0x1FA6B4) is known color: Pelorous. HEX triplet: 1F, A6 and B4. RGB value is (31,166,180). Sum of RGB (Red+Green+Blue) = 31+166+180=377 (49% of max value = 765). Red value is 31 (12.5% from 255 or 8.22% from 377); Green value is 166 (65.23% from 255 or 44.03% from 377); Blue value is 180 (70.70% from 255 or 47.75% from 377); Max value from RGB is 180 - color contains mainly: blue. Hex color #1FA6B4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1FA6B4 is #E0594B. Grayscale: #7F7F7F. Windows color (decimal): -14702924 or 11839007. OLE color: 11839007.
HSL color Cylindrical-coordinate representation of color #1FA6B4: hue angle of 185.64º degrees, saturation: 0.71, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1FA6B4 is Cyan = 0.83, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 31 | 166 | 180 | - |
| CMYK | 0.83 | 0.08 | 0 | 0.29 |
| HSL | 185.64º | 0.71% | 0.41% | - |
| HSV(B) | 185.64º | 0.83% | 0.71% | - |
| XYZ | 22.44 | 30.86 | 47.95 | - |
| YUV | 127.23 | 157.77 | 59.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 166 | 180 | 0.83 | 0.08 | 0 | 0.29 | 185.64 | 0.71 | 0.41 |
| Hex | 1F | A6 | B4 | 53 | 8 | 0 | 1D | BA | 47 | 29 |
| Octal | 37 | 246 | 264 | 123 | 10 | 0 | 35 | 272 | 107 | 51 |
| Binary | 11111 | 10100110 | 10110100 | 1010011 | 1000 | 0 | 11101 | 10111010 | 1000111 | 101001 |
Color Harmonies of #1FA6B4
Complementary color
Monochromatic Colors of #1FA6B4
Black with #1FA6B4
Text Example
Text Example
White with #1FA6B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1FA6B4; }
p { color: rgb(31,166,180); }
H1.HeaderClassName
{
color: #1FA6B4;
}
.AnyTagClassName
{
color: #1FA6B4;
}
</style>
background-color css
<style>
a { background-color: #1FA6B4; }
a { background-color: rgb(31,166,180); }
div.DivClassName
{
background-color: #1FA6B4;
}
.BgClassName
{
background-color: #1FA6B4;
}
</style>
border-color css
<style>
span { border-color: #1FA6B4; }
span { border-color: rgb(31,166,180); }
td.TdClassName
{
border-color: #1FA6B4;
}
.TagClassName
{
border-color: #1FA6B4;
}
</style>