Shades of Pelorous #188BBF
Tints of Pelorous #188BBF
RGB
CMYK
RGB Variations
Color information
#188BBF (or 0x188BBF) is known color: Pelorous. HEX triplet: 18, 8B and BF. RGB value is (24,139,191). Sum of RGB (Red+Green+Blue) = 24+139+191=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 139 (54.69% from 255 or 39.27% from 354); Blue value is 191 (75% from 255 or 53.95% from 354); Max value from RGB is 191 - color contains mainly: blue. Hex color #188BBF is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188BBF is #E77440. Grayscale: #6E6E6E. Windows color (decimal): -15168577 or 12552984. OLE color: 12552984.
HSL color Cylindrical-coordinate representation of color #188BBF: hue angle of 198.68º 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 #188BBF is Cyan = 0.87, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 24 | 139 | 191 | - |
| CMYK | 0.87 | 0.27 | 0 | 0.25 |
| HSL | 198.68º | 0.78% | 0.42% | - |
| HSV(B) | 198.68º | 0.87% | 0.75% | - |
| XYZ | 19.01 | 22.42 | 52.62 | - |
| YUV | 110.54 | 173.4 | 66.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 139 | 191 | 0.87 | 0.27 | 0 | 0.25 | 198.68 | 0.78 | 0.42 |
| Hex | 18 | 8B | BF | 57 | 1B | 0 | 19 | C7 | 4E | 2A |
| Octal | 30 | 213 | 277 | 127 | 33 | 0 | 31 | 307 | 116 | 52 |
| Binary | 11000 | 10001011 | 10111111 | 1010111 | 11011 | 0 | 11001 | 11000111 | 1001110 | 101010 |
Color Harmonies of #188BBF
Complementary color
Monochromatic Colors of #188BBF
Black with #188BBF
Text Example
Text Example
White with #188BBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188BBF; }
p { color: rgb(24,139,191); }
H1.HeaderClassName
{
color: #188BBF;
}
.AnyTagClassName
{
color: #188BBF;
}
</style>
background-color css
<style>
a { background-color: #188BBF; }
a { background-color: rgb(24,139,191); }
div.DivClassName
{
background-color: #188BBF;
}
.BgClassName
{
background-color: #188BBF;
}
</style>
border-color css
<style>
span { border-color: #188BBF; }
span { border-color: rgb(24,139,191); }
td.TdClassName
{
border-color: #188BBF;
}
.TagClassName
{
border-color: #188BBF;
}
</style>