Shades of Pelorous #188FC4
Tints of Pelorous #188FC4
RGB
CMYK
RGB Variations
Color information
#188FC4 (or 0x188FC4) is known color: Pelorous. HEX triplet: 18, 8F and C4. RGB value is (24,143,196). Sum of RGB (Red+Green+Blue) = 24+143+196=363 (48% of max value = 765). Red value is 24 (9.77% from 255 or 6.61% from 363); Green value is 143 (56.25% from 255 or 39.39% from 363); Blue value is 196 (76.95% from 255 or 53.99% from 363); Max value from RGB is 196 - color contains mainly: blue. Hex color #188FC4 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FC4 is #E7703B. Grayscale: #717171. Windows color (decimal): -15167548 or 12881688. OLE color: 12881688.
HSL color Cylindrical-coordinate representation of color #188FC4: hue angle of 198.49º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #188FC4 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 24 | 143 | 196 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.23 |
| HSL | 198.49º | 0.78% | 0.43% | - |
| HSV(B) | 198.49º | 0.88% | 0.77% | - |
| XYZ | 20.16 | 23.82 | 55.76 | - |
| YUV | 113.46 | 174.58 | 64.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 196 | 0.88 | 0.27 | 0 | 0.23 | 198.49 | 0.78 | 0.43 |
| Hex | 18 | 8F | C4 | 58 | 1B | 0 | 17 | C6 | 4E | 2B |
| Octal | 30 | 217 | 304 | 130 | 33 | 0 | 27 | 306 | 116 | 53 |
| Binary | 11000 | 10001111 | 11000100 | 1011000 | 11011 | 0 | 10111 | 11000110 | 1001110 | 101011 |
Color Harmonies of #188FC4
Complementary color
Monochromatic Colors of #188FC4
Black with #188FC4
Text Example
Text Example
White with #188FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FC4; }
p { color: rgb(24,143,196); }
H1.HeaderClassName
{
color: #188FC4;
}
.AnyTagClassName
{
color: #188FC4;
}
</style>
background-color css
<style>
a { background-color: #188FC4; }
a { background-color: rgb(24,143,196); }
div.DivClassName
{
background-color: #188FC4;
}
.BgClassName
{
background-color: #188FC4;
}
</style>
border-color css
<style>
span { border-color: #188FC4; }
span { border-color: rgb(24,143,196); }
td.TdClassName
{
border-color: #188FC4;
}
.TagClassName
{
border-color: #188FC4;
}
</style>