Shades of Summer Sky #21B0CC
Tints of Summer Sky #21B0CC
RGB
CMYK
RGB Variations
Color information
#21B0CC (or 0x21B0CC) is known color: Summer Sky. HEX triplet: 21, B0 and CC. RGB value is (33,176,204). Sum of RGB (Red+Green+Blue) = 33+176+204=413 (54% of max value = 765). Red value is 33 (13.28% from 255 or 7.99% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 204 (80.08% from 255 or 49.39% from 413); Max value from RGB is 204 - color contains mainly: blue. Hex color #21B0CC is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0CC is #DE4F33. Grayscale: #888888. Windows color (decimal): -14569268 or 13414433. OLE color: 13414433.
HSL color Cylindrical-coordinate representation of color #21B0CC: hue angle of 189.82º degrees, saturation: 0.72, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B0CC is Cyan = 0.84, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 33 | 176 | 204 | - |
| CMYK | 0.84 | 0.14 | 0 | 0.2 |
| HSL | 189.82º | 0.72% | 0.46% | - |
| HSV(B) | 189.82º | 0.84% | 0.8% | - |
| XYZ | 27.05 | 35.73 | 62.6 | - |
| YUV | 136.44 | 166.12 | 54.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 204 | 0.84 | 0.14 | 0 | 0.2 | 189.82 | 0.72 | 0.46 |
| Hex | 21 | B0 | CC | 54 | E | 0 | 14 | BE | 48 | 2E |
| Octal | 41 | 260 | 314 | 124 | 16 | 0 | 24 | 276 | 110 | 56 |
| Binary | 100001 | 10110000 | 11001100 | 1010100 | 1110 | 0 | 10100 | 10111110 | 1001000 | 101110 |
Color Harmonies of #21B0CC
Complementary color
Monochromatic Colors of #21B0CC
Black with #21B0CC
Text Example
Text Example
White with #21B0CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0CC; }
p { color: rgb(33,176,204); }
H1.HeaderClassName
{
color: #21B0CC;
}
.AnyTagClassName
{
color: #21B0CC;
}
</style>
background-color css
<style>
a { background-color: #21B0CC; }
a { background-color: rgb(33,176,204); }
div.DivClassName
{
background-color: #21B0CC;
}
.BgClassName
{
background-color: #21B0CC;
}
</style>
border-color css
<style>
span { border-color: #21B0CC; }
span { border-color: rgb(33,176,204); }
td.TdClassName
{
border-color: #21B0CC;
}
.TagClassName
{
border-color: #21B0CC;
}
</style>