Shades of Pelorous #188FC2
Tints of Pelorous #188FC2
RGB
CMYK
RGB Variations
Color information
#188FC2 (or 0x188FC2) is known color: Pelorous. HEX triplet: 18, 8F and C2. RGB value is (24,143,194). Sum of RGB (Red+Green+Blue) = 24+143+194=361 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.65% from 361); Green value is 143 (56.25% from 255 or 39.61% from 361); Blue value is 194 (76.17% from 255 or 53.74% from 361); Max value from RGB is 194 - color contains mainly: blue. Hex color #188FC2 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FC2 is #E7703D. Grayscale: #707070. Windows color (decimal): -15167550 or 12750616. OLE color: 12750616.
HSL color Cylindrical-coordinate representation of color #188FC2: hue angle of 198º 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 #188FC2 is Cyan = 0.88, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 143 | 194 | - |
| CMYK | 0.88 | 0.26 | 0 | 0.24 |
| HSL | 198º | 0.78% | 0.43% | - |
| HSV(B) | 198º | 0.88% | 0.76% | - |
| XYZ | 19.94 | 23.73 | 54.57 | - |
| YUV | 113.23 | 173.58 | 64.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 194 | 0.88 | 0.26 | 0 | 0.24 | 198 | 0.78 | 0.43 |
| Hex | 18 | 8F | C2 | 58 | 1A | 0 | 18 | C6 | 4E | 2B |
| Octal | 30 | 217 | 302 | 130 | 32 | 0 | 30 | 306 | 116 | 53 |
| Binary | 11000 | 10001111 | 11000010 | 1011000 | 11010 | 0 | 11000 | 11000110 | 1001110 | 101011 |
Color Harmonies of #188FC2
Complementary color
Monochromatic Colors of #188FC2
Black with #188FC2
Text Example
Text Example
White with #188FC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FC2; }
p { color: rgb(24,143,194); }
H1.HeaderClassName
{
color: #188FC2;
}
.AnyTagClassName
{
color: #188FC2;
}
</style>
background-color css
<style>
a { background-color: #188FC2; }
a { background-color: rgb(24,143,194); }
div.DivClassName
{
background-color: #188FC2;
}
.BgClassName
{
background-color: #188FC2;
}
</style>
border-color css
<style>
span { border-color: #188FC2; }
span { border-color: rgb(24,143,194); }
td.TdClassName
{
border-color: #188FC2;
}
.TagClassName
{
border-color: #188FC2;
}
</style>