Shades of Pelorous #21A0BC
Tints of Pelorous #21A0BC
RGB
CMYK
RGB Variations
Color information
#21A0BC (or 0x21A0BC) is known color: Pelorous. HEX triplet: 21, A0 and BC. RGB value is (33,160,188). Sum of RGB (Red+Green+Blue) = 33+160+188=381 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.66% from 381); Green value is 160 (62.89% from 255 or 41.99% from 381); Blue value is 188 (73.83% from 255 or 49.34% from 381); Max value from RGB is 188 - color contains mainly: blue. Hex color #21A0BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A0BC is #DE5F43. Grayscale: #7C7C7C. Windows color (decimal): -14573380 or 12361761. OLE color: 12361761.
HSL color Cylindrical-coordinate representation of color #21A0BC: hue angle of 190.84º degrees, saturation: 0.7, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #21A0BC is Cyan = 0.82, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 160 | 188 | - |
| CMYK | 0.82 | 0.15 | 0 | 0.26 |
| HSL | 190.84º | 0.7% | 0.43% | - |
| HSV(B) | 190.84º | 0.82% | 0.74% | - |
| XYZ | 22.28 | 29.1 | 52.02 | - |
| YUV | 125.22 | 163.42 | 62.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 188 | 0.82 | 0.15 | 0 | 0.26 | 190.84 | 0.7 | 0.43 |
| Hex | 21 | A0 | BC | 52 | F | 0 | 1A | BF | 46 | 2B |
| Octal | 41 | 240 | 274 | 122 | 17 | 0 | 32 | 277 | 106 | 53 |
| Binary | 100001 | 10100000 | 10111100 | 1010010 | 1111 | 0 | 11010 | 10111111 | 1000110 | 101011 |
Color Harmonies of #21A0BC
Complementary color
Monochromatic Colors of #21A0BC
Black with #21A0BC
Text Example
Text Example
White with #21A0BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0BC; }
p { color: rgb(33,160,188); }
H1.HeaderClassName
{
color: #21A0BC;
}
.AnyTagClassName
{
color: #21A0BC;
}
</style>
background-color css
<style>
a { background-color: #21A0BC; }
a { background-color: rgb(33,160,188); }
div.DivClassName
{
background-color: #21A0BC;
}
.BgClassName
{
background-color: #21A0BC;
}
</style>
border-color css
<style>
span { border-color: #21A0BC; }
span { border-color: rgb(33,160,188); }
td.TdClassName
{
border-color: #21A0BC;
}
.TagClassName
{
border-color: #21A0BC;
}
</style>