Shades of Deep Sky Blue #10BAF2
Tints of Deep Sky Blue #10BAF2
RGB
CMYK
RGB Variations
Color information
#10BAF2 (or 0x10BAF2) is known color: Deep Sky Blue. HEX triplet: 10, BA and F2. RGB value is (16,186,242). Sum of RGB (Red+Green+Blue) = 16+186+242=444 (58% of max value = 765). Red value is 16 (6.64% from 255 or 3.60% from 444); Green value is 186 (73.05% from 255 or 41.89% from 444); Blue value is 242 (94.92% from 255 or 54.50% from 444); Max value from RGB is 242 - color contains mainly: blue. Hex color #10BAF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BAF2 is #EF450D. Grayscale: #8D8D8D. Windows color (decimal): -15680782 or 15907344. OLE color: 15907344.
HSL color Cylindrical-coordinate representation of color #10BAF2: hue angle of 194.87º degrees, saturation: 0.9, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10BAF2 is Cyan = 0.93, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 186 | 242 | - |
| CMYK | 0.93 | 0.23 | 0 | 0.05 |
| HSL | 194.87º | 0.9% | 0.51% | - |
| HSV(B) | 194.87º | 0.93% | 0.95% | - |
| XYZ | 33.8 | 41.64 | 90.26 | - |
| YUV | 141.55 | 184.68 | 38.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 186 | 242 | 0.93 | 0.23 | 0 | 0.05 | 194.87 | 0.9 | 0.51 |
| Hex | 10 | BA | F2 | 5D | 17 | 0 | 5 | C3 | 5A | 33 |
| Octal | 20 | 272 | 362 | 135 | 27 | 0 | 5 | 303 | 132 | 63 |
| Binary | 10000 | 10111010 | 11110010 | 1011101 | 10111 | 0 | 101 | 11000011 | 1011010 | 110011 |
Color Harmonies of #10BAF2
Complementary color
Monochromatic Colors of #10BAF2
Black with #10BAF2
Text Example
Text Example
White with #10BAF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BAF2; }
p { color: rgb(16,186,242); }
H1.HeaderClassName
{
color: #10BAF2;
}
.AnyTagClassName
{
color: #10BAF2;
}
</style>
background-color css
<style>
a { background-color: #10BAF2; }
a { background-color: rgb(16,186,242); }
div.DivClassName
{
background-color: #10BAF2;
}
.BgClassName
{
background-color: #10BAF2;
}
</style>
border-color css
<style>
span { border-color: #10BAF2; }
span { border-color: rgb(16,186,242); }
td.TdClassName
{
border-color: #10BAF2;
}
.TagClassName
{
border-color: #10BAF2;
}
</style>