Shades of Pelorous #1C9FAF
Tints of Pelorous #1C9FAF
RGB
CMYK
RGB Variations
Color information
#1C9FAF (or 0x1C9FAF) is known color: Pelorous. HEX triplet: 1C, 9F and AF. RGB value is (28,159,175). Sum of RGB (Red+Green+Blue) = 28+159+175=362 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.73% from 362); Green value is 159 (62.5% from 255 or 43.92% from 362); Blue value is 175 (68.75% from 255 or 48.34% from 362); Max value from RGB is 175 - color contains mainly: blue. Hex color #1C9FAF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #1C9FAF is #E36050. Grayscale: #797979. Windows color (decimal): -14901329 or 11509532. OLE color: 11509532.
HSL color Cylindrical-coordinate representation of color #1C9FAF: hue angle of 186.53º degrees, saturation: 0.72, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1C9FAF is Cyan = 0.84, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 28 | 159 | 175 | - |
| CMYK | 0.84 | 0.09 | 0 | 0.31 |
| HSL | 186.53º | 0.72% | 0.4% | - |
| HSV(B) | 186.53º | 0.84% | 0.69% | - |
| XYZ | 20.61 | 28.14 | 44.9 | - |
| YUV | 121.66 | 158.1 | 61.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 159 | 175 | 0.84 | 0.09 | 0 | 0.31 | 186.53 | 0.72 | 0.4 |
| Hex | 1C | 9F | AF | 54 | 9 | 0 | 1F | BB | 48 | 28 |
| Octal | 34 | 237 | 257 | 124 | 11 | 0 | 37 | 273 | 110 | 50 |
| Binary | 11100 | 10011111 | 10101111 | 1010100 | 1001 | 0 | 11111 | 10111011 | 1001000 | 101000 |
Color Harmonies of #1C9FAF
Complementary color
Monochromatic Colors of #1C9FAF
Black with #1C9FAF
Text Example
Text Example
White with #1C9FAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C9FAF; }
p { color: rgb(28,159,175); }
H1.HeaderClassName
{
color: #1C9FAF;
}
.AnyTagClassName
{
color: #1C9FAF;
}
</style>
background-color css
<style>
a { background-color: #1C9FAF; }
a { background-color: rgb(28,159,175); }
div.DivClassName
{
background-color: #1C9FAF;
}
.BgClassName
{
background-color: #1C9FAF;
}
</style>
border-color css
<style>
span { border-color: #1C9FAF; }
span { border-color: rgb(28,159,175); }
td.TdClassName
{
border-color: #1C9FAF;
}
.TagClassName
{
border-color: #1C9FAF;
}
</style>