Shades of Summer Sky #21BFEB
Tints of Summer Sky #21BFEB
RGB
CMYK
RGB Variations
Color information
#21BFEB (or 0x21BFEB) is known color: Summer Sky. HEX triplet: 21, BF and EB. RGB value is (33,191,235). Sum of RGB (Red+Green+Blue) = 33+191+235=459 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.19% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 235 (92.19% from 255 or 51.20% from 459); Max value from RGB is 235 - color contains mainly: blue. Hex color #21BFEB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFEB is #DE4014. Grayscale: #949494. Windows color (decimal): -14565397 or 15449889. OLE color: 15449889.
HSL color Cylindrical-coordinate representation of color #21BFEB: hue angle of 193.07º degrees, saturation: 0.83, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BFEB is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 33 | 191 | 235 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.08 |
| HSL | 193.07º | 0.83% | 0.53% | - |
| HSV(B) | 193.07º | 0.86% | 0.92% | - |
| XYZ | 34.25 | 43.58 | 85.2 | - |
| YUV | 148.77 | 176.65 | 45.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 235 | 0.86 | 0.19 | 0 | 0.08 | 193.07 | 0.83 | 0.53 |
| Hex | 21 | BF | EB | 56 | 13 | 0 | 8 | C1 | 53 | 35 |
| Octal | 41 | 277 | 353 | 126 | 23 | 0 | 10 | 301 | 123 | 65 |
| Binary | 100001 | 10111111 | 11101011 | 1010110 | 10011 | 0 | 1000 | 11000001 | 1010011 | 110101 |
Color Harmonies of #21BFEB
Complementary color
Monochromatic Colors of #21BFEB
Black with #21BFEB
Text Example
Text Example
White with #21BFEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFEB; }
p { color: rgb(33,191,235); }
H1.HeaderClassName
{
color: #21BFEB;
}
.AnyTagClassName
{
color: #21BFEB;
}
</style>
background-color css
<style>
a { background-color: #21BFEB; }
a { background-color: rgb(33,191,235); }
div.DivClassName
{
background-color: #21BFEB;
}
.BgClassName
{
background-color: #21BFEB;
}
</style>
border-color css
<style>
span { border-color: #21BFEB; }
span { border-color: rgb(33,191,235); }
td.TdClassName
{
border-color: #21BFEB;
}
.TagClassName
{
border-color: #21BFEB;
}
</style>