Shades of Pelorous #1F9CAA
Tints of Pelorous #1F9CAA
RGB
CMYK
RGB Variations
Color information
#1F9CAA (or 0x1F9CAA) is known color: Pelorous. HEX triplet: 1F, 9C and AA. RGB value is (31,156,170). Sum of RGB (Red+Green+Blue) = 31+156+170=357 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.68% from 357); Green value is 156 (61.33% from 255 or 43.70% from 357); Blue value is 170 (66.80% from 255 or 47.62% from 357); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9CAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9CAA is #E06355. Grayscale: #787878. Windows color (decimal): -14705494 or 11181087. OLE color: 11181087.
HSL color Cylindrical-coordinate representation of color #1F9CAA: hue angle of 186.04º 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 #1F9CAA is Cyan = 0.82, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 156 | 170 | - |
| CMYK | 0.82 | 0.08 | 0 | 0.33 |
| HSL | 186.04º | 0.69% | 0.39% | - |
| HSV(B) | 186.04º | 0.82% | 0.67% | - |
| XYZ | 19.71 | 26.97 | 42.2 | - |
| YUV | 120.22 | 156.09 | 64.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 156 | 170 | 0.82 | 0.08 | 0 | 0.33 | 186.04 | 0.69 | 0.39 |
| Hex | 1F | 9C | AA | 52 | 8 | 0 | 21 | BA | 45 | 27 |
| Octal | 37 | 234 | 252 | 122 | 10 | 0 | 41 | 272 | 105 | 47 |
| Binary | 11111 | 10011100 | 10101010 | 1010010 | 1000 | 0 | 100001 | 10111010 | 1000101 | 100111 |
Color Harmonies of #1F9CAA
Complementary color
Monochromatic Colors of #1F9CAA
Black with #1F9CAA
Text Example
Text Example
White with #1F9CAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9CAA; }
p { color: rgb(31,156,170); }
H1.HeaderClassName
{
color: #1F9CAA;
}
.AnyTagClassName
{
color: #1F9CAA;
}
</style>
background-color css
<style>
a { background-color: #1F9CAA; }
a { background-color: rgb(31,156,170); }
div.DivClassName
{
background-color: #1F9CAA;
}
.BgClassName
{
background-color: #1F9CAA;
}
</style>
border-color css
<style>
span { border-color: #1F9CAA; }
span { border-color: rgb(31,156,170); }
td.TdClassName
{
border-color: #1F9CAA;
}
.TagClassName
{
border-color: #1F9CAA;
}
</style>