Shades of Deep Sky Blue #16BCF8
Tints of Deep Sky Blue #16BCF8
RGB
CMYK
RGB Variations
Color information
#16BCF8 (or 0x16BCF8) is known color: Deep Sky Blue. HEX triplet: 16, BC and F8. RGB value is (22,188,248). Sum of RGB (Red+Green+Blue) = 22+188+248=458 (60% of max value = 765). Red value is 22 (8.98% from 255 or 4.80% from 458); Green value is 188 (73.83% from 255 or 41.05% from 458); Blue value is 248 (97.27% from 255 or 54.15% from 458); Max value from RGB is 248 - color contains mainly: blue. Hex color #16BCF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #16BCF8 is #E94307. Grayscale: #909090. Windows color (decimal): -15287048 or 16301078. OLE color: 16301078.
HSL color Cylindrical-coordinate representation of color #16BCF8: hue angle of 195.93º degrees, saturation: 0.94, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #16BCF8 is Cyan = 0.91, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 22 | 188 | 248 | - |
| CMYK | 0.91 | 0.24 | 0 | 0.03 |
| HSL | 195.93º | 0.94% | 0.53% | - |
| HSV(B) | 195.93º | 0.91% | 0.97% | - |
| XYZ | 35.26 | 42.91 | 95.23 | - |
| YUV | 145.21 | 186 | 40.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 22 | 188 | 248 | 0.91 | 0.24 | 0 | 0.03 | 195.93 | 0.94 | 0.53 |
| Hex | 16 | BC | F8 | 5B | 18 | 0 | 3 | C4 | 5E | 35 |
| Octal | 26 | 274 | 370 | 133 | 30 | 0 | 3 | 304 | 136 | 65 |
| Binary | 10110 | 10111100 | 11111000 | 1011011 | 11000 | 0 | 11 | 11000100 | 1011110 | 110101 |
Color Harmonies of #16BCF8
Complementary color
Monochromatic Colors of #16BCF8
Black with #16BCF8
Text Example
Text Example
White with #16BCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #16BCF8; }
p { color: rgb(22,188,248); }
H1.HeaderClassName
{
color: #16BCF8;
}
.AnyTagClassName
{
color: #16BCF8;
}
</style>
background-color css
<style>
a { background-color: #16BCF8; }
a { background-color: rgb(22,188,248); }
div.DivClassName
{
background-color: #16BCF8;
}
.BgClassName
{
background-color: #16BCF8;
}
</style>
border-color css
<style>
span { border-color: #16BCF8; }
span { border-color: rgb(22,188,248); }
td.TdClassName
{
border-color: #16BCF8;
}
.TagClassName
{
border-color: #16BCF8;
}
</style>