Shades of Pelorous #1F9DAA
Tints of Pelorous #1F9DAA
RGB
CMYK
RGB Variations
Color information
#1F9DAA (or 0x1F9DAA) is known color: Pelorous. HEX triplet: 1F, 9D and AA. RGB value is (31,157,170). Sum of RGB (Red+Green+Blue) = 31+157+170=358 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.66% from 358); Green value is 157 (61.72% from 255 or 43.85% from 358); Blue value is 170 (66.80% from 255 or 47.49% from 358); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9DAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9DAA is #E06255. Grayscale: #787878. Windows color (decimal): -14705238 or 11181343. OLE color: 11181343.
HSL color Cylindrical-coordinate representation of color #1F9DAA: hue angle of 185.61º degrees, saturation: 0.69, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F9DAA is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 157 | 170 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.33 |
| HSL | 185.61º | 0.69% | 0.39% | - |
| HSV(B) | 185.61º | 0.82% | 0.67% | - |
| XYZ | 19.88 | 27.31 | 42.25 | - |
| YUV | 120.81 | 155.76 | 63.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 157 | 170 | 0.82 | 0.08 | 0 | 0.33 | 185.61 | 0.69 | 0.39 |
| Hex | 1F | 9D | AA | 52 | 8 | 0 | 21 | BA | 45 | 27 |
| Octal | 37 | 235 | 252 | 122 | 10 | 0 | 41 | 272 | 105 | 47 |
| Binary | 11111 | 10011101 | 10101010 | 1010010 | 1000 | 0 | 100001 | 10111010 | 1000101 | 100111 |
Color Harmonies of #1F9DAA
Complementary color
Monochromatic Colors of #1F9DAA
Black with #1F9DAA
Text Example
Text Example
White with #1F9DAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9DAA; }
p { color: rgb(31,157,170); }
H1.HeaderClassName
{
color: #1F9DAA;
}
.AnyTagClassName
{
color: #1F9DAA;
}
</style>
background-color css
<style>
a { background-color: #1F9DAA; }
a { background-color: rgb(31,157,170); }
div.DivClassName
{
background-color: #1F9DAA;
}
.BgClassName
{
background-color: #1F9DAA;
}
</style>
border-color css
<style>
span { border-color: #1F9DAA; }
span { border-color: rgb(31,157,170); }
td.TdClassName
{
border-color: #1F9DAA;
}
.TagClassName
{
border-color: #1F9DAA;
}
</style>