Shades of Deep Sky Blue #17C2FA
Tints of Deep Sky Blue #17C2FA
RGB
CMYK
RGB Variations
Color information
#17C2FA (or 0x17C2FA) is known color: Deep Sky Blue. HEX triplet: 17, C2 and FA. RGB value is (23,194,250). Sum of RGB (Red+Green+Blue) = 23+194+250=467 (61% of max value = 765). Red value is 23 (9.38% from 255 or 4.93% from 467); Green value is 194 (76.17% from 255 or 41.54% from 467); Blue value is 250 (98.05% from 255 or 53.53% from 467); Max value from RGB is 250 - color contains mainly: blue. Hex color #17C2FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17C2FA is #E83D05. Grayscale: #949494. Windows color (decimal): -15219974 or 16433687. OLE color: 16433687.
HSL color Cylindrical-coordinate representation of color #17C2FA: hue angle of 194.8º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17C2FA is Cyan = 0.91, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 194 | 250 | - |
| CMYK | 0.91 | 0.22 | 0 | 0.02 |
| HSL | 194.8º | 0.96% | 0.54% | - |
| HSV(B) | 194.8º | 0.91% | 0.98% | - |
| XYZ | 36.9 | 45.67 | 97.31 | - |
| YUV | 149.26 | 184.85 | 37.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 194 | 250 | 0.91 | 0.22 | 0 | 0.02 | 194.8 | 0.96 | 0.54 |
| Hex | 17 | C2 | FA | 5B | 16 | 0 | 2 | C3 | 60 | 36 |
| Octal | 27 | 302 | 372 | 133 | 26 | 0 | 2 | 303 | 140 | 66 |
| Binary | 10111 | 11000010 | 11111010 | 1011011 | 10110 | 0 | 10 | 11000011 | 1100000 | 110110 |
Color Harmonies of #17C2FA
Complementary color
Monochromatic Colors of #17C2FA
Black with #17C2FA
Text Example
Text Example
White with #17C2FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17C2FA; }
p { color: rgb(23,194,250); }
H1.HeaderClassName
{
color: #17C2FA;
}
.AnyTagClassName
{
color: #17C2FA;
}
</style>
background-color css
<style>
a { background-color: #17C2FA; }
a { background-color: rgb(23,194,250); }
div.DivClassName
{
background-color: #17C2FA;
}
.BgClassName
{
background-color: #17C2FA;
}
</style>
border-color css
<style>
span { border-color: #17C2FA; }
span { border-color: rgb(23,194,250); }
td.TdClassName
{
border-color: #17C2FA;
}
.TagClassName
{
border-color: #17C2FA;
}
</style>