Shades of Deep Sky Blue #07BCFD
Tints of Deep Sky Blue #07BCFD
RGB
CMYK
RGB Variations
Color information
#07BCFD (or 0x07BCFD) is known color: Deep Sky Blue. HEX triplet: 07, BC and FD. RGB value is (7,188,253). Sum of RGB (Red+Green+Blue) = 7+188+253=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 188 (73.83% from 255 or 41.96% from 448); Blue value is 253 (99.22% from 255 or 56.47% from 448); Max value from RGB is 253 - color contains mainly: blue. Hex color #07BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BCFD is #F84302. Grayscale: #8C8C8C. Windows color (decimal): -16270083 or 16628743. OLE color: 16628743.
HSL color Cylindrical-coordinate representation of color #07BCFD: hue angle of 195.85º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BCFD is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 7 | 188 | 253 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.01 |
| HSL | 195.85º | 0.98% | 0.51% | - |
| HSV(B) | 195.85º | 0.97% | 0.99% | - |
| XYZ | 35.8 | 43.1 | 99.36 | - |
| YUV | 141.29 | 191.03 | 32.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 188 | 253 | 0.97 | 0.26 | 0 | 0.01 | 195.85 | 0.98 | 0.51 |
| Hex | 7 | BC | FD | 61 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 7 | 274 | 375 | 141 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 111 | 10111100 | 11111101 | 1100001 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #07BCFD
Complementary color
Monochromatic Colors of #07BCFD
Black with #07BCFD
Text Example
Text Example
White with #07BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BCFD; }
p { color: rgb(7,188,253); }
H1.HeaderClassName
{
color: #07BCFD;
}
.AnyTagClassName
{
color: #07BCFD;
}
</style>
background-color css
<style>
a { background-color: #07BCFD; }
a { background-color: rgb(7,188,253); }
div.DivClassName
{
background-color: #07BCFD;
}
.BgClassName
{
background-color: #07BCFD;
}
</style>
border-color css
<style>
span { border-color: #07BCFD; }
span { border-color: rgb(7,188,253); }
td.TdClassName
{
border-color: #07BCFD;
}
.TagClassName
{
border-color: #07BCFD;
}
</style>