Shades of Summer Sky #21ACCF
Tints of Summer Sky #21ACCF
RGB
CMYK
RGB Variations
Color information
#21ACCF (or 0x21ACCF) is known color: Summer Sky. HEX triplet: 21, AC and CF. RGB value is (33,172,207). Sum of RGB (Red+Green+Blue) = 33+172+207=412 (54% of max value = 765). Red value is 33 (13.28% from 255 or 8.01% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 207 (81.25% from 255 or 50.24% from 412); Max value from RGB is 207 - color contains mainly: blue. Hex color #21ACCF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #21ACCF is #DE5330. Grayscale: #868686. Windows color (decimal): -14570289 or 13610017. OLE color: 13610017.
HSL color Cylindrical-coordinate representation of color #21ACCF: hue angle of 192.07º 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 #21ACCF is Cyan = 0.84, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 33 | 172 | 207 | - |
| CMYK | 0.84 | 0.17 | 0 | 0.19 |
| HSL | 192.07º | 0.73% | 0.47% | - |
| HSV(B) | 192.07º | 0.84% | 0.81% | - |
| XYZ | 26.64 | 34.33 | 64.25 | - |
| YUV | 134.43 | 168.95 | 55.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 172 | 207 | 0.84 | 0.17 | 0 | 0.19 | 192.07 | 0.73 | 0.47 |
| Hex | 21 | AC | CF | 54 | 11 | 0 | 13 | C0 | 48 | 2F |
| Octal | 41 | 254 | 317 | 124 | 21 | 0 | 23 | 300 | 110 | 57 |
| Binary | 100001 | 10101100 | 11001111 | 1010100 | 10001 | 0 | 10011 | 11000000 | 1001000 | 101111 |
Color Harmonies of #21ACCF
Complementary color
Monochromatic Colors of #21ACCF
Black with #21ACCF
Text Example
Text Example
White with #21ACCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21ACCF; }
p { color: rgb(33,172,207); }
H1.HeaderClassName
{
color: #21ACCF;
}
.AnyTagClassName
{
color: #21ACCF;
}
</style>
background-color css
<style>
a { background-color: #21ACCF; }
a { background-color: rgb(33,172,207); }
div.DivClassName
{
background-color: #21ACCF;
}
.BgClassName
{
background-color: #21ACCF;
}
</style>
border-color css
<style>
span { border-color: #21ACCF; }
span { border-color: rgb(33,172,207); }
td.TdClassName
{
border-color: #21ACCF;
}
.TagClassName
{
border-color: #21ACCF;
}
</style>