Shades of Deep Sky Blue #17CCF2
Tints of Deep Sky Blue #17CCF2
RGB
CMYK
RGB Variations
Color information
#17CCF2 (or 0x17CCF2) is known color: Deep Sky Blue. HEX triplet: 17, CC and F2. RGB value is (23,204,242). Sum of RGB (Red+Green+Blue) = 23+204+242=469 (62% of max value = 765). Red value is 23 (9.38% from 255 or 4.90% from 469); Green value is 204 (80.08% from 255 or 43.50% from 469); Blue value is 242 (94.92% from 255 or 51.60% from 469); Max value from RGB is 242 - color contains mainly: blue. Hex color #17CCF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CCF2 is #E8330D. Grayscale: #999999. Windows color (decimal): -15217422 or 15911959. OLE color: 15911959.
HSL color Cylindrical-coordinate representation of color #17CCF2: hue angle of 190.41º degrees, saturation: 0.89, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #17CCF2 is Cyan = 0.90, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 23 | 204 | 242 | - |
| CMYK | 0.90 | 0.16 | 0 | 0.05 |
| HSL | 190.41º | 0.89% | 0.52% | - |
| HSV(B) | 190.41º | 0.9% | 0.95% | - |
| XYZ | 37.97 | 49.78 | 91.61 | - |
| YUV | 154.21 | 177.53 | 34.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 204 | 242 | 0.90 | 0.16 | 0 | 0.05 | 190.41 | 0.89 | 0.52 |
| Hex | 17 | CC | F2 | 5A | 10 | 0 | 5 | BE | 59 | 34 |
| Octal | 27 | 314 | 362 | 132 | 20 | 0 | 5 | 276 | 131 | 64 |
| Binary | 10111 | 11001100 | 11110010 | 1011010 | 10000 | 0 | 101 | 10111110 | 1011001 | 110100 |
Color Harmonies of #17CCF2
Complementary color
Monochromatic Colors of #17CCF2
Black with #17CCF2
Text Example
Text Example
White with #17CCF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CCF2; }
p { color: rgb(23,204,242); }
H1.HeaderClassName
{
color: #17CCF2;
}
.AnyTagClassName
{
color: #17CCF2;
}
</style>
background-color css
<style>
a { background-color: #17CCF2; }
a { background-color: rgb(23,204,242); }
div.DivClassName
{
background-color: #17CCF2;
}
.BgClassName
{
background-color: #17CCF2;
}
</style>
border-color css
<style>
span { border-color: #17CCF2; }
span { border-color: rgb(23,204,242); }
td.TdClassName
{
border-color: #17CCF2;
}
.TagClassName
{
border-color: #17CCF2;
}
</style>