Shades of Summer Sky #21BBF1
Tints of Summer Sky #21BBF1
RGB
CMYK
RGB Variations
Color information
#21BBF1 (or 0x21BBF1) is known color: Summer Sky. HEX triplet: 21, BB and F1. RGB value is (33,187,241). Sum of RGB (Red+Green+Blue) = 33+187+241=461 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.16% from 461); Green value is 187 (73.44% from 255 or 40.56% from 461); Blue value is 241 (94.53% from 255 or 52.28% from 461); Max value from RGB is 241 - color contains mainly: blue. Hex color #21BBF1 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BBF1 is #DE440E. Grayscale: #929292. Windows color (decimal): -14566415 or 15842081. OLE color: 15842081.
HSL color Cylindrical-coordinate representation of color #21BBF1: hue angle of 195.58º degrees, saturation: 0.88, 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 #21BBF1 is Cyan = 0.86, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 33 | 187 | 241 | - |
| CMYK | 0.86 | 0.22 | 0 | 0.05 |
| HSL | 195.58º | 0.88% | 0.54% | - |
| HSV(B) | 195.58º | 0.86% | 0.95% | - |
| XYZ | 34.27 | 42.21 | 89.56 | - |
| YUV | 147.11 | 180.98 | 46.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 241 | 0.86 | 0.22 | 0 | 0.05 | 195.58 | 0.88 | 0.54 |
| Hex | 21 | BB | F1 | 56 | 16 | 0 | 5 | C4 | 58 | 36 |
| Octal | 41 | 273 | 361 | 126 | 26 | 0 | 5 | 304 | 130 | 66 |
| Binary | 100001 | 10111011 | 11110001 | 1010110 | 10110 | 0 | 101 | 11000100 | 1011000 | 110110 |
Color Harmonies of #21BBF1
Complementary color
Monochromatic Colors of #21BBF1
Black with #21BBF1
Text Example
Text Example
White with #21BBF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBF1; }
p { color: rgb(33,187,241); }
H1.HeaderClassName
{
color: #21BBF1;
}
.AnyTagClassName
{
color: #21BBF1;
}
</style>
background-color css
<style>
a { background-color: #21BBF1; }
a { background-color: rgb(33,187,241); }
div.DivClassName
{
background-color: #21BBF1;
}
.BgClassName
{
background-color: #21BBF1;
}
</style>
border-color css
<style>
span { border-color: #21BBF1; }
span { border-color: rgb(33,187,241); }
td.TdClassName
{
border-color: #21BBF1;
}
.TagClassName
{
border-color: #21BBF1;
}
</style>