Shades of Deep Sky Blue #10BFFD
Tints of Deep Sky Blue #10BFFD
RGB
CMYK
RGB Variations
Color information
#10BFFD (or 0x10BFFD) is known color: Deep Sky Blue. HEX triplet: 10, BF and FD. RGB value is (16,191,253). Sum of RGB (Red+Green+Blue) = 16+191+253=460 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.48% from 460); Green value is 191 (75% from 255 or 41.52% from 460); Blue value is 253 (99.22% from 255 or 55% from 460); Max value from RGB is 253 - color contains mainly: blue. Hex color #10BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFFD is #EF4002. Grayscale: #919191. Windows color (decimal): -15679491 or 16629520. OLE color: 16629520.
HSL color Cylindrical-coordinate representation of color #10BFFD: hue angle of 195.7º degrees, saturation: 0.98, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BFFD is Cyan = 0.94, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 191 | 253 | - |
| CMYK | 0.94 | 0.25 | 0 | 0.01 |
| HSL | 195.7º | 0.98% | 0.53% | - |
| HSV(B) | 195.7º | 0.94% | 0.99% | - |
| XYZ | 36.57 | 44.46 | 99.58 | - |
| YUV | 145.74 | 188.52 | 35.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 253 | 0.94 | 0.25 | 0 | 0.01 | 195.7 | 0.98 | 0.53 |
| Hex | 10 | BF | FD | 5E | 19 | 0 | 1 | C4 | 62 | 35 |
| Octal | 20 | 277 | 375 | 136 | 31 | 0 | 1 | 304 | 142 | 65 |
| Binary | 10000 | 10111111 | 11111101 | 1011110 | 11001 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #10BFFD
Complementary color
Monochromatic Colors of #10BFFD
Black with #10BFFD
Text Example
Text Example
White with #10BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFFD; }
p { color: rgb(16,191,253); }
H1.HeaderClassName
{
color: #10BFFD;
}
.AnyTagClassName
{
color: #10BFFD;
}
</style>
background-color css
<style>
a { background-color: #10BFFD; }
a { background-color: rgb(16,191,253); }
div.DivClassName
{
background-color: #10BFFD;
}
.BgClassName
{
background-color: #10BFFD;
}
</style>
border-color css
<style>
span { border-color: #10BFFD; }
span { border-color: rgb(16,191,253); }
td.TdClassName
{
border-color: #10BFFD;
}
.TagClassName
{
border-color: #10BFFD;
}
</style>