Shades of Deep Sky Blue #10BFFA
Tints of Deep Sky Blue #10BFFA
RGB
CMYK
RGB Variations
Color information
#10BFFA (or 0x10BFFA) is known color: Deep Sky Blue. HEX triplet: 10, BF and FA. RGB value is (16,191,250). Sum of RGB (Red+Green+Blue) = 16+191+250=457 (60% of max value = 765). Red value is 16 (6.64% from 255 or 3.50% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 250 (98.05% from 255 or 54.70% from 457); Max value from RGB is 250 - color contains mainly: blue. Hex color #10BFFA is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BFFA is #EF4005. Grayscale: #909090. Windows color (decimal): -15679494 or 16432912. OLE color: 16432912.
HSL color Cylindrical-coordinate representation of color #10BFFA: hue angle of 195.13º degrees, saturation: 0.96, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #10BFFA is Cyan = 0.94, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 16 | 191 | 250 | - |
| CMYK | 0.94 | 0.24 | 0 | 0.02 |
| HSL | 195.13º | 0.96% | 0.52% | - |
| HSV(B) | 195.13º | 0.94% | 0.98% | - |
| XYZ | 36.1 | 44.27 | 97.09 | - |
| YUV | 145.4 | 187.02 | 35.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 191 | 250 | 0.94 | 0.24 | 0 | 0.02 | 195.13 | 0.96 | 0.52 |
| Hex | 10 | BF | FA | 5E | 18 | 0 | 2 | C3 | 60 | 34 |
| Octal | 20 | 277 | 372 | 136 | 30 | 0 | 2 | 303 | 140 | 64 |
| Binary | 10000 | 10111111 | 11111010 | 1011110 | 11000 | 0 | 10 | 11000011 | 1100000 | 110100 |
Color Harmonies of #10BFFA
Complementary color
Monochromatic Colors of #10BFFA
Black with #10BFFA
Text Example
Text Example
White with #10BFFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BFFA; }
p { color: rgb(16,191,250); }
H1.HeaderClassName
{
color: #10BFFA;
}
.AnyTagClassName
{
color: #10BFFA;
}
</style>
background-color css
<style>
a { background-color: #10BFFA; }
a { background-color: rgb(16,191,250); }
div.DivClassName
{
background-color: #10BFFA;
}
.BgClassName
{
background-color: #10BFFA;
}
</style>
border-color css
<style>
span { border-color: #10BFFA; }
span { border-color: rgb(16,191,250); }
td.TdClassName
{
border-color: #10BFFA;
}
.TagClassName
{
border-color: #10BFFA;
}
</style>