Shades of Pelorous #21AFC3
Tints of Pelorous #21AFC3
RGB
CMYK
RGB Variations
Color information
#21AFC3 (or 0x21AFC3) is known color: Pelorous. HEX triplet: 21, AF and C3. RGB value is (33,175,195). Sum of RGB (Red+Green+Blue) = 33+175+195=403 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.19% from 403); Green value is 175 (68.75% from 255 or 43.42% from 403); Blue value is 195 (76.56% from 255 or 48.39% from 403); Max value from RGB is 195 - color contains mainly: blue. Hex color #21AFC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21AFC3 is #DE503C. Grayscale: #868686. Windows color (decimal): -14569533 or 12824353. OLE color: 12824353.
HSL color Cylindrical-coordinate representation of color #21AFC3: hue angle of 187.41º 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 #21AFC3 is Cyan = 0.83, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 175 | 195 | - |
| CMYK | 0.83 | 0.10 | 0 | 0.24 |
| HSL | 187.41º | 0.71% | 0.45% | - |
| HSV(B) | 187.41º | 0.83% | 0.76% | - |
| XYZ | 25.81 | 34.92 | 57.01 | - |
| YUV | 134.82 | 161.96 | 55.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 175 | 195 | 0.83 | 0.10 | 0 | 0.24 | 187.41 | 0.71 | 0.45 |
| Hex | 21 | AF | C3 | 53 | A | 0 | 18 | BB | 47 | 2D |
| Octal | 41 | 257 | 303 | 123 | 12 | 0 | 30 | 273 | 107 | 55 |
| Binary | 100001 | 10101111 | 11000011 | 1010011 | 1010 | 0 | 11000 | 10111011 | 1000111 | 101101 |
Color Harmonies of #21AFC3
Complementary color
Monochromatic Colors of #21AFC3
Black with #21AFC3
Text Example
Text Example
White with #21AFC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21AFC3; }
p { color: rgb(33,175,195); }
H1.HeaderClassName
{
color: #21AFC3;
}
.AnyTagClassName
{
color: #21AFC3;
}
</style>
background-color css
<style>
a { background-color: #21AFC3; }
a { background-color: rgb(33,175,195); }
div.DivClassName
{
background-color: #21AFC3;
}
.BgClassName
{
background-color: #21AFC3;
}
</style>
border-color css
<style>
span { border-color: #21AFC3; }
span { border-color: rgb(33,175,195); }
td.TdClassName
{
border-color: #21AFC3;
}
.TagClassName
{
border-color: #21AFC3;
}
</style>