Shades of Deep Sky Blue #10BEF2
Tints of Deep Sky Blue #10BEF2
RGB
CMYK
RGB Variations
Color information
#10BEF2 (or 0x10BEF2) is known color: Deep Sky Blue. HEX triplet: 10, BE and F2. RGB value is (16,190,242). Sum of RGB (Red+Green+Blue) = 16+190+242=448 (59% of max value = 765). Red value is 16 (6.64% from 255 or 3.57% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 242 (94.92% from 255 or 54.02% from 448); Max value from RGB is 242 - color contains mainly: blue. Hex color #10BEF2 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #10BEF2 is #EF410D. Grayscale: #8F8F8F. Windows color (decimal): -15679758 or 15908368. OLE color: 15908368.
HSL color Cylindrical-coordinate representation of color #10BEF2: hue angle of 193.81º 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 #10BEF2 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 16 | 190 | 242 | - |
| CMYK | 0.93 | 0.21 | 0 | 0.05 |
| HSL | 193.81º | 0.9% | 0.51% | - |
| HSV(B) | 193.81º | 0.93% | 0.95% | - |
| XYZ | 34.65 | 43.35 | 90.54 | - |
| YUV | 143.9 | 183.35 | 36.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 190 | 242 | 0.93 | 0.21 | 0 | 0.05 | 193.81 | 0.9 | 0.51 |
| Hex | 10 | BE | F2 | 5D | 15 | 0 | 5 | C2 | 5A | 33 |
| Octal | 20 | 276 | 362 | 135 | 25 | 0 | 5 | 302 | 132 | 63 |
| Binary | 10000 | 10111110 | 11110010 | 1011101 | 10101 | 0 | 101 | 11000010 | 1011010 | 110011 |
Color Harmonies of #10BEF2
Complementary color
Monochromatic Colors of #10BEF2
Black with #10BEF2
Text Example
Text Example
White with #10BEF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10BEF2; }
p { color: rgb(16,190,242); }
H1.HeaderClassName
{
color: #10BEF2;
}
.AnyTagClassName
{
color: #10BEF2;
}
</style>
background-color css
<style>
a { background-color: #10BEF2; }
a { background-color: rgb(16,190,242); }
div.DivClassName
{
background-color: #10BEF2;
}
.BgClassName
{
background-color: #10BEF2;
}
</style>
border-color css
<style>
span { border-color: #10BEF2; }
span { border-color: rgb(16,190,242); }
td.TdClassName
{
border-color: #10BEF2;
}
.TagClassName
{
border-color: #10BEF2;
}
</style>