Shades of Pelorous #188FC3
Tints of Pelorous #188FC3
RGB
CMYK
RGB Variations
Color information
#188FC3 (or 0x188FC3) is known color: Pelorous. HEX triplet: 18, 8F and C3. RGB value is (24,143,195). Sum of RGB (Red+Green+Blue) = 24+143+195=362 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.63% from 362); Green value is 143 (56.25% from 255 or 39.50% from 362); Blue value is 195 (76.56% from 255 or 53.87% from 362); Max value from RGB is 195 - color contains mainly: blue. Hex color #188FC3 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FC3 is #E7703C. Grayscale: #717171. Windows color (decimal): -15167549 or 12816152. OLE color: 12816152.
HSL color Cylindrical-coordinate representation of color #188FC3: hue angle of 198.25º 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 #188FC3 is Cyan = 0.88, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 24 | 143 | 195 | - |
| CMYK | 0.88 | 0.27 | 0 | 0.24 |
| HSL | 198.25º | 0.78% | 0.43% | - |
| HSV(B) | 198.25º | 0.88% | 0.76% | - |
| XYZ | 20.05 | 23.78 | 55.16 | - |
| YUV | 113.35 | 174.08 | 64.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 195 | 0.88 | 0.27 | 0 | 0.24 | 198.25 | 0.78 | 0.43 |
| Hex | 18 | 8F | C3 | 58 | 1B | 0 | 18 | C6 | 4E | 2B |
| Octal | 30 | 217 | 303 | 130 | 33 | 0 | 30 | 306 | 116 | 53 |
| Binary | 11000 | 10001111 | 11000011 | 1011000 | 11011 | 0 | 11000 | 11000110 | 1001110 | 101011 |
Color Harmonies of #188FC3
Complementary color
Monochromatic Colors of #188FC3
Black with #188FC3
Text Example
Text Example
White with #188FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FC3; }
p { color: rgb(24,143,195); }
H1.HeaderClassName
{
color: #188FC3;
}
.AnyTagClassName
{
color: #188FC3;
}
</style>
background-color css
<style>
a { background-color: #188FC3; }
a { background-color: rgb(24,143,195); }
div.DivClassName
{
background-color: #188FC3;
}
.BgClassName
{
background-color: #188FC3;
}
</style>
border-color css
<style>
span { border-color: #188FC3; }
span { border-color: rgb(24,143,195); }
td.TdClassName
{
border-color: #188FC3;
}
.TagClassName
{
border-color: #188FC3;
}
</style>