Shades of Pelorous #18A8BC
Tints of Pelorous #18A8BC
RGB
CMYK
RGB Variations
Color information
#18A8BC (or 0x18A8BC) is known color: Pelorous. HEX triplet: 18, A8 and BC. RGB value is (24,168,188). Sum of RGB (Red+Green+Blue) = 24+168+188=380 (50% of max value = 765). Red value is 24 (9.77% from 255 or 6.32% from 380); Green value is 168 (66.02% from 255 or 44.21% from 380); Blue value is 188 (73.83% from 255 or 49.47% from 380); Max value from RGB is 188 - color contains mainly: blue. Hex color #18A8BC is not a web safe color. Web safe color analog (approx): #0099CC. Inversed color of #18A8BC is #E75743. Grayscale: #7F7F7F. Windows color (decimal): -15161156 or 12363800. OLE color: 12363800.
HSL color Cylindrical-coordinate representation of color #18A8BC: hue angle of 187.32º 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 #18A8BC is Cyan = 0.87, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 24 | 168 | 188 | - |
| CMYK | 0.87 | 0.11 | 0 | 0.26 |
| HSL | 187.32º | 0.77% | 0.42% | - |
| HSV(B) | 187.32º | 0.87% | 0.74% | - |
| XYZ | 23.46 | 31.83 | 52.48 | - |
| YUV | 127.22 | 162.29 | 54.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 24 | 168 | 188 | 0.87 | 0.11 | 0 | 0.26 | 187.32 | 0.77 | 0.42 |
| Hex | 18 | A8 | BC | 57 | B | 0 | 1A | BB | 4D | 2A |
| Octal | 30 | 250 | 274 | 127 | 13 | 0 | 32 | 273 | 115 | 52 |
| Binary | 11000 | 10101000 | 10111100 | 1010111 | 1011 | 0 | 11010 | 10111011 | 1001101 | 101010 |
Color Harmonies of #18A8BC
Complementary color
Monochromatic Colors of #18A8BC
Black with #18A8BC
Text Example
Text Example
White with #18A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #18A8BC; }
p { color: rgb(24,168,188); }
H1.HeaderClassName
{
color: #18A8BC;
}
.AnyTagClassName
{
color: #18A8BC;
}
</style>
background-color css
<style>
a { background-color: #18A8BC; }
a { background-color: rgb(24,168,188); }
div.DivClassName
{
background-color: #18A8BC;
}
.BgClassName
{
background-color: #18A8BC;
}
</style>
border-color css
<style>
span { border-color: #18A8BC; }
span { border-color: rgb(24,168,188); }
td.TdClassName
{
border-color: #18A8BC;
}
.TagClassName
{
border-color: #18A8BC;
}
</style>