Shades of Pelorous #24AEC1
Tints of Pelorous #24AEC1
RGB
CMYK
RGB Variations
Color information
#24AEC1 (or 0x24AEC1) is known color: Pelorous. HEX triplet: 24, AE and C1. RGB value is (36,174,193). Sum of RGB (Red+Green+Blue) = 36+174+193=403 (53% of max value = 765). Red value is 36 (14.45% from 255 or 8.93% from 403); Green value is 174 (68.36% from 255 or 43.18% from 403); Blue value is 193 (75.78% from 255 or 47.89% from 403); Max value from RGB is 193 - color contains mainly: blue. Hex color #24AEC1 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #24AEC1 is #DB513E. Grayscale: #868686. Windows color (decimal): -14373183 or 12693028. OLE color: 12693028.
HSL color Cylindrical-coordinate representation of color #24AEC1: hue angle of 187.26º degrees, saturation: 0.69, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #24AEC1 is Cyan = 0.81, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 36 | 174 | 193 | - |
| CMYK | 0.81 | 0.10 | 0 | 0.24 |
| HSL | 187.26º | 0.69% | 0.45% | - |
| HSV(B) | 187.26º | 0.81% | 0.76% | - |
| XYZ | 25.49 | 34.5 | 55.77 | - |
| YUV | 134.9 | 160.78 | 57.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 36 | 174 | 193 | 0.81 | 0.10 | 0 | 0.24 | 187.26 | 0.69 | 0.45 |
| Hex | 24 | AE | C1 | 51 | A | 0 | 18 | BB | 45 | 2D |
| Octal | 44 | 256 | 301 | 121 | 12 | 0 | 30 | 273 | 105 | 55 |
| Binary | 100100 | 10101110 | 11000001 | 1010001 | 1010 | 0 | 11000 | 10111011 | 1000101 | 101101 |
Color Harmonies of #24AEC1
Complementary color
Monochromatic Colors of #24AEC1
Black with #24AEC1
Text Example
Text Example
White with #24AEC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #24AEC1; }
p { color: rgb(36,174,193); }
H1.HeaderClassName
{
color: #24AEC1;
}
.AnyTagClassName
{
color: #24AEC1;
}
</style>
background-color css
<style>
a { background-color: #24AEC1; }
a { background-color: rgb(36,174,193); }
div.DivClassName
{
background-color: #24AEC1;
}
.BgClassName
{
background-color: #24AEC1;
}
</style>
border-color css
<style>
span { border-color: #24AEC1; }
span { border-color: rgb(36,174,193); }
td.TdClassName
{
border-color: #24AEC1;
}
.TagClassName
{
border-color: #24AEC1;
}
</style>