Shades of Pelorous #1C8ACC
Tints of Pelorous #1C8ACC
RGB
CMYK
RGB Variations
Color information
#1C8ACC (or 0x1C8ACC) is known color: Pelorous. HEX triplet: 1C, 8A and CC. RGB value is (28,138,204). Sum of RGB (Red+Green+Blue) = 28+138+204=370 (49% of max value = 765). Red value is 28 (11.33% from 255 or 7.57% from 370); Green value is 138 (54.30% from 255 or 37.30% from 370); Blue value is 204 (80.08% from 255 or 55.14% from 370); Max value from RGB is 204 - color contains mainly: blue. Hex color #1C8ACC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8ACC is #E37533. Grayscale: #707070. Windows color (decimal): -14906676 or 13404700. OLE color: 13404700.
HSL color Cylindrical-coordinate representation of color #1C8ACC: hue angle of 202.5º 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 #1C8ACC is Cyan = 0.86, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 28 | 138 | 204 | - |
| CMYK | 0.86 | 0.32 | 0 | 0.2 |
| HSL | 202.5º | 0.76% | 0.45% | - |
| HSV(B) | 202.5º | 0.86% | 0.8% | - |
| XYZ | 20.47 | 22.78 | 60.45 | - |
| YUV | 112.63 | 179.56 | 67.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 138 | 204 | 0.86 | 0.32 | 0 | 0.2 | 202.5 | 0.76 | 0.45 |
| Hex | 1C | 8A | CC | 56 | 20 | 0 | 14 | CA | 4C | 2D |
| Octal | 34 | 212 | 314 | 126 | 40 | 0 | 24 | 312 | 114 | 55 |
| Binary | 11100 | 10001010 | 11001100 | 1010110 | 100000 | 0 | 10100 | 11001010 | 1001100 | 101101 |
Color Harmonies of #1C8ACC
Complementary color
Monochromatic Colors of #1C8ACC
Black with #1C8ACC
Text Example
Text Example
White with #1C8ACC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8ACC; }
p { color: rgb(28,138,204); }
H1.HeaderClassName
{
color: #1C8ACC;
}
.AnyTagClassName
{
color: #1C8ACC;
}
</style>
background-color css
<style>
a { background-color: #1C8ACC; }
a { background-color: rgb(28,138,204); }
div.DivClassName
{
background-color: #1C8ACC;
}
.BgClassName
{
background-color: #1C8ACC;
}
</style>
border-color css
<style>
span { border-color: #1C8ACC; }
span { border-color: rgb(28,138,204); }
td.TdClassName
{
border-color: #1C8ACC;
}
.TagClassName
{
border-color: #1C8ACC;
}
</style>