Shades of Pelorous #1C89CC
Tints of Pelorous #1C89CC
RGB
CMYK
RGB Variations
Color information
#1C89CC (or 0x1C89CC) is known color: Pelorous. HEX triplet: 1C, 89 and CC. RGB value is (28,137,204). Sum of RGB (Red+Green+Blue) = 28+137+204=369 (48% of max value = 765). Red value is 28 (11.33% from 255 or 7.59% from 369); Green value is 137 (53.91% from 255 or 37.13% from 369); Blue value is 204 (80.08% from 255 or 55.28% from 369); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C89CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C89CC is #E37633. Grayscale: #6F6F6F. Windows color (decimal): -14906932 or 13404444. OLE color: 13404444.
HSL color Cylindrical-coordinate representation of color #1C89CC: hue angle of 202.84º degrees, saturation: 0.76, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1C89CC is Cyan = 0.86, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 137 | 204 | - |
| CMYK | 0.86 | 0.33 | 0 | 0.2 |
| HSL | 202.84º | 0.76% | 0.45% | - |
| HSV(B) | 202.84º | 0.86% | 0.8% | - |
| XYZ | 20.32 | 22.5 | 60.4 | - |
| YUV | 112.05 | 179.89 | 68.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 137 | 204 | 0.86 | 0.33 | 0 | 0.2 | 202.84 | 0.76 | 0.45 |
| Hex | 1C | 89 | CC | 56 | 21 | 0 | 14 | CB | 4C | 2D |
| Octal | 34 | 211 | 314 | 126 | 41 | 0 | 24 | 313 | 114 | 55 |
| Binary | 11100 | 10001001 | 11001100 | 1010110 | 100001 | 0 | 10100 | 11001011 | 1001100 | 101101 |
Color Harmonies of #1C89CC
Complementary color
Monochromatic Colors of #1C89CC
Black with #1C89CC
Text Example
Text Example
White with #1C89CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C89CC; }
p { color: rgb(28,137,204); }
H1.HeaderClassName
{
color: #1C89CC;
}
.AnyTagClassName
{
color: #1C89CC;
}
</style>
background-color css
<style>
a { background-color: #1C89CC; }
a { background-color: rgb(28,137,204); }
div.DivClassName
{
background-color: #1C89CC;
}
.BgClassName
{
background-color: #1C89CC;
}
</style>
border-color css
<style>
span { border-color: #1C89CC; }
span { border-color: rgb(28,137,204); }
td.TdClassName
{
border-color: #1C89CC;
}
.TagClassName
{
border-color: #1C89CC;
}
</style>