Shades of Summer Sky #21ADF3
Tints of Summer Sky #21ADF3
RGB
CMYK
RGB Variations
Color information
#21ADF3 (or 0x21ADF3) is known color: Summer Sky. HEX triplet: 21, AD and F3. RGB value is (33,173,243). Sum of RGB (Red+Green+Blue) = 33+173+243=449 (59% of max value = 765). Red value is 33 (13.28% from 255 or 7.35% from 449); Green value is 173 (67.97% from 255 or 38.53% from 449); Blue value is 243 (95.31% from 255 or 54.12% from 449); Max value from RGB is 243 - color contains mainly: blue. Hex color #21ADF3 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21ADF3 is #DE520C. Grayscale: #8A8A8A. Windows color (decimal): -14569997 or 15969569. OLE color: 15969569.
HSL color Cylindrical-coordinate representation of color #21ADF3: hue angle of 200º degrees, saturation: 0.9, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21ADF3 is Cyan = 0.86, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 173 | 243 | - |
| CMYK | 0.86 | 0.29 | 0 | 0.05 |
| HSL | 200º | 0.9% | 0.54% | - |
| HSV(B) | 200º | 0.86% | 0.95% | - |
| XYZ | 31.75 | 36.68 | 90.2 | - |
| YUV | 139.12 | 186.62 | 52.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 173 | 243 | 0.86 | 0.29 | 0 | 0.05 | 200 | 0.9 | 0.54 |
| Hex | 21 | AD | F3 | 56 | 1D | 0 | 5 | C8 | 5A | 36 |
| Octal | 41 | 255 | 363 | 126 | 35 | 0 | 5 | 310 | 132 | 66 |
| Binary | 100001 | 10101101 | 11110011 | 1010110 | 11101 | 0 | 101 | 11001000 | 1011010 | 110110 |
Color Harmonies of #21ADF3
Complementary color
Monochromatic Colors of #21ADF3
Black with #21ADF3
Text Example
Text Example
White with #21ADF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ADF3; }
p { color: rgb(33,173,243); }
H1.HeaderClassName
{
color: #21ADF3;
}
.AnyTagClassName
{
color: #21ADF3;
}
</style>
background-color css
<style>
a { background-color: #21ADF3; }
a { background-color: rgb(33,173,243); }
div.DivClassName
{
background-color: #21ADF3;
}
.BgClassName
{
background-color: #21ADF3;
}
</style>
border-color css
<style>
span { border-color: #21ADF3; }
span { border-color: rgb(33,173,243); }
td.TdClassName
{
border-color: #21ADF3;
}
.TagClassName
{
border-color: #21ADF3;
}
</style>