Shades of Summer Sky #21A1DA
Tints of Summer Sky #21A1DA
RGB
CMYK
RGB Variations
Color information
#21A1DA (or 0x21A1DA) is known color: Summer Sky. HEX triplet: 21, A1 and DA. RGB value is (33,161,218). Sum of RGB (Red+Green+Blue) = 33+161+218=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 161 (63.28% from 255 or 39.08% from 412); Blue value is 218 (85.55% from 255 or 52.91% from 412); Max value from RGB is 218 - color contains mainly: blue. Hex color #21A1DA is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A1DA is #DE5E25. Grayscale: #808080. Windows color (decimal): -14573094 or 14328097. OLE color: 14328097.
HSL color Cylindrical-coordinate representation of color #21A1DA: hue angle of 198.49º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21A1DA is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 33 | 161 | 218 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.15 |
| HSL | 198.49º | 0.74% | 0.49% | - |
| HSV(B) | 198.49º | 0.85% | 0.85% | - |
| XYZ | 26.03 | 30.88 | 70.92 | - |
| YUV | 129.23 | 178.09 | 59.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 161 | 218 | 0.85 | 0.26 | 0 | 0.15 | 198.49 | 0.74 | 0.49 |
| Hex | 21 | A1 | DA | 55 | 1A | 0 | F | C6 | 4A | 31 |
| Octal | 41 | 241 | 332 | 125 | 32 | 0 | 17 | 306 | 112 | 61 |
| Binary | 100001 | 10100001 | 11011010 | 1010101 | 11010 | 0 | 1111 | 11000110 | 1001010 | 110001 |
Color Harmonies of #21A1DA
Complementary color
Monochromatic Colors of #21A1DA
Black with #21A1DA
Text Example
Text Example
White with #21A1DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A1DA; }
p { color: rgb(33,161,218); }
H1.HeaderClassName
{
color: #21A1DA;
}
.AnyTagClassName
{
color: #21A1DA;
}
</style>
background-color css
<style>
a { background-color: #21A1DA; }
a { background-color: rgb(33,161,218); }
div.DivClassName
{
background-color: #21A1DA;
}
.BgClassName
{
background-color: #21A1DA;
}
</style>
border-color css
<style>
span { border-color: #21A1DA; }
span { border-color: rgb(33,161,218); }
td.TdClassName
{
border-color: #21A1DA;
}
.TagClassName
{
border-color: #21A1DA;
}
</style>