Shades of Pelorous #24A8BC
Tints of Pelorous #24A8BC
RGB
CMYK
RGB Variations
Color information
#24A8BC (or 0x24A8BC) is known color: Pelorous. HEX triplet: 24, A8 and BC. RGB value is (36,168,188). Sum of RGB (Red+Green+Blue) = 36+168+188=392 (51% of max value = 765). Red value is 36 (14.45% from 255 or 9.18% from 392); Green value is 168 (66.02% from 255 or 42.86% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #24A8BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A8BC is #DB5743. Grayscale: #828282. Windows color (decimal): -14374724 or 12363812. OLE color: 12363812.
HSL color Cylindrical-coordinate representation of color #24A8BC: hue angle of 187.89º degrees, saturation: 0.68, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24A8BC is Cyan = 0.81, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 168 | 188 | - |
| CMYK | 0.81 | 0.11 | 0 | 0.26 |
| HSL | 187.89º | 0.68% | 0.44% | - |
| HSV(B) | 187.89º | 0.81% | 0.74% | - |
| XYZ | 23.81 | 32.01 | 52.5 | - |
| YUV | 130.81 | 160.27 | 60.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 168 | 188 | 0.81 | 0.11 | 0 | 0.26 | 187.89 | 0.68 | 0.44 |
| Hex | 24 | A8 | BC | 51 | B | 0 | 1A | BC | 44 | 2C |
| Octal | 44 | 250 | 274 | 121 | 13 | 0 | 32 | 274 | 104 | 54 |
| Binary | 100100 | 10101000 | 10111100 | 1010001 | 1011 | 0 | 11010 | 10111100 | 1000100 | 101100 |
Color Harmonies of #24A8BC
Complementary color
Monochromatic Colors of #24A8BC
Black with #24A8BC
Text Example
Text Example
White with #24A8BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A8BC; }
p { color: rgb(36,168,188); }
H1.HeaderClassName
{
color: #24A8BC;
}
.AnyTagClassName
{
color: #24A8BC;
}
</style>
background-color css
<style>
a { background-color: #24A8BC; }
a { background-color: rgb(36,168,188); }
div.DivClassName
{
background-color: #24A8BC;
}
.BgClassName
{
background-color: #24A8BC;
}
</style>
border-color css
<style>
span { border-color: #24A8BC; }
span { border-color: rgb(36,168,188); }
td.TdClassName
{
border-color: #24A8BC;
}
.TagClassName
{
border-color: #24A8BC;
}
</style>