Shades of Deep Sky Blue #22CFF6
Tints of Deep Sky Blue #22CFF6
RGB
CMYK
RGB Variations
Color information
#22CFF6 (or 0x22CFF6) is known color: Deep Sky Blue. HEX triplet: 22, CF and F6. RGB value is (34,207,246). Sum of RGB (Red+Green+Blue) = 34+207+246=487 (64% of max value = 765). Red value is 34 (13.67% from 255 or 6.98% from 487); Green value is 207 (81.25% from 255 or 42.51% from 487); Blue value is 246 (96.48% from 255 or 50.51% from 487); Max value from RGB is 246 - color contains mainly: blue. Hex color #22CFF6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22CFF6 is #DD3009. Grayscale: #9F9F9F. Windows color (decimal): -14495754 or 16174882. OLE color: 16174882.
HSL color Cylindrical-coordinate representation of color #22CFF6: hue angle of 191.04º degrees, saturation: 0.92, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22CFF6 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 207 | 246 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.04 |
| HSL | 191.04º | 0.92% | 0.55% | - |
| HSV(B) | 191.04º | 0.86% | 0.96% | - |
| XYZ | 39.61 | 51.62 | 95.06 | - |
| YUV | 159.72 | 176.69 | 38.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 207 | 246 | 0.86 | 0.16 | 0 | 0.04 | 191.04 | 0.92 | 0.55 |
| Hex | 22 | CF | F6 | 56 | 10 | 0 | 4 | BF | 5C | 37 |
| Octal | 42 | 317 | 366 | 126 | 20 | 0 | 4 | 277 | 134 | 67 |
| Binary | 100010 | 11001111 | 11110110 | 1010110 | 10000 | 0 | 100 | 10111111 | 1011100 | 110111 |
Color Harmonies of #22CFF6
Complementary color
Monochromatic Colors of #22CFF6
Black with #22CFF6
Text Example
Text Example
White with #22CFF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CFF6; }
p { color: rgb(34,207,246); }
H1.HeaderClassName
{
color: #22CFF6;
}
.AnyTagClassName
{
color: #22CFF6;
}
</style>
background-color css
<style>
a { background-color: #22CFF6; }
a { background-color: rgb(34,207,246); }
div.DivClassName
{
background-color: #22CFF6;
}
.BgClassName
{
background-color: #22CFF6;
}
</style>
border-color css
<style>
span { border-color: #22CFF6; }
span { border-color: rgb(34,207,246); }
td.TdClassName
{
border-color: #22CFF6;
}
.TagClassName
{
border-color: #22CFF6;
}
</style>