Shades of Summer Sky #21BFE6
Tints of Summer Sky #21BFE6
RGB
CMYK
RGB Variations
Color information
#21BFE6 (or 0x21BFE6) is known color: Summer Sky. HEX triplet: 21, BF and E6. RGB value is (33,191,230). Sum of RGB (Red+Green+Blue) = 33+191+230=454 (60% of max value = 765). Red value is 33 (13.28% from 255 or 7.27% from 454); Green value is 191 (75% from 255 or 42.07% from 454); Blue value is 230 (90.23% from 255 or 50.66% from 454); Max value from RGB is 230 - color contains mainly: blue. Hex color #21BFE6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFE6 is #DE4019. Grayscale: #939393. Windows color (decimal): -14565402 or 15122209. OLE color: 15122209.
HSL color Cylindrical-coordinate representation of color #21BFE6: hue angle of 191.88º degrees, saturation: 0.8, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BFE6 is Cyan = 0.86, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 33 | 191 | 230 | - |
| CMYK | 0.86 | 0.17 | 0 | 0.10 |
| HSL | 191.88º | 0.8% | 0.52% | - |
| HSV(B) | 191.88º | 0.86% | 0.9% | - |
| XYZ | 33.54 | 43.3 | 81.45 | - |
| YUV | 148.2 | 174.15 | 45.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 230 | 0.86 | 0.17 | 0 | 0.10 | 191.88 | 0.8 | 0.52 |
| Hex | 21 | BF | E6 | 56 | 11 | 0 | A | C0 | 50 | 34 |
| Octal | 41 | 277 | 346 | 126 | 21 | 0 | 12 | 300 | 120 | 64 |
| Binary | 100001 | 10111111 | 11100110 | 1010110 | 10001 | 0 | 1010 | 11000000 | 1010000 | 110100 |
Color Harmonies of #21BFE6
Complementary color
Monochromatic Colors of #21BFE6
Black with #21BFE6
Text Example
Text Example
White with #21BFE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFE6; }
p { color: rgb(33,191,230); }
H1.HeaderClassName
{
color: #21BFE6;
}
.AnyTagClassName
{
color: #21BFE6;
}
</style>
background-color css
<style>
a { background-color: #21BFE6; }
a { background-color: rgb(33,191,230); }
div.DivClassName
{
background-color: #21BFE6;
}
.BgClassName
{
background-color: #21BFE6;
}
</style>
border-color css
<style>
span { border-color: #21BFE6; }
span { border-color: rgb(33,191,230); }
td.TdClassName
{
border-color: #21BFE6;
}
.TagClassName
{
border-color: #21BFE6;
}
</style>