Shades of Pelorous #21A4BC
Tints of Pelorous #21A4BC
RGB
CMYK
RGB Variations
Color information
#21A4BC (or 0x21A4BC) is known color: Pelorous. HEX triplet: 21, A4 and BC. RGB value is (33,164,188). Sum of RGB (Red+Green+Blue) = 33+164+188=385 (50% of max value = 765). Red value is 33 (13.28% from 255 or 8.57% from 385); Green value is 164 (64.45% from 255 or 42.60% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #21A4BC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A4BC is #DE5B43. Grayscale: #7F7F7F. Windows color (decimal): -14572356 or 12362785. OLE color: 12362785.
HSL color Cylindrical-coordinate representation of color #21A4BC: hue angle of 189.29º 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 #21A4BC is Cyan = 0.82, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 164 | 188 | - |
| CMYK | 0.82 | 0.13 | 0 | 0.26 |
| HSL | 189.29º | 0.7% | 0.43% | - |
| HSV(B) | 189.29º | 0.82% | 0.74% | - |
| XYZ | 22.98 | 30.51 | 52.25 | - |
| YUV | 127.57 | 162.1 | 60.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 188 | 0.82 | 0.13 | 0 | 0.26 | 189.29 | 0.7 | 0.43 |
| Hex | 21 | A4 | BC | 52 | D | 0 | 1A | BD | 46 | 2B |
| Octal | 41 | 244 | 274 | 122 | 15 | 0 | 32 | 275 | 106 | 53 |
| Binary | 100001 | 10100100 | 10111100 | 1010010 | 1101 | 0 | 11010 | 10111101 | 1000110 | 101011 |
Color Harmonies of #21A4BC
Complementary color
Monochromatic Colors of #21A4BC
Black with #21A4BC
Text Example
Text Example
White with #21A4BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A4BC; }
p { color: rgb(33,164,188); }
H1.HeaderClassName
{
color: #21A4BC;
}
.AnyTagClassName
{
color: #21A4BC;
}
</style>
background-color css
<style>
a { background-color: #21A4BC; }
a { background-color: rgb(33,164,188); }
div.DivClassName
{
background-color: #21A4BC;
}
.BgClassName
{
background-color: #21A4BC;
}
</style>
border-color css
<style>
span { border-color: #21A4BC; }
span { border-color: rgb(33,164,188); }
td.TdClassName
{
border-color: #21A4BC;
}
.TagClassName
{
border-color: #21A4BC;
}
</style>