Shades of Summer Sky #21ADCC
Tints of Summer Sky #21ADCC
RGB
CMYK
RGB Variations
Color information
#21ADCC (or 0x21ADCC) is known color: Summer Sky. HEX triplet: 21, AD and CC. RGB value is (33,173,204). Sum of RGB (Red+Green+Blue) = 33+173+204=410 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.05% from 410); Green value is 173 (67.97% from 255 or 42.20% from 410); Blue value is 204 (80.08% from 255 or 49.76% from 410); Max value from RGB is 204 - color contains mainly: blue. Hex color #21ADCC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ADCC is #DE5233. Grayscale: #868686. Windows color (decimal): -14570036 or 13413665. OLE color: 13413665.
HSL color Cylindrical-coordinate representation of color #21ADCC: hue angle of 190.88º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21ADCC is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 173 | 204 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.2 |
| HSL | 190.88º | 0.72% | 0.46% | - |
| HSV(B) | 190.88º | 0.84% | 0.8% | - |
| XYZ | 26.47 | 34.57 | 62.4 | - |
| YUV | 134.67 | 167.12 | 55.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 204 | 0.84 | 0.15 | 0 | 0.2 | 190.88 | 0.72 | 0.46 |
| Hex | 21 | AD | CC | 54 | F | 0 | 14 | BF | 48 | 2E |
| Octal | 41 | 255 | 314 | 124 | 17 | 0 | 24 | 277 | 110 | 56 |
| Binary | 100001 | 10101101 | 11001100 | 1010100 | 1111 | 0 | 10100 | 10111111 | 1001000 | 101110 |
Color Harmonies of #21ADCC
Complementary color
Monochromatic Colors of #21ADCC
Black with #21ADCC
Text Example
Text Example
White with #21ADCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADCC; }
p { color: rgb(33,173,204); }
H1.HeaderClassName
{
color: #21ADCC;
}
.AnyTagClassName
{
color: #21ADCC;
}
</style>
background-color css
<style>
a { background-color: #21ADCC; }
a { background-color: rgb(33,173,204); }
div.DivClassName
{
background-color: #21ADCC;
}
.BgClassName
{
background-color: #21ADCC;
}
</style>
border-color css
<style>
span { border-color: #21ADCC; }
span { border-color: rgb(33,173,204); }
td.TdClassName
{
border-color: #21ADCC;
}
.TagClassName
{
border-color: #21ADCC;
}
</style>