Shades of Deep Sky Blue #10BDF2
Tints of Deep Sky Blue #10BDF2
RGB
CMYK
RGB Variations
Color information
#10BDF2 (or 0x10BDF2) is known color: Deep Sky Blue. HEX triplet: 10, BD and F2. RGB value is (16,189,242). Sum of RGB (Red+Green+Blue) = 16+189+242=447 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.58% from 447); Green value is 189 (74.22% from 255 or 42.28% from 447); Blue value is 242 (94.92% from 255 or 54.14% from 447); Max value from RGB is 242 - color contains mainly: blue. Hex color #10BDF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BDF2 is #EF420D. Grayscale: #8E8E8E. Windows color (decimal): -15680014 or 15908112. OLE color: 15908112.
HSL color Cylindrical-coordinate representation of color #10BDF2: hue angle of 194.07º 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 #10BDF2 is Cyan = 0.93, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 189 | 242 | - |
| CMYK | 0.93 | 0.22 | 0 | 0.05 |
| HSL | 194.07º | 0.9% | 0.51% | - |
| HSV(B) | 194.07º | 0.93% | 0.95% | - |
| XYZ | 34.44 | 42.92 | 90.47 | - |
| YUV | 143.32 | 183.69 | 37.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 189 | 242 | 0.93 | 0.22 | 0 | 0.05 | 194.07 | 0.9 | 0.51 |
| Hex | 10 | BD | F2 | 5D | 16 | 0 | 5 | C2 | 5A | 33 |
| Octal | 20 | 275 | 362 | 135 | 26 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10000 | 10111101 | 11110010 | 1011101 | 10110 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #10BDF2
Complementary color
Monochromatic Colors of #10BDF2
Black with #10BDF2
Text Example
Text Example
White with #10BDF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BDF2; }
p { color: rgb(16,189,242); }
H1.HeaderClassName
{
color: #10BDF2;
}
.AnyTagClassName
{
color: #10BDF2;
}
</style>
background-color css
<style>
a { background-color: #10BDF2; }
a { background-color: rgb(16,189,242); }
div.DivClassName
{
background-color: #10BDF2;
}
.BgClassName
{
background-color: #10BDF2;
}
</style>
border-color css
<style>
span { border-color: #10BDF2; }
span { border-color: rgb(16,189,242); }
td.TdClassName
{
border-color: #10BDF2;
}
.TagClassName
{
border-color: #10BDF2;
}
</style>