Shades of Deep Sky Blue #22C2F6
Tints of Deep Sky Blue #22C2F6
RGB
CMYK
RGB Variations
Color information
#22C2F6 (or 0x22C2F6) is known color: Deep Sky Blue. HEX triplet: 22, C2 and F6. RGB value is (34,194,246). Sum of RGB (Red+Green+Blue) = 34+194+246=474 (62% of max value = 765). Red value is 34 (13.67% from 255 or 7.17% from 474); Green value is 194 (76.17% from 255 or 40.93% from 474); Blue value is 246 (96.48% from 255 or 51.90% from 474); Max value from RGB is 246 - color contains mainly: blue. Hex color #22C2F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22C2F6 is #DD3D09. Grayscale: #979797. Windows color (decimal): -14499082 or 16171554. OLE color: 16171554.
HSL color Cylindrical-coordinate representation of color #22C2F6: hue angle of 194.72º 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 #22C2F6 is Cyan = 0.86, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 194 | 246 | - |
| CMYK | 0.86 | 0.21 | 0 | 0.04 |
| HSL | 194.72º | 0.92% | 0.55% | - |
| HSV(B) | 194.72º | 0.86% | 0.96% | - |
| XYZ | 36.59 | 45.58 | 94.06 | - |
| YUV | 152.09 | 180.99 | 43.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 194 | 246 | 0.86 | 0.21 | 0 | 0.04 | 194.72 | 0.92 | 0.55 |
| Hex | 22 | C2 | F6 | 56 | 15 | 0 | 4 | C3 | 5C | 37 |
| Octal | 42 | 302 | 366 | 126 | 25 | 0 | 4 | 303 | 134 | 67 |
| Binary | 100010 | 11000010 | 11110110 | 1010110 | 10101 | 0 | 100 | 11000011 | 1011100 | 110111 |
Color Harmonies of #22C2F6
Complementary color
Monochromatic Colors of #22C2F6
Black with #22C2F6
Text Example
Text Example
White with #22C2F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C2F6; }
p { color: rgb(34,194,246); }
H1.HeaderClassName
{
color: #22C2F6;
}
.AnyTagClassName
{
color: #22C2F6;
}
</style>
background-color css
<style>
a { background-color: #22C2F6; }
a { background-color: rgb(34,194,246); }
div.DivClassName
{
background-color: #22C2F6;
}
.BgClassName
{
background-color: #22C2F6;
}
</style>
border-color css
<style>
span { border-color: #22C2F6; }
span { border-color: rgb(34,194,246); }
td.TdClassName
{
border-color: #22C2F6;
}
.TagClassName
{
border-color: #22C2F6;
}
</style>