Shades of Pelorous #188FBF
Tints of Pelorous #188FBF
RGB
CMYK
RGB Variations
Color information
#188FBF (or 0x188FBF) is known color: Pelorous. HEX triplet: 18, 8F and BF. RGB value is (24,143,191). Sum of RGB (Red+Green+Blue) = 24+143+191=358 (47% of max value = 765). Red value is 24 (9.77% from 255 or 6.70% from 358); Green value is 143 (56.25% from 255 or 39.94% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #188FBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FBF is #E77040. Grayscale: #707070. Windows color (decimal): -15167553 or 12554008. OLE color: 12554008.
HSL color Cylindrical-coordinate representation of color #188FBF: hue angle of 197.25º degrees, saturation: 0.78, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188FBF is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 143 | 191 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.25 |
| HSL | 197.25º | 0.78% | 0.42% | - |
| HSV(B) | 197.25º | 0.87% | 0.75% | - |
| XYZ | 19.6 | 23.6 | 52.81 | - |
| YUV | 112.89 | 172.08 | 64.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 191 | 0.87 | 0.25 | 0 | 0.25 | 197.25 | 0.78 | 0.42 |
| Hex | 18 | 8F | BF | 57 | 19 | 0 | 19 | C5 | 4E | 2A |
| Octal | 30 | 217 | 277 | 127 | 31 | 0 | 31 | 305 | 116 | 52 |
| Binary | 11000 | 10001111 | 10111111 | 1010111 | 11001 | 0 | 11001 | 11000101 | 1001110 | 101010 |
Color Harmonies of #188FBF
Complementary color
Monochromatic Colors of #188FBF
Black with #188FBF
Text Example
Text Example
White with #188FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FBF; }
p { color: rgb(24,143,191); }
H1.HeaderClassName
{
color: #188FBF;
}
.AnyTagClassName
{
color: #188FBF;
}
</style>
background-color css
<style>
a { background-color: #188FBF; }
a { background-color: rgb(24,143,191); }
div.DivClassName
{
background-color: #188FBF;
}
.BgClassName
{
background-color: #188FBF;
}
</style>
border-color css
<style>
span { border-color: #188FBF; }
span { border-color: rgb(24,143,191); }
td.TdClassName
{
border-color: #188FBF;
}
.TagClassName
{
border-color: #188FBF;
}
</style>