Shades of Pelorous #21AAC3
Tints of Pelorous #21AAC3
RGB
CMYK
RGB Variations
Color information
#21AAC3 (or 0x21AAC3) is known color: Pelorous. HEX triplet: 21, AA and C3. RGB value is (33,170,195). Sum of RGB (Red+Green+Blue) = 33+170+195=398 (52% of max value = 765). Red value is 33 (13.28% from 255 or 8.29% from 398); Green value is 170 (66.80% from 255 or 42.71% from 398); Blue value is 195 (76.56% from 255 or 48.99% from 398); Max value from RGB is 195 - color contains mainly: blue. Hex color #21AAC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AAC3 is #DE553C. Grayscale: #838383. Windows color (decimal): -14570813 or 12823073. OLE color: 12823073.
HSL color Cylindrical-coordinate representation of color #21AAC3: hue angle of 189.26º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #21AAC3 is Cyan = 0.83, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 170 | 195 | - |
| CMYK | 0.83 | 0.13 | 0 | 0.24 |
| HSL | 189.26º | 0.71% | 0.45% | - |
| HSV(B) | 189.26º | 0.83% | 0.76% | - |
| XYZ | 24.85 | 33.01 | 56.69 | - |
| YUV | 131.89 | 163.61 | 57.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 170 | 195 | 0.83 | 0.13 | 0 | 0.24 | 189.26 | 0.71 | 0.45 |
| Hex | 21 | AA | C3 | 53 | D | 0 | 18 | BD | 47 | 2D |
| Octal | 41 | 252 | 303 | 123 | 15 | 0 | 30 | 275 | 107 | 55 |
| Binary | 100001 | 10101010 | 11000011 | 1010011 | 1101 | 0 | 11000 | 10111101 | 1000111 | 101101 |
Color Harmonies of #21AAC3
Complementary color
Monochromatic Colors of #21AAC3
Black with #21AAC3
Text Example
Text Example
White with #21AAC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AAC3; }
p { color: rgb(33,170,195); }
H1.HeaderClassName
{
color: #21AAC3;
}
.AnyTagClassName
{
color: #21AAC3;
}
</style>
background-color css
<style>
a { background-color: #21AAC3; }
a { background-color: rgb(33,170,195); }
div.DivClassName
{
background-color: #21AAC3;
}
.BgClassName
{
background-color: #21AAC3;
}
</style>
border-color css
<style>
span { border-color: #21AAC3; }
span { border-color: rgb(33,170,195); }
td.TdClassName
{
border-color: #21AAC3;
}
.TagClassName
{
border-color: #21AAC3;
}
</style>