Shades of Deep Sky Blue #17AFFC
Tints of Deep Sky Blue #17AFFC
RGB
CMYK
RGB Variations
Color information
#17AFFC (or 0x17AFFC) is known color: Deep Sky Blue. HEX triplet: 17, AF and FC. RGB value is (23,175,252). Sum of RGB (Red+Green+Blue) = 23+175+252=450 (59% of max value = 765). Red value is 23 (9.38% from 255 or 5.11% from 450); Green value is 175 (68.75% from 255 or 38.89% from 450); Blue value is 252 (98.83% from 255 or 56% from 450); Max value from RGB is 252 - color contains mainly: blue. Hex color #17AFFC is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #17AFFC is #E85003. Grayscale: #898989. Windows color (decimal): -15224836 or 16559895. OLE color: 16559895.
HSL color Cylindrical-coordinate representation of color #17AFFC: hue angle of 200.17º degrees, saturation: 0.97, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17AFFC is Cyan = 0.91, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 23 | 175 | 252 | - |
| CMYK | 0.91 | 0.31 | 0 | 0.01 |
| HSL | 200.17º | 0.97% | 0.54% | - |
| HSV(B) | 200.17º | 0.91% | 0.99% | - |
| XYZ | 33.25 | 37.87 | 97.65 | - |
| YUV | 138.33 | 192.14 | 45.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 175 | 252 | 0.91 | 0.31 | 0 | 0.01 | 200.17 | 0.97 | 0.54 |
| Hex | 17 | AF | FC | 5B | 1F | 0 | 1 | C8 | 61 | 36 |
| Octal | 27 | 257 | 374 | 133 | 37 | 0 | 1 | 310 | 141 | 66 |
| Binary | 10111 | 10101111 | 11111100 | 1011011 | 11111 | 0 | 1 | 11001000 | 1100001 | 110110 |
Color Harmonies of #17AFFC
Complementary color
Monochromatic Colors of #17AFFC
Black with #17AFFC
Text Example
Text Example
White with #17AFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17AFFC; }
p { color: rgb(23,175,252); }
H1.HeaderClassName
{
color: #17AFFC;
}
.AnyTagClassName
{
color: #17AFFC;
}
</style>
background-color css
<style>
a { background-color: #17AFFC; }
a { background-color: rgb(23,175,252); }
div.DivClassName
{
background-color: #17AFFC;
}
.BgClassName
{
background-color: #17AFFC;
}
</style>
border-color css
<style>
span { border-color: #17AFFC; }
span { border-color: rgb(23,175,252); }
td.TdClassName
{
border-color: #17AFFC;
}
.TagClassName
{
border-color: #17AFFC;
}
</style>