Shades of Summer Sky #21B2F6
Tints of Summer Sky #21B2F6
RGB
CMYK
RGB Variations
Color information
#21B2F6 (or 0x21B2F6) is known color: Summer Sky. HEX triplet: 21, B2 and F6. RGB value is (33,178,246). Sum of RGB (Red+Green+Blue) = 33+178+246=457 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.22% from 457); Green value is 178 (69.92% from 255 or 38.95% from 457); Blue value is 246 (96.48% from 255 or 53.83% from 457); Max value from RGB is 246 - color contains mainly: blue. Hex color #21B2F6 is not a web safe color. Web safe color analog (approx): #3399FF. Inversed color of #21B2F6 is #DE4D09. Grayscale: #8D8D8D. Windows color (decimal): -14568714 or 16167457. OLE color: 16167457.
HSL color Cylindrical-coordinate representation of color #21B2F6: hue angle of 199.15º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21B2F6 is Cyan = 0.87, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 178 | 246 | - |
| CMYK | 0.87 | 0.28 | 0 | 0.04 |
| HSL | 199.15º | 0.92% | 0.55% | - |
| HSV(B) | 199.15º | 0.87% | 0.96% | - |
| XYZ | 33.18 | 38.82 | 92.93 | - |
| YUV | 142.4 | 186.46 | 49.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 246 | 0.87 | 0.28 | 0 | 0.04 | 199.15 | 0.92 | 0.55 |
| Hex | 21 | B2 | F6 | 57 | 1C | 0 | 4 | C7 | 5C | 37 |
| Octal | 41 | 262 | 366 | 127 | 34 | 0 | 4 | 307 | 134 | 67 |
| Binary | 100001 | 10110010 | 11110110 | 1010111 | 11100 | 0 | 100 | 11000111 | 1011100 | 110111 |
Color Harmonies of #21B2F6
Complementary color
Monochromatic Colors of #21B2F6
Black with #21B2F6
Text Example
Text Example
White with #21B2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B2F6; }
p { color: rgb(33,178,246); }
H1.HeaderClassName
{
color: #21B2F6;
}
.AnyTagClassName
{
color: #21B2F6;
}
</style>
background-color css
<style>
a { background-color: #21B2F6; }
a { background-color: rgb(33,178,246); }
div.DivClassName
{
background-color: #21B2F6;
}
.BgClassName
{
background-color: #21B2F6;
}
</style>
border-color css
<style>
span { border-color: #21B2F6; }
span { border-color: rgb(33,178,246); }
td.TdClassName
{
border-color: #21B2F6;
}
.TagClassName
{
border-color: #21B2F6;
}
</style>