Shades of Summer Sky #21BDDB
Tints of Summer Sky #21BDDB
RGB
CMYK
RGB Variations
Color information
#21BDDB (or 0x21BDDB) is known color: Summer Sky. HEX triplet: 21, BD and DB. RGB value is (33,189,219). Sum of RGB (Red+Green+Blue) = 33+189+219=441 (58% of max value = 765). Red value is 33 (13.28% from 255 or 7.48% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #21BDDB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #21BDDB is #DE4224. Grayscale: #919191. Windows color (decimal): -14565925 or 14400801. OLE color: 14400801.
HSL color Cylindrical-coordinate representation of color #21BDDB: hue angle of 189.68º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #21BDDB is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 33 | 189 | 219 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.14 |
| HSL | 189.68º | 0.74% | 0.49% | - |
| HSV(B) | 189.68º | 0.85% | 0.86% | - |
| XYZ | 31.61 | 41.83 | 73.43 | - |
| YUV | 145.78 | 169.32 | 47.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 189 | 219 | 0.85 | 0.14 | 0 | 0.14 | 189.68 | 0.74 | 0.49 |
| Hex | 21 | BD | DB | 55 | E | 0 | E | BE | 4A | 31 |
| Octal | 41 | 275 | 333 | 125 | 16 | 0 | 16 | 276 | 112 | 61 |
| Binary | 100001 | 10111101 | 11011011 | 1010101 | 1110 | 0 | 1110 | 10111110 | 1001010 | 110001 |
Color Harmonies of #21BDDB
Complementary color
Monochromatic Colors of #21BDDB
Black with #21BDDB
Text Example
Text Example
White with #21BDDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21BDDB; }
p { color: rgb(33,189,219); }
H1.HeaderClassName
{
color: #21BDDB;
}
.AnyTagClassName
{
color: #21BDDB;
}
</style>
background-color css
<style>
a { background-color: #21BDDB; }
a { background-color: rgb(33,189,219); }
div.DivClassName
{
background-color: #21BDDB;
}
.BgClassName
{
background-color: #21BDDB;
}
</style>
border-color css
<style>
span { border-color: #21BDDB; }
span { border-color: rgb(33,189,219); }
td.TdClassName
{
border-color: #21BDDB;
}
.TagClassName
{
border-color: #21BDDB;
}
</style>