Shades of Pelorous #188FBA
Tints of Pelorous #188FBA
RGB
CMYK
RGB Variations
Color information
#188FBA (or 0x188FBA) is known color: Pelorous. HEX triplet: 18, 8F and BA. RGB value is (24,143,186). Sum of RGB (Red+Green+Blue) = 24+143+186=353 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.80% from 353); Green value is 143 (56.25% from 255 or 40.51% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #188FBA is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188FBA is #E77045. Grayscale: #707070. Windows color (decimal): -15167558 or 12226328. OLE color: 12226328.
HSL color Cylindrical-coordinate representation of color #188FBA: hue angle of 195.93º degrees, saturation: 0.77, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188FBA is Cyan = 0.87, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 24 | 143 | 186 | - |
| CMYK | 0.87 | 0.23 | 0 | 0.27 |
| HSL | 195.93º | 0.77% | 0.41% | - |
| HSV(B) | 195.93º | 0.87% | 0.73% | - |
| XYZ | 19.06 | 23.38 | 49.96 | - |
| YUV | 112.32 | 169.58 | 65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 143 | 186 | 0.87 | 0.23 | 0 | 0.27 | 195.93 | 0.77 | 0.41 |
| Hex | 18 | 8F | BA | 57 | 17 | 0 | 1B | C4 | 4D | 29 |
| Octal | 30 | 217 | 272 | 127 | 27 | 0 | 33 | 304 | 115 | 51 |
| Binary | 11000 | 10001111 | 10111010 | 1010111 | 10111 | 0 | 11011 | 11000100 | 1001101 | 101001 |
Color Harmonies of #188FBA
Complementary color
Monochromatic Colors of #188FBA
Black with #188FBA
Text Example
Text Example
White with #188FBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188FBA; }
p { color: rgb(24,143,186); }
H1.HeaderClassName
{
color: #188FBA;
}
.AnyTagClassName
{
color: #188FBA;
}
</style>
background-color css
<style>
a { background-color: #188FBA; }
a { background-color: rgb(24,143,186); }
div.DivClassName
{
background-color: #188FBA;
}
.BgClassName
{
background-color: #188FBA;
}
</style>
border-color css
<style>
span { border-color: #188FBA; }
span { border-color: rgb(24,143,186); }
td.TdClassName
{
border-color: #188FBA;
}
.TagClassName
{
border-color: #188FBA;
}
</style>