Shades of Pelorous #21A0BE
Tints of Pelorous #21A0BE
RGB
CMYK
RGB Variations
Color information
#21A0BE (or 0x21A0BE) is known color: Pelorous. HEX triplet: 21, A0 and BE. RGB value is (33,160,190). Sum of RGB (Red+Green+Blue) = 33+160+190=383 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.62% from 383); Green value is 160 (62.89% from 255 or 41.78% from 383); Blue value is 190 (74.61% from 255 or 49.61% from 383); Max value from RGB is 190 - color contains mainly: blue. Hex color #21A0BE is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A0BE is #DE5F41. Grayscale: #7D7D7D. Windows color (decimal): -14573378 or 12492833. OLE color: 12492833.
HSL color Cylindrical-coordinate representation of color #21A0BE: hue angle of 191.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A0BE is Cyan = 0.83, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 33 | 160 | 190 | - |
| CMYK | 0.83 | 0.16 | 0 | 0.25 |
| HSL | 191.47º | 0.7% | 0.44% | - |
| HSV(B) | 191.47º | 0.83% | 0.75% | - |
| XYZ | 22.49 | 29.18 | 53.16 | - |
| YUV | 125.45 | 164.42 | 62.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 160 | 190 | 0.83 | 0.16 | 0 | 0.25 | 191.47 | 0.7 | 0.44 |
| Hex | 21 | A0 | BE | 53 | 10 | 0 | 19 | BF | 46 | 2C |
| Octal | 41 | 240 | 276 | 123 | 20 | 0 | 31 | 277 | 106 | 54 |
| Binary | 100001 | 10100000 | 10111110 | 1010011 | 10000 | 0 | 11001 | 10111111 | 1000110 | 101100 |
Color Harmonies of #21A0BE
Complementary color
Monochromatic Colors of #21A0BE
Black with #21A0BE
Text Example
Text Example
White with #21A0BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A0BE; }
p { color: rgb(33,160,190); }
H1.HeaderClassName
{
color: #21A0BE;
}
.AnyTagClassName
{
color: #21A0BE;
}
</style>
background-color css
<style>
a { background-color: #21A0BE; }
a { background-color: rgb(33,160,190); }
div.DivClassName
{
background-color: #21A0BE;
}
.BgClassName
{
background-color: #21A0BE;
}
</style>
border-color css
<style>
span { border-color: #21A0BE; }
span { border-color: rgb(33,160,190); }
td.TdClassName
{
border-color: #21A0BE;
}
.TagClassName
{
border-color: #21A0BE;
}
</style>