Shades of Summer Sky #21B0CF
Tints of Summer Sky #21B0CF
RGB
CMYK
RGB Variations
Color information
#21B0CF (or 0x21B0CF) is known color: Summer Sky. HEX triplet: 21, B0 and CF. RGB value is (33,176,207). Sum of RGB (Red+Green+Blue) = 33+176+207=416 (55% of max value = 765). Red value is 33 (13.28% from 255 or 7.93% from 416); Green value is 176 (69.14% from 255 or 42.31% from 416); Blue value is 207 (81.25% from 255 or 49.76% from 416); Max value from RGB is 207 - color contains mainly: blue. Hex color #21B0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21B0CF is #DE4F30. Grayscale: #888888. Windows color (decimal): -14569265 or 13611041. OLE color: 13611041.
HSL color Cylindrical-coordinate representation of color #21B0CF: hue angle of 190.69º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #21B0CF is Cyan = 0.84, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 176 | 207 | - |
| CMYK | 0.84 | 0.15 | 0 | 0.19 |
| HSL | 190.69º | 0.73% | 0.47% | - |
| HSV(B) | 190.69º | 0.84% | 0.81% | - |
| XYZ | 27.42 | 35.88 | 64.51 | - |
| YUV | 136.78 | 167.62 | 53.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 176 | 207 | 0.84 | 0.15 | 0 | 0.19 | 190.69 | 0.73 | 0.47 |
| Hex | 21 | B0 | CF | 54 | F | 0 | 13 | BF | 48 | 2F |
| Octal | 41 | 260 | 317 | 124 | 17 | 0 | 23 | 277 | 110 | 57 |
| Binary | 100001 | 10110000 | 11001111 | 1010100 | 1111 | 0 | 10011 | 10111111 | 1001000 | 101111 |
Color Harmonies of #21B0CF
Complementary color
Monochromatic Colors of #21B0CF
Black with #21B0CF
Text Example
Text Example
White with #21B0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21B0CF; }
p { color: rgb(33,176,207); }
H1.HeaderClassName
{
color: #21B0CF;
}
.AnyTagClassName
{
color: #21B0CF;
}
</style>
background-color css
<style>
a { background-color: #21B0CF; }
a { background-color: rgb(33,176,207); }
div.DivClassName
{
background-color: #21B0CF;
}
.BgClassName
{
background-color: #21B0CF;
}
</style>
border-color css
<style>
span { border-color: #21B0CF; }
span { border-color: rgb(33,176,207); }
td.TdClassName
{
border-color: #21B0CF;
}
.TagClassName
{
border-color: #21B0CF;
}
</style>