Shades of Deep Sky Blue #22CCF2
Tints of Deep Sky Blue #22CCF2
RGB
CMYK
RGB Variations
Color information
#22CCF2 (or 0x22CCF2) is known color: Deep Sky Blue. HEX triplet: 22, CC and F2. RGB value is (34,204,242). Sum of RGB (Red+Green+Blue) = 34+204+242=480 (63% of max value = 765). Red value is 34 (13.67% from 255 or 7.08% from 480); Green value is 204 (80.08% from 255 or 42.5% from 480); Blue value is 242 (94.92% from 255 or 50.42% from 480); Max value from RGB is 242 - color contains mainly: blue. Hex color #22CCF2 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #22CCF2 is #DD330D. Grayscale: #9D9D9D. Windows color (decimal): -14496526 or 15911970. OLE color: 15911970.
HSL color Cylindrical-coordinate representation of color #22CCF2: hue angle of 190.96º degrees, saturation: 0.89, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #22CCF2 is Cyan = 0.86, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 34 | 204 | 242 | - |
| CMYK | 0.86 | 0.16 | 0 | 0.05 |
| HSL | 190.96º | 0.89% | 0.54% | - |
| HSV(B) | 190.96º | 0.86% | 0.95% | - |
| XYZ | 38.28 | 49.94 | 91.63 | - |
| YUV | 157.5 | 175.68 | 39.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 34 | 204 | 242 | 0.86 | 0.16 | 0 | 0.05 | 190.96 | 0.89 | 0.54 |
| Hex | 22 | CC | F2 | 56 | 10 | 0 | 5 | BF | 59 | 36 |
| Octal | 42 | 314 | 362 | 126 | 20 | 0 | 5 | 277 | 131 | 66 |
| Binary | 100010 | 11001100 | 11110010 | 1010110 | 10000 | 0 | 101 | 10111111 | 1011001 | 110110 |
Color Harmonies of #22CCF2
Complementary color
Monochromatic Colors of #22CCF2
Black with #22CCF2
Text Example
Text Example
White with #22CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #22CCF2; }
p { color: rgb(34,204,242); }
H1.HeaderClassName
{
color: #22CCF2;
}
.AnyTagClassName
{
color: #22CCF2;
}
</style>
background-color css
<style>
a { background-color: #22CCF2; }
a { background-color: rgb(34,204,242); }
div.DivClassName
{
background-color: #22CCF2;
}
.BgClassName
{
background-color: #22CCF2;
}
</style>
border-color css
<style>
span { border-color: #22CCF2; }
span { border-color: rgb(34,204,242); }
td.TdClassName
{
border-color: #22CCF2;
}
.TagClassName
{
border-color: #22CCF2;
}
</style>