Shades of Pelorous #1C8FAD
Tints of Pelorous #1C8FAD
RGB
CMYK
RGB Variations
Color information
#1C8FAD (or 0x1C8FAD) is known color: Pelorous. HEX triplet: 1C, 8F and AD. RGB value is (28,143,173). Sum of RGB (Red+Green+Blue) = 28+143+173=344 (45% of max value = 765). Red value is 28 (11.33% from 255 or 8.14% from 344); Green value is 143 (56.25% from 255 or 41.57% from 344); Blue value is 173 (67.97% from 255 or 50.29% from 344); Max value from RGB is 173 - color contains mainly: blue. Hex color #1C8FAD is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C8FAD is #E37052. Grayscale: #6F6F6F. Windows color (decimal): -14905427 or 11374364. OLE color: 11374364.
HSL color Cylindrical-coordinate representation of color #1C8FAD: hue angle of 192.41º degrees, saturation: 0.72, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C8FAD is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 28 | 143 | 173 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.32 |
| HSL | 192.41º | 0.72% | 0.39% | - |
| HSV(B) | 192.41º | 0.84% | 0.68% | - |
| XYZ | 17.84 | 22.91 | 43.02 | - |
| YUV | 112.04 | 162.4 | 68.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 143 | 173 | 0.84 | 0.17 | 0 | 0.32 | 192.41 | 0.72 | 0.39 |
| Hex | 1C | 8F | AD | 54 | 11 | 0 | 20 | C0 | 48 | 27 |
| Octal | 34 | 217 | 255 | 124 | 21 | 0 | 40 | 300 | 110 | 47 |
| Binary | 11100 | 10001111 | 10101101 | 1010100 | 10001 | 0 | 100000 | 11000000 | 1001000 | 100111 |
Color Harmonies of #1C8FAD
Complementary color
Monochromatic Colors of #1C8FAD
Black with #1C8FAD
Text Example
Text Example
White with #1C8FAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8FAD; }
p { color: rgb(28,143,173); }
H1.HeaderClassName
{
color: #1C8FAD;
}
.AnyTagClassName
{
color: #1C8FAD;
}
</style>
background-color css
<style>
a { background-color: #1C8FAD; }
a { background-color: rgb(28,143,173); }
div.DivClassName
{
background-color: #1C8FAD;
}
.BgClassName
{
background-color: #1C8FAD;
}
</style>
border-color css
<style>
span { border-color: #1C8FAD; }
span { border-color: rgb(28,143,173); }
td.TdClassName
{
border-color: #1C8FAD;
}
.TagClassName
{
border-color: #1C8FAD;
}
</style>