Shades of Pelorous #21ACC9
Tints of Pelorous #21ACC9
RGB
CMYK
RGB Variations
Color information
#21ACC9 (or 0x21ACC9) is known color: Pelorous. HEX triplet: 21, AC and C9. RGB value is (33,172,201). Sum of RGB (Red+Green+Blue) = 33+172+201=406 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.13% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 201 (78.91% from 255 or 49.51% from 406); Max value from RGB is 201 - color contains mainly: blue. Hex color #21ACC9 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACC9 is #DE5336. Grayscale: #858585. Windows color (decimal): -14570295 or 13216801. OLE color: 13216801.
HSL color Cylindrical-coordinate representation of color #21ACC9: hue angle of 190.36º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ACC9 is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 33 | 172 | 201 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.21 |
| HSL | 190.36º | 0.72% | 0.46% | - |
| HSV(B) | 190.36º | 0.84% | 0.79% | - |
| XYZ | 25.92 | 34.05 | 60.46 | - |
| YUV | 133.75 | 165.95 | 56.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 201 | 0.84 | 0.14 | 0 | 0.21 | 190.36 | 0.72 | 0.46 |
| Hex | 21 | AC | C9 | 54 | E | 0 | 15 | BE | 48 | 2E |
| Octal | 41 | 254 | 311 | 124 | 16 | 0 | 25 | 276 | 110 | 56 |
| Binary | 100001 | 10101100 | 11001001 | 1010100 | 1110 | 0 | 10101 | 10111110 | 1001000 | 101110 |
Color Harmonies of #21ACC9
Complementary color
Monochromatic Colors of #21ACC9
Black with #21ACC9
Text Example
Text Example
White with #21ACC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACC9; }
p { color: rgb(33,172,201); }
H1.HeaderClassName
{
color: #21ACC9;
}
.AnyTagClassName
{
color: #21ACC9;
}
</style>
background-color css
<style>
a { background-color: #21ACC9; }
a { background-color: rgb(33,172,201); }
div.DivClassName
{
background-color: #21ACC9;
}
.BgClassName
{
background-color: #21ACC9;
}
</style>
border-color css
<style>
span { border-color: #21ACC9; }
span { border-color: rgb(33,172,201); }
td.TdClassName
{
border-color: #21ACC9;
}
.TagClassName
{
border-color: #21ACC9;
}
</style>