Shades of Summer Sky #21B2D2
Tints of Summer Sky #21B2D2
RGB
CMYK
RGB Variations
Color information
#21B2D2 (or 0x21B2D2) is known color: Summer Sky. HEX triplet: 21, B2 and D2. RGB value is (33,178,210). Sum of RGB (Red+Green+Blue) = 33+178+210=421 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.84% from 421); Green value is 178 (69.92% from 255 or 42.28% from 421); Blue value is 210 (82.42% from 255 or 49.88% from 421); Max value from RGB is 210 - color contains mainly: blue. Hex color #21B2D2 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B2D2 is #DE4D2D. Grayscale: #8A8A8A. Windows color (decimal): -14568750 or 13808161. OLE color: 13808161.
HSL color Cylindrical-coordinate representation of color #21B2D2: hue angle of 190.85º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B2D2 is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 33 | 178 | 210 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.18 |
| HSL | 190.85º | 0.73% | 0.48% | - |
| HSV(B) | 190.85º | 0.84% | 0.82% | - |
| XYZ | 28.18 | 36.82 | 66.59 | - |
| YUV | 138.29 | 168.46 | 52.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 178 | 210 | 0.84 | 0.15 | 0 | 0.18 | 190.85 | 0.73 | 0.48 |
| Hex | 21 | B2 | D2 | 54 | F | 0 | 12 | BF | 49 | 30 |
| Octal | 41 | 262 | 322 | 124 | 17 | 0 | 22 | 277 | 111 | 60 |
| Binary | 100001 | 10110010 | 11010010 | 1010100 | 1111 | 0 | 10010 | 10111111 | 1001001 | 110000 |
Color Harmonies of #21B2D2
Complementary color
Monochromatic Colors of #21B2D2
Black with #21B2D2
Text Example
Text Example
White with #21B2D2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B2D2; }
p { color: rgb(33,178,210); }
H1.HeaderClassName
{
color: #21B2D2;
}
.AnyTagClassName
{
color: #21B2D2;
}
</style>
background-color css
<style>
a { background-color: #21B2D2; }
a { background-color: rgb(33,178,210); }
div.DivClassName
{
background-color: #21B2D2;
}
.BgClassName
{
background-color: #21B2D2;
}
</style>
border-color css
<style>
span { border-color: #21B2D2; }
span { border-color: rgb(33,178,210); }
td.TdClassName
{
border-color: #21B2D2;
}
.TagClassName
{
border-color: #21B2D2;
}
</style>