Shades of Pelorous #188FB8
Tints of Pelorous #188FB8
RGB
CMYK
RGB Variations
Color information
#188FB8 (or 0x188FB8) is known color: Pelorous. HEX triplet: 18, 8F and B8. RGB value is (24,143,184). Sum of RGB (Red+Green+Blue) = 24+143+184=351 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.84% from 351); Green value is 143 (56.25% from 255 or 40.74% from 351); Blue value is 184 (72.27% from 255 or 52.42% from 351); Max value from RGB is 184 - color contains mainly: blue. Hex color #188FB8 is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FB8 is #E77047. Grayscale: #6F6F6F. Windows color (decimal): -15167560 or 12095256. OLE color: 12095256.
HSL color Cylindrical-coordinate representation of color #188FB8: hue angle of 195.38º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188FB8 is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 24 | 143 | 184 | - |
| CMYK | 0.87 | 0.22 | 0 | 0.28 |
| HSL | 195.38º | 0.77% | 0.41% | - |
| HSV(B) | 195.38º | 0.87% | 0.72% | - |
| XYZ | 18.85 | 23.3 | 48.85 | - |
| YUV | 112.09 | 168.58 | 65.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 184 | 0.87 | 0.22 | 0 | 0.28 | 195.38 | 0.77 | 0.41 |
| Hex | 18 | 8F | B8 | 57 | 16 | 0 | 1C | C3 | 4D | 29 |
| Octal | 30 | 217 | 270 | 127 | 26 | 0 | 34 | 303 | 115 | 51 |
| Binary | 11000 | 10001111 | 10111000 | 1010111 | 10110 | 0 | 11100 | 11000011 | 1001101 | 101001 |
Color Harmonies of #188FB8
Complementary color
Monochromatic Colors of #188FB8
Black with #188FB8
Text Example
Text Example
White with #188FB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FB8; }
p { color: rgb(24,143,184); }
H1.HeaderClassName
{
color: #188FB8;
}
.AnyTagClassName
{
color: #188FB8;
}
</style>
background-color css
<style>
a { background-color: #188FB8; }
a { background-color: rgb(24,143,184); }
div.DivClassName
{
background-color: #188FB8;
}
.BgClassName
{
background-color: #188FB8;
}
</style>
border-color css
<style>
span { border-color: #188FB8; }
span { border-color: rgb(24,143,184); }
td.TdClassName
{
border-color: #188FB8;
}
.TagClassName
{
border-color: #188FB8;
}
</style>