Shades of Summer Sky #219BDF
Tints of Summer Sky #219BDF
RGB
CMYK
RGB Variations
Color information
#219BDF (or 0x219BDF) is known color: Summer Sky. HEX triplet: 21, 9B and DF. RGB value is (33,155,223). Sum of RGB (Red+Green+Blue) = 33+155+223=411 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.03% from 411); Green value is 155 (60.94% from 255 or 37.71% from 411); Blue value is 223 (87.5% from 255 or 54.26% from 411); Max value from RGB is 223 - color contains mainly: blue. Hex color #219BDF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #219BDF is #DE6420. Grayscale: #7D7D7D. Windows color (decimal): -14574625 or 14654241. OLE color: 14654241.
HSL color Cylindrical-coordinate representation of color #219BDF: hue angle of 201.47º 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 #219BDF is Cyan = 0.85, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 33 | 155 | 223 | - |
| CMYK | 0.85 | 0.30 | 0 | 0.13 |
| HSL | 201.47º | 0.75% | 0.5% | - |
| HSV(B) | 201.47º | 0.85% | 0.87% | - |
| XYZ | 25.67 | 29.09 | 74.07 | - |
| YUV | 126.27 | 182.58 | 61.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 155 | 223 | 0.85 | 0.30 | 0 | 0.13 | 201.47 | 0.75 | 0.5 |
| Hex | 21 | 9B | DF | 55 | 1E | 0 | D | C9 | 4B | 32 |
| Octal | 41 | 233 | 337 | 125 | 36 | 0 | 15 | 311 | 113 | 62 |
| Binary | 100001 | 10011011 | 11011111 | 1010101 | 11110 | 0 | 1101 | 11001001 | 1001011 | 110010 |
Color Harmonies of #219BDF
Complementary color
Monochromatic Colors of #219BDF
Black with #219BDF
Text Example
Text Example
White with #219BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #219BDF; }
p { color: rgb(33,155,223); }
H1.HeaderClassName
{
color: #219BDF;
}
.AnyTagClassName
{
color: #219BDF;
}
</style>
background-color css
<style>
a { background-color: #219BDF; }
a { background-color: rgb(33,155,223); }
div.DivClassName
{
background-color: #219BDF;
}
.BgClassName
{
background-color: #219BDF;
}
</style>
border-color css
<style>
span { border-color: #219BDF; }
span { border-color: rgb(33,155,223); }
td.TdClassName
{
border-color: #219BDF;
}
.TagClassName
{
border-color: #219BDF;
}
</style>