Shades of Summer Sky #21BDF0
Tints of Summer Sky #21BDF0
RGB
CMYK
RGB Variations
Color information
#21BDF0 (or 0x21BDF0) is known color: Summer Sky. HEX triplet: 21, BD and F0. RGB value is (33,189,240). Sum of RGB (Red+Green+Blue) = 33+189+240=462 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.14% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 240 (94.14% from 255 or 51.95% from 462); Max value from RGB is 240 - color contains mainly: blue. Hex color #21BDF0 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDF0 is #DE420F. Grayscale: #939393. Windows color (decimal): -14565904 or 15777057. OLE color: 15777057.
HSL color Cylindrical-coordinate representation of color #21BDF0: hue angle of 194.78º degrees, saturation: 0.87, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BDF0 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 33 | 189 | 240 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.06 |
| HSL | 194.78º | 0.87% | 0.54% | - |
| HSV(B) | 194.78º | 0.86% | 0.94% | - |
| XYZ | 34.55 | 43.01 | 88.92 | - |
| YUV | 148.17 | 179.82 | 45.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 240 | 0.86 | 0.21 | 0 | 0.06 | 194.78 | 0.87 | 0.54 |
| Hex | 21 | BD | F0 | 56 | 15 | 0 | 6 | C3 | 57 | 36 |
| Octal | 41 | 275 | 360 | 126 | 25 | 0 | 6 | 303 | 127 | 66 |
| Binary | 100001 | 10111101 | 11110000 | 1010110 | 10101 | 0 | 110 | 11000011 | 1010111 | 110110 |
Color Harmonies of #21BDF0
Complementary color
Monochromatic Colors of #21BDF0
Black with #21BDF0
Text Example
Text Example
White with #21BDF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDF0; }
p { color: rgb(33,189,240); }
H1.HeaderClassName
{
color: #21BDF0;
}
.AnyTagClassName
{
color: #21BDF0;
}
</style>
background-color css
<style>
a { background-color: #21BDF0; }
a { background-color: rgb(33,189,240); }
div.DivClassName
{
background-color: #21BDF0;
}
.BgClassName
{
background-color: #21BDF0;
}
</style>
border-color css
<style>
span { border-color: #21BDF0; }
span { border-color: rgb(33,189,240); }
td.TdClassName
{
border-color: #21BDF0;
}
.TagClassName
{
border-color: #21BDF0;
}
</style>