Shades of Deep Sky Blue #17CBFF
Tints of Deep Sky Blue #17CBFF
RGB
CMYK
RGB Variations
Color information
#17CBFF (or 0x17CBFF) is known color: Deep Sky Blue. HEX triplet: 17, CB and FF. RGB value is (23,203,255). Sum of RGB (Red+Green+Blue) = 23+203+255=481 (63% of max value = 765). Red value is 23 (9.38% from 255 or 4.78% from 481); Green value is 203 (79.69% from 255 or 42.20% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #17CBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #17CBFF is #E83400. Grayscale: #9A9A9A. Windows color (decimal): -15217665 or 16763671. OLE color: 16763671.
HSL color Cylindrical-coordinate representation of color #17CBFF: hue angle of 193.45º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #17CBFF is Cyan = 0.91, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 23 | 203 | 255 | - |
| CMYK | 0.91 | 0.20 | 0 | 0 |
| HSL | 193.45º | 1% | 0.55% | - |
| HSV(B) | 193.45º | 0.91% | 1% | - |
| XYZ | 39.76 | 50.11 | 102.19 | - |
| YUV | 155.11 | 184.37 | 33.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 23 | 203 | 255 | 0.91 | 0.20 | 0 | 0 | 193.45 | 1 | 0.55 |
| Hex | 17 | CB | FF | 5B | 14 | 0 | 0 | C1 | 64 | 37 |
| Octal | 27 | 313 | 377 | 133 | 24 | 0 | 0 | 301 | 144 | 67 |
| Binary | 10111 | 11001011 | 11111111 | 1011011 | 10100 | 0 | 0 | 11000001 | 1100100 | 110111 |
Color Harmonies of #17CBFF
Complementary color
Monochromatic Colors of #17CBFF
Black with #17CBFF
Text Example
Text Example
White with #17CBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #17CBFF; }
p { color: rgb(23,203,255); }
H1.HeaderClassName
{
color: #17CBFF;
}
.AnyTagClassName
{
color: #17CBFF;
}
</style>
background-color css
<style>
a { background-color: #17CBFF; }
a { background-color: rgb(23,203,255); }
div.DivClassName
{
background-color: #17CBFF;
}
.BgClassName
{
background-color: #17CBFF;
}
</style>
border-color css
<style>
span { border-color: #17CBFF; }
span { border-color: rgb(23,203,255); }
td.TdClassName
{
border-color: #17CBFF;
}
.TagClassName
{
border-color: #17CBFF;
}
</style>