Shades of Pelorous #188DBD
Tints of Pelorous #188DBD
RGB
CMYK
RGB Variations
Color information
#188DBD (or 0x188DBD) is known color: Pelorous. HEX triplet: 18, 8D and BD. RGB value is (24,141,189). Sum of RGB (Red+Green+Blue) = 24+141+189=354 (46% of max value = 765). Red value is 24 (9.77% from 255 or 6.78% from 354); Green value is 141 (55.47% from 255 or 39.83% from 354); Blue value is 189 (74.22% from 255 or 53.39% from 354); Max value from RGB is 189 - color contains mainly: blue. Hex color #188DBD is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #188DBD is #E77242. Grayscale: #6F6F6F. Windows color (decimal): -15168067 or 12422424. OLE color: 12422424.
HSL color Cylindrical-coordinate representation of color #188DBD: hue angle of 197.45º degrees, saturation: 0.77, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #188DBD is Cyan = 0.87, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 141 | 189 | - |
| CMYK | 0.87 | 0.25 | 0 | 0.26 |
| HSL | 197.45º | 0.77% | 0.42% | - |
| HSV(B) | 197.45º | 0.87% | 0.74% | - |
| XYZ | 19.09 | 22.92 | 51.56 | - |
| YUV | 111.49 | 171.74 | 65.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 141 | 189 | 0.87 | 0.25 | 0 | 0.26 | 197.45 | 0.77 | 0.42 |
| Hex | 18 | 8D | BD | 57 | 19 | 0 | 1A | C5 | 4D | 2A |
| Octal | 30 | 215 | 275 | 127 | 31 | 0 | 32 | 305 | 115 | 52 |
| Binary | 11000 | 10001101 | 10111101 | 1010111 | 11001 | 0 | 11010 | 11000101 | 1001101 | 101010 |
Color Harmonies of #188DBD
Complementary color
Monochromatic Colors of #188DBD
Black with #188DBD
Text Example
Text Example
White with #188DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #188DBD; }
p { color: rgb(24,141,189); }
H1.HeaderClassName
{
color: #188DBD;
}
.AnyTagClassName
{
color: #188DBD;
}
</style>
background-color css
<style>
a { background-color: #188DBD; }
a { background-color: rgb(24,141,189); }
div.DivClassName
{
background-color: #188DBD;
}
.BgClassName
{
background-color: #188DBD;
}
</style>
border-color css
<style>
span { border-color: #188DBD; }
span { border-color: rgb(24,141,189); }
td.TdClassName
{
border-color: #188DBD;
}
.TagClassName
{
border-color: #188DBD;
}
</style>