Shades of Pelorous #189DC2
Tints of Pelorous #189DC2
RGB
CMYK
RGB Variations
Color information
#189DC2 (or 0x189DC2) is known color: Pelorous. HEX triplet: 18, 9D and C2. RGB value is (24,157,194). Sum of RGB (Red+Green+Blue) = 24+157+194=375 (49% of max value = 765). Red value is 24 (9.77% from 255 or 6.4% from 375); Green value is 157 (61.72% from 255 or 41.87% from 375); Blue value is 194 (76.17% from 255 or 51.73% from 375); Max value from RGB is 194 - color contains mainly: blue. Hex color #189DC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #189DC2 is #E7623D. Grayscale: #797979. Windows color (decimal): -15163966 or 12754200. OLE color: 12754200.
HSL color Cylindrical-coordinate representation of color #189DC2: hue angle of 193.06º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #189DC2 is Cyan = 0.88, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 157 | 194 | - |
| CMYK | 0.88 | 0.19 | 0 | 0.24 |
| HSL | 193.06º | 0.78% | 0.43% | - |
| HSV(B) | 193.06º | 0.88% | 0.76% | - |
| XYZ | 22.17 | 28.2 | 55.31 | - |
| YUV | 121.45 | 168.94 | 58.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 157 | 194 | 0.88 | 0.19 | 0 | 0.24 | 193.06 | 0.78 | 0.43 |
| Hex | 18 | 9D | C2 | 58 | 13 | 0 | 18 | C1 | 4E | 2B |
| Octal | 30 | 235 | 302 | 130 | 23 | 0 | 30 | 301 | 116 | 53 |
| Binary | 11000 | 10011101 | 11000010 | 1011000 | 10011 | 0 | 11000 | 11000001 | 1001110 | 101011 |
Color Harmonies of #189DC2
Complementary color
Monochromatic Colors of #189DC2
Black with #189DC2
Text Example
Text Example
White with #189DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #189DC2; }
p { color: rgb(24,157,194); }
H1.HeaderClassName
{
color: #189DC2;
}
.AnyTagClassName
{
color: #189DC2;
}
</style>
background-color css
<style>
a { background-color: #189DC2; }
a { background-color: rgb(24,157,194); }
div.DivClassName
{
background-color: #189DC2;
}
.BgClassName
{
background-color: #189DC2;
}
</style>
border-color css
<style>
span { border-color: #189DC2; }
span { border-color: rgb(24,157,194); }
td.TdClassName
{
border-color: #189DC2;
}
.TagClassName
{
border-color: #189DC2;
}
</style>