Shades of Deep Sky Blue #22C8F6
Tints of Deep Sky Blue #22C8F6
RGB
CMYK
RGB Variations
Color information
#22C8F6 (or 0x22C8F6) is known color: Deep Sky Blue. HEX triplet: 22, C8 and F6. RGB value is (34,200,246). Sum of RGB (Red+Green+Blue) = 34+200+246=480 (63% of max value = 765). Red value is 34 (13.67% from 255 or 7.08% from 480); Green value is 200 (78.52% from 255 or 41.67% from 480); Blue value is 246 (96.48% from 255 or 51.25% from 480); Max value from RGB is 246 - color contains mainly: blue. Hex color #22C8F6 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22C8F6 is #DD3709. Grayscale: #9B9B9B. Windows color (decimal): -14497546 or 16173090. OLE color: 16173090.
HSL color Cylindrical-coordinate representation of color #22C8F6: hue angle of 193.02º 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 #22C8F6 is Cyan = 0.86, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 34 | 200 | 246 | - |
| CMYK | 0.86 | 0.19 | 0 | 0.04 |
| HSL | 193.02º | 0.92% | 0.55% | - |
| HSV(B) | 193.02º | 0.86% | 0.96% | - |
| XYZ | 37.95 | 48.3 | 94.51 | - |
| YUV | 155.61 | 179 | 41.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 200 | 246 | 0.86 | 0.19 | 0 | 0.04 | 193.02 | 0.92 | 0.55 |
| Hex | 22 | C8 | F6 | 56 | 13 | 0 | 4 | C1 | 5C | 37 |
| Octal | 42 | 310 | 366 | 126 | 23 | 0 | 4 | 301 | 134 | 67 |
| Binary | 100010 | 11001000 | 11110110 | 1010110 | 10011 | 0 | 100 | 11000001 | 1011100 | 110111 |
Color Harmonies of #22C8F6
Complementary color
Monochromatic Colors of #22C8F6
Black with #22C8F6
Text Example
Text Example
White with #22C8F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22C8F6; }
p { color: rgb(34,200,246); }
H1.HeaderClassName
{
color: #22C8F6;
}
.AnyTagClassName
{
color: #22C8F6;
}
</style>
background-color css
<style>
a { background-color: #22C8F6; }
a { background-color: rgb(34,200,246); }
div.DivClassName
{
background-color: #22C8F6;
}
.BgClassName
{
background-color: #22C8F6;
}
</style>
border-color css
<style>
span { border-color: #22C8F6; }
span { border-color: rgb(34,200,246); }
td.TdClassName
{
border-color: #22C8F6;
}
.TagClassName
{
border-color: #22C8F6;
}
</style>