Shades of Pelorous #21ADC3
Tints of Pelorous #21ADC3
RGB
CMYK
RGB Variations
Color information
#21ADC3 (or 0x21ADC3) is known color: Pelorous. HEX triplet: 21, AD and C3. RGB value is (33,173,195). Sum of RGB (Red+Green+Blue) = 33+173+195=401 (53% of max value = 765). Red value is 33 (13.28% from 255 or 8.23% from 401); Green value is 173 (67.97% from 255 or 43.14% from 401); Blue value is 195 (76.56% from 255 or 48.63% from 401); Max value from RGB is 195 - color contains mainly: blue. Hex color #21ADC3 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADC3 is #DE523C. Grayscale: #858585. Windows color (decimal): -14570045 or 12823841. OLE color: 12823841.
HSL color Cylindrical-coordinate representation of color #21ADC3: hue angle of 188.15º 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 #21ADC3 is Cyan = 0.83, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 33 | 173 | 195 | - |
| CMYK | 0.83 | 0.11 | 0 | 0.24 |
| HSL | 188.15º | 0.71% | 0.45% | - |
| HSV(B) | 188.15º | 0.83% | 0.76% | - |
| XYZ | 25.42 | 34.15 | 56.88 | - |
| YUV | 133.65 | 162.62 | 56.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 195 | 0.83 | 0.11 | 0 | 0.24 | 188.15 | 0.71 | 0.45 |
| Hex | 21 | AD | C3 | 53 | B | 0 | 18 | BC | 47 | 2D |
| Octal | 41 | 255 | 303 | 123 | 13 | 0 | 30 | 274 | 107 | 55 |
| Binary | 100001 | 10101101 | 11000011 | 1010011 | 1011 | 0 | 11000 | 10111100 | 1000111 | 101101 |
Color Harmonies of #21ADC3
Complementary color
Monochromatic Colors of #21ADC3
Black with #21ADC3
Text Example
Text Example
White with #21ADC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADC3; }
p { color: rgb(33,173,195); }
H1.HeaderClassName
{
color: #21ADC3;
}
.AnyTagClassName
{
color: #21ADC3;
}
</style>
background-color css
<style>
a { background-color: #21ADC3; }
a { background-color: rgb(33,173,195); }
div.DivClassName
{
background-color: #21ADC3;
}
.BgClassName
{
background-color: #21ADC3;
}
</style>
border-color css
<style>
span { border-color: #21ADC3; }
span { border-color: rgb(33,173,195); }
td.TdClassName
{
border-color: #21ADC3;
}
.TagClassName
{
border-color: #21ADC3;
}
</style>