Shades of Deep Sky Blue #07BCFE
Tints of Deep Sky Blue #07BCFE
RGB
CMYK
RGB Variations
Color information
#07BCFE (or 0x07BCFE) is known color: Deep Sky Blue. HEX triplet: 07, BC and FE. RGB value is (7,188,254). Sum of RGB (Red+Green+Blue) = 7+188+254=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #07BCFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCFE is #F84301. Grayscale: #8C8C8C. Windows color (decimal): -16270082 or 16694279. OLE color: 16694279.
HSL color Cylindrical-coordinate representation of color #07BCFE: hue angle of 196.03º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCFE is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 188 | 254 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.00 |
| HSL | 196.03º | 0.99% | 0.51% | - |
| HSV(B) | 196.03º | 0.97% | 1% | - |
| XYZ | 35.96 | 43.17 | 100.2 | - |
| YUV | 141.41 | 191.53 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 254 | 0.97 | 0.26 | 0 | 0.00 | 196.03 | 0.99 | 0.51 |
| Hex | 7 | BC | FE | 61 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 7 | 274 | 376 | 141 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 111 | 10111100 | 11111110 | 1100001 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #07BCFE
Complementary color
Monochromatic Colors of #07BCFE
Black with #07BCFE
Text Example
Text Example
White with #07BCFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCFE; }
p { color: rgb(7,188,254); }
H1.HeaderClassName
{
color: #07BCFE;
}
.AnyTagClassName
{
color: #07BCFE;
}
</style>
background-color css
<style>
a { background-color: #07BCFE; }
a { background-color: rgb(7,188,254); }
div.DivClassName
{
background-color: #07BCFE;
}
.BgClassName
{
background-color: #07BCFE;
}
</style>
border-color css
<style>
span { border-color: #07BCFE; }
span { border-color: rgb(7,188,254); }
td.TdClassName
{
border-color: #07BCFE;
}
.TagClassName
{
border-color: #07BCFE;
}
</style>