Shades of Pelorous #1F9AAA
Tints of Pelorous #1F9AAA
RGB
CMYK
RGB Variations
Color information
#1F9AAA (or 0x1F9AAA) is known color: Pelorous. HEX triplet: 1F, 9A and AA. RGB value is (31,154,170). Sum of RGB (Red+Green+Blue) = 31+154+170=355 (47% of max value = 765). Red value is 31 (12.5% from 255 or 8.73% from 355); Green value is 154 (60.55% from 255 or 43.38% from 355); Blue value is 170 (66.80% from 255 or 47.89% from 355); Max value from RGB is 170 - color contains mainly: blue. Hex color #1F9AAA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1F9AAA is #E06555. Grayscale: #767676. Windows color (decimal): -14706006 or 11180575. OLE color: 11180575.
HSL color Cylindrical-coordinate representation of color #1F9AAA: hue angle of 186.91º 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 #1F9AAA is Cyan = 0.82, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 31 | 154 | 170 | - |
| CMYK | 0.82 | 0.09 | 0 | 0.33 |
| HSL | 186.91º | 0.69% | 0.39% | - |
| HSV(B) | 186.91º | 0.82% | 0.67% | - |
| XYZ | 19.38 | 26.3 | 42.09 | - |
| YUV | 119.05 | 156.75 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 31 | 154 | 170 | 0.82 | 0.09 | 0 | 0.33 | 186.91 | 0.69 | 0.39 |
| Hex | 1F | 9A | AA | 52 | 9 | 0 | 21 | BB | 45 | 27 |
| Octal | 37 | 232 | 252 | 122 | 11 | 0 | 41 | 273 | 105 | 47 |
| Binary | 11111 | 10011010 | 10101010 | 1010010 | 1001 | 0 | 100001 | 10111011 | 1000101 | 100111 |
Color Harmonies of #1F9AAA
Complementary color
Monochromatic Colors of #1F9AAA
Black with #1F9AAA
Text Example
Text Example
White with #1F9AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1F9AAA; }
p { color: rgb(31,154,170); }
H1.HeaderClassName
{
color: #1F9AAA;
}
.AnyTagClassName
{
color: #1F9AAA;
}
</style>
background-color css
<style>
a { background-color: #1F9AAA; }
a { background-color: rgb(31,154,170); }
div.DivClassName
{
background-color: #1F9AAA;
}
.BgClassName
{
background-color: #1F9AAA;
}
</style>
border-color css
<style>
span { border-color: #1F9AAA; }
span { border-color: rgb(31,154,170); }
td.TdClassName
{
border-color: #1F9AAA;
}
.TagClassName
{
border-color: #1F9AAA;
}
</style>