Shades of Summer Sky #21B9F0
Tints of Summer Sky #21B9F0
RGB
CMYK
RGB Variations
Color information
#21B9F0 (or 0x21B9F0) is known color: Summer Sky. HEX triplet: 21, B9 and F0. RGB value is (33,185,240). Sum of RGB (Red+Green+Blue) = 33+185+240=458 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.21% from 458); Green value is 185 (72.66% from 255 or 40.39% from 458); Blue value is 240 (94.14% from 255 or 52.40% from 458); Max value from RGB is 240 - color contains mainly: blue. Hex color #21B9F0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21B9F0 is #DE460F. Grayscale: #919191. Windows color (decimal): -14566928 or 15776033. OLE color: 15776033.
HSL color Cylindrical-coordinate representation of color #21B9F0: hue angle of 195.94º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21B9F0 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 185 | 240 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.06 |
| HSL | 195.94º | 0.87% | 0.54% | - |
| HSV(B) | 195.94º | 0.86% | 0.94% | - |
| XYZ | 33.7 | 41.31 | 88.64 | - |
| YUV | 145.82 | 181.14 | 47.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 185 | 240 | 0.86 | 0.23 | 0 | 0.06 | 195.94 | 0.87 | 0.54 |
| Hex | 21 | B9 | F0 | 56 | 17 | 0 | 6 | C4 | 57 | 36 |
| Octal | 41 | 271 | 360 | 126 | 27 | 0 | 6 | 304 | 127 | 66 |
| Binary | 100001 | 10111001 | 11110000 | 1010110 | 10111 | 0 | 110 | 11000100 | 1010111 | 110110 |
Color Harmonies of #21B9F0
Complementary color
Monochromatic Colors of #21B9F0
Black with #21B9F0
Text Example
Text Example
White with #21B9F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B9F0; }
p { color: rgb(33,185,240); }
H1.HeaderClassName
{
color: #21B9F0;
}
.AnyTagClassName
{
color: #21B9F0;
}
</style>
background-color css
<style>
a { background-color: #21B9F0; }
a { background-color: rgb(33,185,240); }
div.DivClassName
{
background-color: #21B9F0;
}
.BgClassName
{
background-color: #21B9F0;
}
</style>
border-color css
<style>
span { border-color: #21B9F0; }
span { border-color: rgb(33,185,240); }
td.TdClassName
{
border-color: #21B9F0;
}
.TagClassName
{
border-color: #21B9F0;
}
</style>