Shades of Deep Sky Blue #10B0F1
Tints of Deep Sky Blue #10B0F1
RGB
CMYK
RGB Variations
Color information
#10B0F1 (or 0x10B0F1) is known color: Deep Sky Blue. HEX triplet: 10, B0 and F1. RGB value is (16,176,241). Sum of RGB (Red+Green+Blue) = 16+176+241=433 (57% of max value = 765). Red value is 16 (6.64% from 255 or 3.70% from 433); Green value is 176 (69.14% from 255 or 40.65% from 433); Blue value is 241 (94.53% from 255 or 55.66% from 433); Max value from RGB is 241 - color contains mainly: blue. Hex color #10B0F1 is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #10B0F1 is #EF4F0E. Grayscale: #878787. Windows color (decimal): -15683343 or 15839248. OLE color: 15839248.
HSL color Cylindrical-coordinate representation of color #10B0F1: hue angle of 197.33º degrees, saturation: 0.89, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #10B0F1 is Cyan = 0.93, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 176 | 241 | - |
| CMYK | 0.93 | 0.27 | 0 | 0.05 |
| HSL | 197.33º | 0.89% | 0.5% | - |
| HSV(B) | 197.33º | 0.93% | 0.95% | - |
| XYZ | 31.62 | 37.51 | 88.79 | - |
| YUV | 135.57 | 187.49 | 42.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 176 | 241 | 0.93 | 0.27 | 0 | 0.05 | 197.33 | 0.89 | 0.5 |
| Hex | 10 | B0 | F1 | 5D | 1B | 0 | 5 | C5 | 59 | 32 |
| Octal | 20 | 260 | 361 | 135 | 33 | 0 | 5 | 305 | 131 | 62 |
| Binary | 10000 | 10110000 | 11110001 | 1011101 | 11011 | 0 | 101 | 11000101 | 1011001 | 110010 |
Color Harmonies of #10B0F1
Complementary color
Monochromatic Colors of #10B0F1
Black with #10B0F1
Text Example
Text Example
White with #10B0F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10B0F1; }
p { color: rgb(16,176,241); }
H1.HeaderClassName
{
color: #10B0F1;
}
.AnyTagClassName
{
color: #10B0F1;
}
</style>
background-color css
<style>
a { background-color: #10B0F1; }
a { background-color: rgb(16,176,241); }
div.DivClassName
{
background-color: #10B0F1;
}
.BgClassName
{
background-color: #10B0F1;
}
</style>
border-color css
<style>
span { border-color: #10B0F1; }
span { border-color: rgb(16,176,241); }
td.TdClassName
{
border-color: #10B0F1;
}
.TagClassName
{
border-color: #10B0F1;
}
</style>