Shades of Summer Sky #21ACDC
Tints of Summer Sky #21ACDC
RGB
CMYK
RGB Variations
Color information
#21ACDC (or 0x21ACDC) is known color: Summer Sky. HEX triplet: 21, AC and DC. RGB value is (33,172,220). Sum of RGB (Red+Green+Blue) = 33+172+220=425 (56% of max value = 765). Red value is 33 (13.28% from 255 or 7.76% from 425); Green value is 172 (67.58% from 255 or 40.47% from 425); Blue value is 220 (86.33% from 255 or 51.76% from 425); Max value from RGB is 220 - color contains mainly: blue. Hex color #21ACDC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACDC is #DE5323. Grayscale: #878787. Windows color (decimal): -14570276 or 14461985. OLE color: 14461985.
HSL color Cylindrical-coordinate representation of color #21ACDC: hue angle of 195.4º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21ACDC is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 172 | 220 | - |
| CMYK | 0.85 | 0.22 | 0 | 0.14 |
| HSL | 195.4º | 0.74% | 0.5% | - |
| HSV(B) | 195.4º | 0.85% | 0.86% | - |
| XYZ | 28.3 | 35 | 72.97 | - |
| YUV | 135.91 | 175.45 | 54.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 220 | 0.85 | 0.22 | 0 | 0.14 | 195.4 | 0.74 | 0.5 |
| Hex | 21 | AC | DC | 55 | 16 | 0 | E | C3 | 4A | 32 |
| Octal | 41 | 254 | 334 | 125 | 26 | 0 | 16 | 303 | 112 | 62 |
| Binary | 100001 | 10101100 | 11011100 | 1010101 | 10110 | 0 | 1110 | 11000011 | 1001010 | 110010 |
Color Harmonies of #21ACDC
Complementary color
Monochromatic Colors of #21ACDC
Black with #21ACDC
Text Example
Text Example
White with #21ACDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACDC; }
p { color: rgb(33,172,220); }
H1.HeaderClassName
{
color: #21ACDC;
}
.AnyTagClassName
{
color: #21ACDC;
}
</style>
background-color css
<style>
a { background-color: #21ACDC; }
a { background-color: rgb(33,172,220); }
div.DivClassName
{
background-color: #21ACDC;
}
.BgClassName
{
background-color: #21ACDC;
}
</style>
border-color css
<style>
span { border-color: #21ACDC; }
span { border-color: rgb(33,172,220); }
td.TdClassName
{
border-color: #21ACDC;
}
.TagClassName
{
border-color: #21ACDC;
}
</style>