Shades of Pelorous #21A7BD
Tints of Pelorous #21A7BD
RGB
CMYK
RGB Variations
Color information
#21A7BD (or 0x21A7BD) is known color: Pelorous. HEX triplet: 21, A7 and BD. RGB value is (33,167,189). Sum of RGB (Red+Green+Blue) = 33+167+189=389 (51% of max value = 765). Red value is 33 (13.28% from 255 or 8.48% from 389); Green value is 167 (65.62% from 255 or 42.93% from 389); Blue value is 189 (74.22% from 255 or 48.59% from 389); Max value from RGB is 189 - color contains mainly: blue. Hex color #21A7BD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A7BD is #DE5842. Grayscale: #818181. Windows color (decimal): -14571587 or 12429089. OLE color: 12429089.
HSL color Cylindrical-coordinate representation of color #21A7BD: hue angle of 188.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21A7BD is Cyan = 0.83, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 33 | 167 | 189 | - |
| CMYK | 0.83 | 0.12 | 0 | 0.26 |
| HSL | 188.46º | 0.7% | 0.44% | - |
| HSV(B) | 188.46º | 0.83% | 0.74% | - |
| XYZ | 23.63 | 31.63 | 53 | - |
| YUV | 129.44 | 161.61 | 59.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 167 | 189 | 0.83 | 0.12 | 0 | 0.26 | 188.46 | 0.7 | 0.44 |
| Hex | 21 | A7 | BD | 53 | C | 0 | 1A | BC | 46 | 2C |
| Octal | 41 | 247 | 275 | 123 | 14 | 0 | 32 | 274 | 106 | 54 |
| Binary | 100001 | 10100111 | 10111101 | 1010011 | 1100 | 0 | 11010 | 10111100 | 1000110 | 101100 |
Color Harmonies of #21A7BD
Complementary color
Monochromatic Colors of #21A7BD
Black with #21A7BD
Text Example
Text Example
White with #21A7BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A7BD; }
p { color: rgb(33,167,189); }
H1.HeaderClassName
{
color: #21A7BD;
}
.AnyTagClassName
{
color: #21A7BD;
}
</style>
background-color css
<style>
a { background-color: #21A7BD; }
a { background-color: rgb(33,167,189); }
div.DivClassName
{
background-color: #21A7BD;
}
.BgClassName
{
background-color: #21A7BD;
}
</style>
border-color css
<style>
span { border-color: #21A7BD; }
span { border-color: rgb(33,167,189); }
td.TdClassName
{
border-color: #21A7BD;
}
.TagClassName
{
border-color: #21A7BD;
}
</style>