Shades of Summer Sky #21A4D4
Tints of Summer Sky #21A4D4
RGB
CMYK
RGB Variations
Color information
#21A4D4 (or 0x21A4D4) is known color: Summer Sky. HEX triplet: 21, A4 and D4. RGB value is (33,164,212). Sum of RGB (Red+Green+Blue) = 33+164+212=409 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.07% from 409); Green value is 164 (64.45% from 255 or 40.10% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #21A4D4 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A4D4 is #DE5B2B. Grayscale: #818181. Windows color (decimal): -14572332 or 13935649. OLE color: 13935649.
HSL color Cylindrical-coordinate representation of color #21A4D4: hue angle of 196.09º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21A4D4 is Cyan = 0.84, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 33 | 164 | 212 | - |
| CMYK | 0.84 | 0.23 | 0 | 0.17 |
| HSL | 196.09º | 0.73% | 0.48% | - |
| HSV(B) | 196.09º | 0.84% | 0.83% | - |
| XYZ | 25.79 | 31.63 | 67.03 | - |
| YUV | 130.3 | 174.1 | 58.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 164 | 212 | 0.84 | 0.23 | 0 | 0.17 | 196.09 | 0.73 | 0.48 |
| Hex | 21 | A4 | D4 | 54 | 17 | 0 | 11 | C4 | 49 | 30 |
| Octal | 41 | 244 | 324 | 124 | 27 | 0 | 21 | 304 | 111 | 60 |
| Binary | 100001 | 10100100 | 11010100 | 1010100 | 10111 | 0 | 10001 | 11000100 | 1001001 | 110000 |
Color Harmonies of #21A4D4
Complementary color
Monochromatic Colors of #21A4D4
Black with #21A4D4
Text Example
Text Example
White with #21A4D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A4D4; }
p { color: rgb(33,164,212); }
H1.HeaderClassName
{
color: #21A4D4;
}
.AnyTagClassName
{
color: #21A4D4;
}
</style>
background-color css
<style>
a { background-color: #21A4D4; }
a { background-color: rgb(33,164,212); }
div.DivClassName
{
background-color: #21A4D4;
}
.BgClassName
{
background-color: #21A4D4;
}
</style>
border-color css
<style>
span { border-color: #21A4D4; }
span { border-color: rgb(33,164,212); }
td.TdClassName
{
border-color: #21A4D4;
}
.TagClassName
{
border-color: #21A4D4;
}
</style>