Shades of Pelorous #1883C6
Tints of Pelorous #1883C6
RGB
CMYK
RGB Variations
Color information
#1883C6 (or 0x1883C6) is known color: Pelorous. HEX triplet: 18, 83 and C6. RGB value is (24,131,198). Sum of RGB (Red+Green+Blue) = 24+131+198=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 131 (51.56% from 255 or 37.11% from 353); Blue value is 198 (77.73% from 255 or 56.09% from 353); Max value from RGB is 198 - color contains mainly: blue. Hex color #1883C6 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #1883C6 is #E77C39. Grayscale: #6A6A6A. Windows color (decimal): -15170618 or 13009688. OLE color: 13009688.
HSL color Cylindrical-coordinate representation of color #1883C6: hue angle of 203.1º degrees, saturation: 0.78, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1883C6 is Cyan = 0.88, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 24 | 131 | 198 | - |
| CMYK | 0.88 | 0.34 | 0 | 0.22 |
| HSL | 203.1º | 0.78% | 0.44% | - |
| HSV(B) | 203.1º | 0.88% | 0.78% | - |
| XYZ | 18.69 | 20.5 | 56.4 | - |
| YUV | 106.65 | 179.55 | 69.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 131 | 198 | 0.88 | 0.34 | 0 | 0.22 | 203.1 | 0.78 | 0.44 |
| Hex | 18 | 83 | C6 | 58 | 22 | 0 | 16 | CB | 4E | 2C |
| Octal | 30 | 203 | 306 | 130 | 42 | 0 | 26 | 313 | 116 | 54 |
| Binary | 11000 | 10000011 | 11000110 | 1011000 | 100010 | 0 | 10110 | 11001011 | 1001110 | 101100 |
Color Harmonies of #1883C6
Complementary color
Monochromatic Colors of #1883C6
Black with #1883C6
Text Example
Text Example
White with #1883C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1883C6; }
p { color: rgb(24,131,198); }
H1.HeaderClassName
{
color: #1883C6;
}
.AnyTagClassName
{
color: #1883C6;
}
</style>
background-color css
<style>
a { background-color: #1883C6; }
a { background-color: rgb(24,131,198); }
div.DivClassName
{
background-color: #1883C6;
}
.BgClassName
{
background-color: #1883C6;
}
</style>
border-color css
<style>
span { border-color: #1883C6; }
span { border-color: rgb(24,131,198); }
td.TdClassName
{
border-color: #1883C6;
}
.TagClassName
{
border-color: #1883C6;
}
</style>