Shades of Summer Sky #21ABCD
Tints of Summer Sky #21ABCD
RGB
CMYK
RGB Variations
Color information
#21ABCD (or 0x21ABCD) is known color: Summer Sky. HEX triplet: 21, AB and CD. RGB value is (33,171,205). Sum of RGB (Red+Green+Blue) = 33+171+205=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 171 (67.19% from 255 or 41.81% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #21ABCD is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ABCD is #DE5432. Grayscale: #858585. Windows color (decimal): -14570547 or 13478689. OLE color: 13478689.
HSL color Cylindrical-coordinate representation of color #21ABCD: hue angle of 191.86º degrees, saturation: 0.72, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ABCD is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 33 | 171 | 205 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.20 |
| HSL | 191.86º | 0.72% | 0.47% | - |
| HSV(B) | 191.86º | 0.84% | 0.8% | - |
| XYZ | 26.21 | 33.86 | 62.91 | - |
| YUV | 133.61 | 168.28 | 56.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 171 | 205 | 0.84 | 0.17 | 0 | 0.20 | 191.86 | 0.72 | 0.47 |
| Hex | 21 | AB | CD | 54 | 11 | 0 | 14 | C0 | 48 | 2F |
| Octal | 41 | 253 | 315 | 124 | 21 | 0 | 24 | 300 | 110 | 57 |
| Binary | 100001 | 10101011 | 11001101 | 1010100 | 10001 | 0 | 10100 | 11000000 | 1001000 | 101111 |
Color Harmonies of #21ABCD
Complementary color
Monochromatic Colors of #21ABCD
Black with #21ABCD
Text Example
Text Example
White with #21ABCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ABCD; }
p { color: rgb(33,171,205); }
H1.HeaderClassName
{
color: #21ABCD;
}
.AnyTagClassName
{
color: #21ABCD;
}
</style>
background-color css
<style>
a { background-color: #21ABCD; }
a { background-color: rgb(33,171,205); }
div.DivClassName
{
background-color: #21ABCD;
}
.BgClassName
{
background-color: #21ABCD;
}
</style>
border-color css
<style>
span { border-color: #21ABCD; }
span { border-color: rgb(33,171,205); }
td.TdClassName
{
border-color: #21ABCD;
}
.TagClassName
{
border-color: #21ABCD;
}
</style>