Shades of Summer Sky #21BFEE
Tints of Summer Sky #21BFEE
RGB
CMYK
RGB Variations
Color information
#21BFEE (or 0x21BFEE) is known color: Summer Sky. HEX triplet: 21, BF and EE. RGB value is (33,191,238). Sum of RGB (Red+Green+Blue) = 33+191+238=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 191 (75% from 255 or 41.34% from 462); Blue value is 238 (93.36% from 255 or 51.52% from 462); Max value from RGB is 238 - color contains mainly: blue. Hex color #21BFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BFEE is #DE4011. Grayscale: #949494. Windows color (decimal): -14565394 or 15646497. OLE color: 15646497.
HSL color Cylindrical-coordinate representation of color #21BFEE: hue angle of 193.76º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BFEE is Cyan = 0.86, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 191 | 238 | - |
| CMYK | 0.86 | 0.20 | 0 | 0.07 |
| HSL | 193.76º | 0.86% | 0.53% | - |
| HSV(B) | 193.76º | 0.86% | 0.93% | - |
| XYZ | 34.69 | 43.76 | 87.51 | - |
| YUV | 149.12 | 178.15 | 45.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 191 | 238 | 0.86 | 0.20 | 0 | 0.07 | 193.76 | 0.86 | 0.53 |
| Hex | 21 | BF | EE | 56 | 14 | 0 | 7 | C2 | 56 | 35 |
| Octal | 41 | 277 | 356 | 126 | 24 | 0 | 7 | 302 | 126 | 65 |
| Binary | 100001 | 10111111 | 11101110 | 1010110 | 10100 | 0 | 111 | 11000010 | 1010110 | 110101 |
Color Harmonies of #21BFEE
Complementary color
Monochromatic Colors of #21BFEE
Black with #21BFEE
Text Example
Text Example
White with #21BFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BFEE; }
p { color: rgb(33,191,238); }
H1.HeaderClassName
{
color: #21BFEE;
}
.AnyTagClassName
{
color: #21BFEE;
}
</style>
background-color css
<style>
a { background-color: #21BFEE; }
a { background-color: rgb(33,191,238); }
div.DivClassName
{
background-color: #21BFEE;
}
.BgClassName
{
background-color: #21BFEE;
}
</style>
border-color css
<style>
span { border-color: #21BFEE; }
span { border-color: rgb(33,191,238); }
td.TdClassName
{
border-color: #21BFEE;
}
.TagClassName
{
border-color: #21BFEE;
}
</style>