Shades of Pelorous #24ACC8
Tints of Pelorous #24ACC8
RGB
CMYK
RGB Variations
Color information
#24ACC8 (or 0x24ACC8) is known color: Pelorous. HEX triplet: 24, AC and C8. RGB value is (36,172,200). Sum of RGB (Red+Green+Blue) = 36+172+200=408 (54% of max value = 765). Red value is 36 (14.45% from 255 or 8.82% from 408); Green value is 172 (67.58% from 255 or 42.16% from 408); Blue value is 200 (78.52% from 255 or 49.02% from 408); Max value from RGB is 200 - color contains mainly: blue. Hex color #24ACC8 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24ACC8 is #DB5337. Grayscale: #868686. Windows color (decimal): -14373688 or 13151268. OLE color: 13151268.
HSL color Cylindrical-coordinate representation of color #24ACC8: hue angle of 190.24º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #24ACC8 is Cyan = 0.82, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 36 | 172 | 200 | - |
| CMYK | 0.82 | 0.14 | 0 | 0.22 |
| HSL | 190.24º | 0.69% | 0.46% | - |
| HSV(B) | 190.24º | 0.82% | 0.78% | - |
| XYZ | 25.91 | 34.05 | 59.85 | - |
| YUV | 134.53 | 164.94 | 57.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 172 | 200 | 0.82 | 0.14 | 0 | 0.22 | 190.24 | 0.69 | 0.46 |
| Hex | 24 | AC | C8 | 52 | E | 0 | 16 | BE | 45 | 2E |
| Octal | 44 | 254 | 310 | 122 | 16 | 0 | 26 | 276 | 105 | 56 |
| Binary | 100100 | 10101100 | 11001000 | 1010010 | 1110 | 0 | 10110 | 10111110 | 1000101 | 101110 |
Color Harmonies of #24ACC8
Complementary color
Monochromatic Colors of #24ACC8
Black with #24ACC8
Text Example
Text Example
White with #24ACC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24ACC8; }
p { color: rgb(36,172,200); }
H1.HeaderClassName
{
color: #24ACC8;
}
.AnyTagClassName
{
color: #24ACC8;
}
</style>
background-color css
<style>
a { background-color: #24ACC8; }
a { background-color: rgb(36,172,200); }
div.DivClassName
{
background-color: #24ACC8;
}
.BgClassName
{
background-color: #24ACC8;
}
</style>
border-color css
<style>
span { border-color: #24ACC8; }
span { border-color: rgb(36,172,200); }
td.TdClassName
{
border-color: #24ACC8;
}
.TagClassName
{
border-color: #24ACC8;
}
</style>