Shades of Deep Sky Blue #10BAF5
Tints of Deep Sky Blue #10BAF5
RGB
CMYK
RGB Variations
Color information
#10BAF5 (or 0x10BAF5) is known color: Deep Sky Blue. HEX triplet: 10, BA and F5. RGB value is (16,186,245). Sum of RGB (Red+Green+Blue) = 16+186+245=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 245 (96.09% from 255 or 54.81% from 447); Max value from RGB is 245 - color contains mainly: blue. Hex color #10BAF5 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAF5 is #EF450A. Grayscale: #8D8D8D. Windows color (decimal): -15680779 or 16103952. OLE color: 16103952.
HSL color Cylindrical-coordinate representation of color #10BAF5: hue angle of 195.46º degrees, saturation: 0.92, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BAF5 is Cyan = 0.93, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 16 | 186 | 245 | - |
| CMYK | 0.93 | 0.24 | 0 | 0.04 |
| HSL | 195.46º | 0.92% | 0.51% | - |
| HSV(B) | 195.46º | 0.93% | 0.96% | - |
| XYZ | 34.25 | 41.82 | 92.65 | - |
| YUV | 141.9 | 186.18 | 38.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 245 | 0.93 | 0.24 | 0 | 0.04 | 195.46 | 0.92 | 0.51 |
| Hex | 10 | BA | F5 | 5D | 18 | 0 | 4 | C3 | 5C | 33 |
| Octal | 20 | 272 | 365 | 135 | 30 | 0 | 4 | 303 | 134 | 63 |
| Binary | 10000 | 10111010 | 11110101 | 1011101 | 11000 | 0 | 100 | 11000011 | 1011100 | 110011 |
Color Harmonies of #10BAF5
Complementary color
Monochromatic Colors of #10BAF5
Black with #10BAF5
Text Example
Text Example
White with #10BAF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAF5; }
p { color: rgb(16,186,245); }
H1.HeaderClassName
{
color: #10BAF5;
}
.AnyTagClassName
{
color: #10BAF5;
}
</style>
background-color css
<style>
a { background-color: #10BAF5; }
a { background-color: rgb(16,186,245); }
div.DivClassName
{
background-color: #10BAF5;
}
.BgClassName
{
background-color: #10BAF5;
}
</style>
border-color css
<style>
span { border-color: #10BAF5; }
span { border-color: rgb(16,186,245); }
td.TdClassName
{
border-color: #10BAF5;
}
.TagClassName
{
border-color: #10BAF5;
}
</style>