Shades of Deep Sky Blue #21CFEE
Tints of Deep Sky Blue #21CFEE
RGB
CMYK
RGB Variations
Color information
#21CFEE (or 0x21CFEE) is known color: Deep Sky Blue. HEX triplet: 21, CF and EE. RGB value is (33,207,238). Sum of RGB (Red+Green+Blue) = 33+207+238=478 (63% of max value = 765). Red value is 33 (13.28% from 255 or 6.90% from 478); Green value is 207 (81.25% from 255 or 43.31% from 478); Blue value is 238 (93.36% from 255 or 49.79% from 478); Max value from RGB is 238 - color contains mainly: blue. Hex color #21CFEE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21CFEE is #DE3011. Grayscale: #9E9E9E. Windows color (decimal): -14561298 or 15650593. OLE color: 15650593.
HSL color Cylindrical-coordinate representation of color #21CFEE: hue angle of 189.07º degrees, saturation: 0.86, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #21CFEE is Cyan = 0.86, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 33 | 207 | 238 | - |
| CMYK | 0.86 | 0.13 | 0 | 0.07 |
| HSL | 189.07º | 0.86% | 0.53% | - |
| HSV(B) | 189.07º | 0.86% | 0.93% | - |
| XYZ | 38.37 | 51.12 | 88.73 | - |
| YUV | 158.51 | 172.85 | 38.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 207 | 238 | 0.86 | 0.13 | 0 | 0.07 | 189.07 | 0.86 | 0.53 |
| Hex | 21 | CF | EE | 56 | D | 0 | 7 | BD | 56 | 35 |
| Octal | 41 | 317 | 356 | 126 | 15 | 0 | 7 | 275 | 126 | 65 |
| Binary | 100001 | 11001111 | 11101110 | 1010110 | 1101 | 0 | 111 | 10111101 | 1010110 | 110101 |
Color Harmonies of #21CFEE
Complementary color
Monochromatic Colors of #21CFEE
Black with #21CFEE
Text Example
Text Example
White with #21CFEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21CFEE; }
p { color: rgb(33,207,238); }
H1.HeaderClassName
{
color: #21CFEE;
}
.AnyTagClassName
{
color: #21CFEE;
}
</style>
background-color css
<style>
a { background-color: #21CFEE; }
a { background-color: rgb(33,207,238); }
div.DivClassName
{
background-color: #21CFEE;
}
.BgClassName
{
background-color: #21CFEE;
}
</style>
border-color css
<style>
span { border-color: #21CFEE; }
span { border-color: rgb(33,207,238); }
td.TdClassName
{
border-color: #21CFEE;
}
.TagClassName
{
border-color: #21CFEE;
}
</style>