Shades of Pelorous #1C8BBE
Tints of Pelorous #1C8BBE
RGB
CMYK
RGB Variations
Color information
#1C8BBE (or 0x1C8BBE) is known color: Pelorous. HEX triplet: 1C, 8B and BE. RGB value is (28,139,190). Sum of RGB (Red+Green+Blue) = 28+139+190=357 (47% of max value = 765). Red value is 28 (11.33% from 255 or 7.84% from 357); Green value is 139 (54.69% from 255 or 38.94% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #1C8BBE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #1C8BBE is #E37441. Grayscale: #6F6F6F. Windows color (decimal): -14906434 or 12487452. OLE color: 12487452.
HSL color Cylindrical-coordinate representation of color #1C8BBE: hue angle of 198.89º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1C8BBE is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 28 | 139 | 190 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.25 |
| HSL | 198.89º | 0.74% | 0.43% | - |
| HSV(B) | 198.89º | 0.85% | 0.75% | - |
| XYZ | 19.01 | 22.43 | 52.04 | - |
| YUV | 111.63 | 172.23 | 68.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 28 | 139 | 190 | 0.85 | 0.27 | 0 | 0.25 | 198.89 | 0.74 | 0.43 |
| Hex | 1C | 8B | BE | 55 | 1B | 0 | 19 | C7 | 4A | 2B |
| Octal | 34 | 213 | 276 | 125 | 33 | 0 | 31 | 307 | 112 | 53 |
| Binary | 11100 | 10001011 | 10111110 | 1010101 | 11011 | 0 | 11001 | 11000111 | 1001010 | 101011 |
Color Harmonies of #1C8BBE
Complementary color
Monochromatic Colors of #1C8BBE
Black with #1C8BBE
Text Example
Text Example
White with #1C8BBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1C8BBE; }
p { color: rgb(28,139,190); }
H1.HeaderClassName
{
color: #1C8BBE;
}
.AnyTagClassName
{
color: #1C8BBE;
}
</style>
background-color css
<style>
a { background-color: #1C8BBE; }
a { background-color: rgb(28,139,190); }
div.DivClassName
{
background-color: #1C8BBE;
}
.BgClassName
{
background-color: #1C8BBE;
}
</style>
border-color css
<style>
span { border-color: #1C8BBE; }
span { border-color: rgb(28,139,190); }
td.TdClassName
{
border-color: #1C8BBE;
}
.TagClassName
{
border-color: #1C8BBE;
}
</style>