Shades of Summer Sky #21BBDF
Tints of Summer Sky #21BBDF
RGB
CMYK
RGB Variations
Color information
#21BBDF (or 0x21BBDF) is known color: Summer Sky. HEX triplet: 21, BB and DF. RGB value is (33,187,223). Sum of RGB (Red+Green+Blue) = 33+187+223=443 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.45% from 443); Green value is 187 (73.44% from 255 or 42.21% from 443); Blue value is 223 (87.5% from 255 or 50.34% from 443); Max value from RGB is 223 - color contains mainly: blue. Hex color #21BBDF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BBDF is #DE4420. Grayscale: #909090. Windows color (decimal): -14566433 or 14662433. OLE color: 14662433.
HSL color Cylindrical-coordinate representation of color #21BBDF: hue angle of 191.37º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BBDF is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 187 | 223 | - |
| CMYK | 0.85 | 0.16 | 0 | 0.13 |
| HSL | 191.37º | 0.75% | 0.5% | - |
| HSV(B) | 191.37º | 0.85% | 0.87% | - |
| XYZ | 31.72 | 41.19 | 76.09 | - |
| YUV | 145.06 | 171.98 | 48.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 187 | 223 | 0.85 | 0.16 | 0 | 0.13 | 191.37 | 0.75 | 0.5 |
| Hex | 21 | BB | DF | 55 | 10 | 0 | D | BF | 4B | 32 |
| Octal | 41 | 273 | 337 | 125 | 20 | 0 | 15 | 277 | 113 | 62 |
| Binary | 100001 | 10111011 | 11011111 | 1010101 | 10000 | 0 | 1101 | 10111111 | 1001011 | 110010 |
Color Harmonies of #21BBDF
Complementary color
Monochromatic Colors of #21BBDF
Black with #21BBDF
Text Example
Text Example
White with #21BBDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BBDF; }
p { color: rgb(33,187,223); }
H1.HeaderClassName
{
color: #21BBDF;
}
.AnyTagClassName
{
color: #21BBDF;
}
</style>
background-color css
<style>
a { background-color: #21BBDF; }
a { background-color: rgb(33,187,223); }
div.DivClassName
{
background-color: #21BBDF;
}
.BgClassName
{
background-color: #21BBDF;
}
</style>
border-color css
<style>
span { border-color: #21BBDF; }
span { border-color: rgb(33,187,223); }
td.TdClassName
{
border-color: #21BBDF;
}
.TagClassName
{
border-color: #21BBDF;
}
</style>