Shades of Deep Sky Blue #10BFFC
Tints of Deep Sky Blue #10BFFC
RGB
CMYK
RGB Variations
Color information
#10BFFC (or 0x10BFFC) is known color: Deep Sky Blue. HEX triplet: 10, BF and FC. RGB value is (16,191,252). Sum of RGB (Red+Green+Blue) = 16+191+252=459 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.49% from 459); Green value is 191 (75% from 255 or 41.61% from 459); Blue value is 252 (98.83% from 255 or 54.90% from 459); Max value from RGB is 252 - color contains mainly: blue. Hex color #10BFFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFFC is #EF4003. Grayscale: #919191. Windows color (decimal): -15679492 or 16563984. OLE color: 16563984.
HSL color Cylindrical-coordinate representation of color #10BFFC: hue angle of 195.51º 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 #10BFFC is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 16 | 191 | 252 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.01 |
| HSL | 195.51º | 0.98% | 0.53% | - |
| HSV(B) | 195.51º | 0.94% | 0.99% | - |
| XYZ | 36.42 | 44.4 | 98.75 | - |
| YUV | 145.63 | 188.02 | 35.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 252 | 0.94 | 0.24 | 0 | 0.01 | 195.51 | 0.98 | 0.53 |
| Hex | 10 | BF | FC | 5E | 18 | 0 | 1 | C4 | 62 | 35 |
| Octal | 20 | 277 | 374 | 136 | 30 | 0 | 1 | 304 | 142 | 65 |
| Binary | 10000 | 10111111 | 11111100 | 1011110 | 11000 | 0 | 1 | 11000100 | 1100010 | 110101 |
Color Harmonies of #10BFFC
Complementary color
Monochromatic Colors of #10BFFC
Black with #10BFFC
Text Example
Text Example
White with #10BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFFC; }
p { color: rgb(16,191,252); }
H1.HeaderClassName
{
color: #10BFFC;
}
.AnyTagClassName
{
color: #10BFFC;
}
</style>
background-color css
<style>
a { background-color: #10BFFC; }
a { background-color: rgb(16,191,252); }
div.DivClassName
{
background-color: #10BFFC;
}
.BgClassName
{
background-color: #10BFFC;
}
</style>
border-color css
<style>
span { border-color: #10BFFC; }
span { border-color: rgb(16,191,252); }
td.TdClassName
{
border-color: #10BFFC;
}
.TagClassName
{
border-color: #10BFFC;
}
</style>