Shades of Pelorous #1C89C9
Tints of Pelorous #1C89C9
RGB
CMYK
RGB Variations
Color information
#1C89C9 (or 0x1C89C9) is known color: Pelorous. HEX triplet: 1C, 89 and C9. RGB value is (28,137,201). Sum of RGB (Red+Green+Blue) = 28+137+201=366 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.65% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 201 (78.91% from 255 or 54.92% from 366); Max value from RGB is 201 - color contains mainly: blue. Hex color #1C89C9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89C9 is #E37636. Grayscale: #6F6F6F. Windows color (decimal): -14906935 or 13207836. OLE color: 13207836.
HSL color Cylindrical-coordinate representation of color #1C89C9: hue angle of 202.2º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C89C9 is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 28 | 137 | 201 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.21 |
| HSL | 202.2º | 0.76% | 0.45% | - |
| HSV(B) | 202.2º | 0.86% | 0.79% | - |
| XYZ | 19.97 | 22.36 | 58.52 | - |
| YUV | 111.71 | 178.39 | 68.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 201 | 0.86 | 0.32 | 0 | 0.21 | 202.2 | 0.76 | 0.45 |
| Hex | 1C | 89 | C9 | 56 | 20 | 0 | 15 | CA | 4C | 2D |
| Octal | 34 | 211 | 311 | 126 | 40 | 0 | 25 | 312 | 114 | 55 |
| Binary | 11100 | 10001001 | 11001001 | 1010110 | 100000 | 0 | 10101 | 11001010 | 1001100 | 101101 |
Color Harmonies of #1C89C9
Complementary color
Monochromatic Colors of #1C89C9
Black with #1C89C9
Text Example
Text Example
White with #1C89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C89C9; }
p { color: rgb(28,137,201); }
H1.HeaderClassName
{
color: #1C89C9;
}
.AnyTagClassName
{
color: #1C89C9;
}
</style>
background-color css
<style>
a { background-color: #1C89C9; }
a { background-color: rgb(28,137,201); }
div.DivClassName
{
background-color: #1C89C9;
}
.BgClassName
{
background-color: #1C89C9;
}
</style>
border-color css
<style>
span { border-color: #1C89C9; }
span { border-color: rgb(28,137,201); }
td.TdClassName
{
border-color: #1C89C9;
}
.TagClassName
{
border-color: #1C89C9;
}
</style>