Shades of Summer Sky #21A8CF
Tints of Summer Sky #21A8CF
RGB
CMYK
RGB Variations
Color information
#21A8CF (or 0x21A8CF) is known color: Summer Sky. HEX triplet: 21, A8 and CF. RGB value is (33,168,207). Sum of RGB (Red+Green+Blue) = 33+168+207=408 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.09% from 408); Green value is 168 (66.02% from 255 or 41.18% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #21A8CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21A8CF is #DE5730. Grayscale: #838383. Windows color (decimal): -14571313 or 13608993. OLE color: 13608993.
HSL color Cylindrical-coordinate representation of color #21A8CF: hue angle of 193.45º 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 #21A8CF is Cyan = 0.84, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 168 | 207 | - |
| CMYK | 0.84 | 0.19 | 0 | 0.19 |
| HSL | 193.45º | 0.73% | 0.47% | - |
| HSV(B) | 193.45º | 0.84% | 0.81% | - |
| XYZ | 25.89 | 32.83 | 64 | - |
| YUV | 132.08 | 170.27 | 57.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 168 | 207 | 0.84 | 0.19 | 0 | 0.19 | 193.45 | 0.73 | 0.47 |
| Hex | 21 | A8 | CF | 54 | 13 | 0 | 13 | C1 | 48 | 2F |
| Octal | 41 | 250 | 317 | 124 | 23 | 0 | 23 | 301 | 110 | 57 |
| Binary | 100001 | 10101000 | 11001111 | 1010100 | 10011 | 0 | 10011 | 11000001 | 1001000 | 101111 |
Color Harmonies of #21A8CF
Complementary color
Monochromatic Colors of #21A8CF
Black with #21A8CF
Text Example
Text Example
White with #21A8CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21A8CF; }
p { color: rgb(33,168,207); }
H1.HeaderClassName
{
color: #21A8CF;
}
.AnyTagClassName
{
color: #21A8CF;
}
</style>
background-color css
<style>
a { background-color: #21A8CF; }
a { background-color: rgb(33,168,207); }
div.DivClassName
{
background-color: #21A8CF;
}
.BgClassName
{
background-color: #21A8CF;
}
</style>
border-color css
<style>
span { border-color: #21A8CF; }
span { border-color: rgb(33,168,207); }
td.TdClassName
{
border-color: #21A8CF;
}
.TagClassName
{
border-color: #21A8CF;
}
</style>