Shades of Deep Sky Blue #21C6FF
Tints of Deep Sky Blue #21C6FF
RGB
CMYK
RGB Variations
Color information
#21C6FF (or 0x21C6FF) is known color: Deep Sky Blue. HEX triplet: 21, C6 and FF. RGB value is (33,198,255). Sum of RGB (Red+Green+Blue) = 33+198+255=486 (64% of max value = 765). Red value is 33 (13.28% from 255 or 6.79% from 486); Green value is 198 (77.73% from 255 or 40.74% from 486); Blue value is 255 (100% from 255 or 52.47% from 486); Max value from RGB is 255 - color contains mainly: blue. Hex color #21C6FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #21C6FF is #DE3900. Grayscale: #9A9A9A. Windows color (decimal): -14563585 or 16762401. OLE color: 16762401.
HSL color Cylindrical-coordinate representation of color #21C6FF: hue angle of 195.41º degrees, saturation: 1, lightness: 0.56%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #21C6FF is Cyan = 0.87, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 33 | 198 | 255 | - |
| CMYK | 0.87 | 0.22 | 0 | 0 |
| HSL | 195.41º | 1% | 0.56% | - |
| HSV(B) | 195.41º | 0.87% | 1% | - |
| XYZ | 38.87 | 47.93 | 101.81 | - |
| YUV | 155.16 | 184.34 | 40.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 33 | 198 | 255 | 0.87 | 0.22 | 0 | 0 | 195.41 | 1 | 0.56 |
| Hex | 21 | C6 | FF | 57 | 16 | 0 | 0 | C3 | 64 | 38 |
| Octal | 41 | 306 | 377 | 127 | 26 | 0 | 0 | 303 | 144 | 70 |
| Binary | 100001 | 11000110 | 11111111 | 1010111 | 10110 | 0 | 0 | 11000011 | 1100100 | 111000 |
Color Harmonies of #21C6FF
Complementary color
Monochromatic Colors of #21C6FF
Black with #21C6FF
Text Example
Text Example
White with #21C6FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #21C6FF; }
p { color: rgb(33,198,255); }
H1.HeaderClassName
{
color: #21C6FF;
}
.AnyTagClassName
{
color: #21C6FF;
}
</style>
background-color css
<style>
a { background-color: #21C6FF; }
a { background-color: rgb(33,198,255); }
div.DivClassName
{
background-color: #21C6FF;
}
.BgClassName
{
background-color: #21C6FF;
}
</style>
border-color css
<style>
span { border-color: #21C6FF; }
span { border-color: rgb(33,198,255); }
td.TdClassName
{
border-color: #21C6FF;
}
.TagClassName
{
border-color: #21C6FF;
}
</style>