Shades of Pelorous #1C84AE
Tints of Pelorous #1C84AE
RGB
CMYK
RGB Variations
Color information
#1C84AE (or 0x1C84AE) is known color: Pelorous. HEX triplet: 1C, 84 and AE. RGB value is (28,132,174). Sum of RGB (Red+Green+Blue) = 28+132+174=334 (44% of max value = 765). Red value is 28 (11.33% from 255 or 8.38% from 334); Green value is 132 (51.95% from 255 or 39.52% from 334); Blue value is 174 (68.36% from 255 or 52.10% from 334); Max value from RGB is 174 - color contains mainly: blue. Hex color #1C84AE is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C84AE is #E37B51. Grayscale: #696969. Windows color (decimal): -14908242 or 11437084. OLE color: 11437084.
HSL color Cylindrical-coordinate representation of color #1C84AE: hue angle of 197.26º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C84AE is Cyan = 0.84, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 132 | 174 | - |
| CMYK | 0.84 | 0.24 | 0 | 0.32 |
| HSL | 197.26º | 0.72% | 0.4% | - |
| HSV(B) | 197.26º | 0.84% | 0.68% | - |
| XYZ | 16.37 | 19.81 | 43 | - |
| YUV | 105.69 | 166.54 | 72.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 132 | 174 | 0.84 | 0.24 | 0 | 0.32 | 197.26 | 0.72 | 0.4 |
| Hex | 1C | 84 | AE | 54 | 18 | 0 | 20 | C5 | 48 | 28 |
| Octal | 34 | 204 | 256 | 124 | 30 | 0 | 40 | 305 | 110 | 50 |
| Binary | 11100 | 10000100 | 10101110 | 1010100 | 11000 | 0 | 100000 | 11000101 | 1001000 | 101000 |
Color Harmonies of #1C84AE
Complementary color
Monochromatic Colors of #1C84AE
Black with #1C84AE
Text Example
Text Example
White with #1C84AE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C84AE; }
p { color: rgb(28,132,174); }
H1.HeaderClassName
{
color: #1C84AE;
}
.AnyTagClassName
{
color: #1C84AE;
}
</style>
background-color css
<style>
a { background-color: #1C84AE; }
a { background-color: rgb(28,132,174); }
div.DivClassName
{
background-color: #1C84AE;
}
.BgClassName
{
background-color: #1C84AE;
}
</style>
border-color css
<style>
span { border-color: #1C84AE; }
span { border-color: rgb(28,132,174); }
td.TdClassName
{
border-color: #1C84AE;
}
.TagClassName
{
border-color: #1C84AE;
}
</style>