Shades of Deep Sky Blue #17D0FA
Tints of Deep Sky Blue #17D0FA
RGB
CMYK
RGB Variations
Color information
#17D0FA (or 0x17D0FA) is known color: Deep Sky Blue. HEX triplet: 17, D0 and FA. RGB value is (23,208,250). Sum of RGB (Red+Green+Blue) = 23+208+250=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 208 (81.64% from 255 or 43.24% from 481); Blue value is 250 (98.05% from 255 or 51.98% from 481); Max value from RGB is 250 - color contains mainly: blue. Hex color #17D0FA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17D0FA is #E82F05. Grayscale: #9D9D9D. Windows color (decimal): -15216390 or 16437271. OLE color: 16437271.
HSL color Cylindrical-coordinate representation of color #17D0FA: hue angle of 191.1º 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 #17D0FA is Cyan = 0.91, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 23 | 208 | 250 | - |
| CMYK | 0.91 | 0.17 | 0 | 0.02 |
| HSL | 191.1º | 0.96% | 0.54% | - |
| HSV(B) | 191.1º | 0.91% | 0.98% | - |
| XYZ | 40.16 | 52.2 | 98.4 | - |
| YUV | 157.47 | 180.21 | 32.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 208 | 250 | 0.91 | 0.17 | 0 | 0.02 | 191.1 | 0.96 | 0.54 |
| Hex | 17 | D0 | FA | 5B | 11 | 0 | 2 | BF | 60 | 36 |
| Octal | 27 | 320 | 372 | 133 | 21 | 0 | 2 | 277 | 140 | 66 |
| Binary | 10111 | 11010000 | 11111010 | 1011011 | 10001 | 0 | 10 | 10111111 | 1100000 | 110110 |
Color Harmonies of #17D0FA
Complementary color
Monochromatic Colors of #17D0FA
Black with #17D0FA
Text Example
Text Example
White with #17D0FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17D0FA; }
p { color: rgb(23,208,250); }
H1.HeaderClassName
{
color: #17D0FA;
}
.AnyTagClassName
{
color: #17D0FA;
}
</style>
background-color css
<style>
a { background-color: #17D0FA; }
a { background-color: rgb(23,208,250); }
div.DivClassName
{
background-color: #17D0FA;
}
.BgClassName
{
background-color: #17D0FA;
}
</style>
border-color css
<style>
span { border-color: #17D0FA; }
span { border-color: rgb(23,208,250); }
td.TdClassName
{
border-color: #17D0FA;
}
.TagClassName
{
border-color: #17D0FA;
}
</style>