Shades of Summer Sky #21BDF4
Tints of Summer Sky #21BDF4
RGB
CMYK
RGB Variations
Color information
#21BDF4 (or 0x21BDF4) is known color: Summer Sky. HEX triplet: 21, BD and F4. RGB value is (33,189,244). Sum of RGB (Red+Green+Blue) = 33+189+244=466 (61% of max value = 765). Red value is 33 (13.28% from 255 or 7.08% from 466); Green value is 189 (74.22% from 255 or 40.56% from 466); Blue value is 244 (95.70% from 255 or 52.36% from 466); Max value from RGB is 244 - color contains mainly: blue. Hex color #21BDF4 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21BDF4 is #DE420B. Grayscale: #949494. Windows color (decimal): -14565900 or 16039201. OLE color: 16039201.
HSL color Cylindrical-coordinate representation of color #21BDF4: hue angle of 195.64º degrees, saturation: 0.91, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21BDF4 is Cyan = 0.86, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 33 | 189 | 244 | - |
| CMYK | 0.86 | 0.23 | 0 | 0.04 |
| HSL | 195.64º | 0.91% | 0.54% | - |
| HSV(B) | 195.64º | 0.86% | 0.96% | - |
| XYZ | 35.15 | 43.25 | 92.08 | - |
| YUV | 148.63 | 181.82 | 45.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 244 | 0.86 | 0.23 | 0 | 0.04 | 195.64 | 0.91 | 0.54 |
| Hex | 21 | BD | F4 | 56 | 17 | 0 | 4 | C4 | 5B | 36 |
| Octal | 41 | 275 | 364 | 126 | 27 | 0 | 4 | 304 | 133 | 66 |
| Binary | 100001 | 10111101 | 11110100 | 1010110 | 10111 | 0 | 100 | 11000100 | 1011011 | 110110 |
Color Harmonies of #21BDF4
Complementary color
Monochromatic Colors of #21BDF4
Black with #21BDF4
Text Example
Text Example
White with #21BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDF4; }
p { color: rgb(33,189,244); }
H1.HeaderClassName
{
color: #21BDF4;
}
.AnyTagClassName
{
color: #21BDF4;
}
</style>
background-color css
<style>
a { background-color: #21BDF4; }
a { background-color: rgb(33,189,244); }
div.DivClassName
{
background-color: #21BDF4;
}
.BgClassName
{
background-color: #21BDF4;
}
</style>
border-color css
<style>
span { border-color: #21BDF4; }
span { border-color: rgb(33,189,244); }
td.TdClassName
{
border-color: #21BDF4;
}
.TagClassName
{
border-color: #21BDF4;
}
</style>