Shades of Pelorous #24A9BC
Tints of Pelorous #24A9BC
RGB
CMYK
RGB Variations
Color information
#24A9BC (or 0x24A9BC) is known color: Pelorous. HEX triplet: 24, A9 and BC. RGB value is (36,169,188). Sum of RGB (Red+Green+Blue) = 36+169+188=393 (52% of max value = 765). Red value is 36 (14.45% from 255 or 9.16% from 393); Green value is 169 (66.41% from 255 or 43.00% from 393); Blue value is 188 (73.83% from 255 or 47.84% from 393); Max value from RGB is 188 - color contains mainly: blue. Hex color #24A9BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24A9BC is #DB5643. Grayscale: #838383. Windows color (decimal): -14374468 or 12364068. OLE color: 12364068.
HSL color Cylindrical-coordinate representation of color #24A9BC: hue angle of 187.5º 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 #24A9BC is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 36 | 169 | 188 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.26 |
| HSL | 187.5º | 0.68% | 0.44% | - |
| HSV(B) | 187.5º | 0.81% | 0.74% | - |
| XYZ | 23.99 | 32.38 | 52.56 | - |
| YUV | 131.4 | 159.94 | 59.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 169 | 188 | 0.81 | 0.10 | 0 | 0.26 | 187.5 | 0.68 | 0.44 |
| Hex | 24 | A9 | BC | 51 | A | 0 | 1A | BC | 44 | 2C |
| Octal | 44 | 251 | 274 | 121 | 12 | 0 | 32 | 274 | 104 | 54 |
| Binary | 100100 | 10101001 | 10111100 | 1010001 | 1010 | 0 | 11010 | 10111100 | 1000100 | 101100 |
Color Harmonies of #24A9BC
Complementary color
Monochromatic Colors of #24A9BC
Black with #24A9BC
Text Example
Text Example
White with #24A9BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24A9BC; }
p { color: rgb(36,169,188); }
H1.HeaderClassName
{
color: #24A9BC;
}
.AnyTagClassName
{
color: #24A9BC;
}
</style>
background-color css
<style>
a { background-color: #24A9BC; }
a { background-color: rgb(36,169,188); }
div.DivClassName
{
background-color: #24A9BC;
}
.BgClassName
{
background-color: #24A9BC;
}
</style>
border-color css
<style>
span { border-color: #24A9BC; }
span { border-color: rgb(36,169,188); }
td.TdClassName
{
border-color: #24A9BC;
}
.TagClassName
{
border-color: #24A9BC;
}
</style>