Shades of Pelorous #21A6CC
Tints of Pelorous #21A6CC
RGB
CMYK
RGB Variations
Color information
#21A6CC (or 0x21A6CC) is known color: Pelorous. HEX triplet: 21, A6 and CC. RGB value is (33,166,204). Sum of RGB (Red+Green+Blue) = 33+166+204=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 166 (65.23% from 255 or 41.19% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #21A6CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A6CC is #DE5933. Grayscale: #828282. Windows color (decimal): -14571828 or 13411873. OLE color: 13411873.
HSL color Cylindrical-coordinate representation of color #21A6CC: hue angle of 193.33º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21A6CC is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 166 | 204 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.2 |
| HSL | 193.33º | 0.72% | 0.46% | - |
| HSV(B) | 193.33º | 0.84% | 0.8% | - |
| XYZ | 25.16 | 31.96 | 61.97 | - |
| YUV | 130.57 | 169.44 | 58.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 166 | 204 | 0.84 | 0.19 | 0 | 0.2 | 193.33 | 0.72 | 0.46 |
| Hex | 21 | A6 | CC | 54 | 13 | 0 | 14 | C1 | 48 | 2E |
| Octal | 41 | 246 | 314 | 124 | 23 | 0 | 24 | 301 | 110 | 56 |
| Binary | 100001 | 10100110 | 11001100 | 1010100 | 10011 | 0 | 10100 | 11000001 | 1001000 | 101110 |
Color Harmonies of #21A6CC
Complementary color
Monochromatic Colors of #21A6CC
Black with #21A6CC
Text Example
Text Example
White with #21A6CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A6CC; }
p { color: rgb(33,166,204); }
H1.HeaderClassName
{
color: #21A6CC;
}
.AnyTagClassName
{
color: #21A6CC;
}
</style>
background-color css
<style>
a { background-color: #21A6CC; }
a { background-color: rgb(33,166,204); }
div.DivClassName
{
background-color: #21A6CC;
}
.BgClassName
{
background-color: #21A6CC;
}
</style>
border-color css
<style>
span { border-color: #21A6CC; }
span { border-color: rgb(33,166,204); }
td.TdClassName
{
border-color: #21A6CC;
}
.TagClassName
{
border-color: #21A6CC;
}
</style>