Shades of Deep Sky Blue #07B8FE
Tints of Deep Sky Blue #07B8FE
RGB
CMYK
RGB Variations
Color information
#07B8FE (or 0x07B8FE) is known color: Deep Sky Blue. HEX triplet: 07, B8 and FE. RGB value is (7,184,254). Sum of RGB (Red+Green+Blue) = 7+184+254=445 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 445); Green value is 184 (72.27% from 255 or 41.35% from 445); Blue value is 254 (99.61% from 255 or 57.08% from 445); Max value from RGB is 254 - color contains mainly: blue. Hex color #07B8FE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B8FE is #F84701. Grayscale: #8A8A8A. Windows color (decimal): -16271106 or 16693255. OLE color: 16693255.
HSL color Cylindrical-coordinate representation of color #07B8FE: hue angle of 197º 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 #07B8FE is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 184 | 254 | - |
| CMYK | 0.97 | 0.28 | 0 | 0.00 |
| HSL | 197º | 0.99% | 0.51% | - |
| HSV(B) | 197º | 0.97% | 1% | - |
| XYZ | 35.12 | 41.48 | 99.92 | - |
| YUV | 139.06 | 192.86 | 33.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 254 | 0.97 | 0.28 | 0 | 0.00 | 197 | 0.99 | 0.51 |
| Hex | 7 | B8 | FE | 61 | 1C | 0 | 0 | C5 | 63 | 33 |
| Octal | 7 | 270 | 376 | 141 | 34 | 0 | 0 | 305 | 143 | 63 |
| Binary | 111 | 10111000 | 11111110 | 1100001 | 11100 | 0 | 0 | 11000101 | 1100011 | 110011 |
Color Harmonies of #07B8FE
Complementary color
Monochromatic Colors of #07B8FE
Black with #07B8FE
Text Example
Text Example
White with #07B8FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B8FE; }
p { color: rgb(7,184,254); }
H1.HeaderClassName
{
color: #07B8FE;
}
.AnyTagClassName
{
color: #07B8FE;
}
</style>
background-color css
<style>
a { background-color: #07B8FE; }
a { background-color: rgb(7,184,254); }
div.DivClassName
{
background-color: #07B8FE;
}
.BgClassName
{
background-color: #07B8FE;
}
</style>
border-color css
<style>
span { border-color: #07B8FE; }
span { border-color: rgb(7,184,254); }
td.TdClassName
{
border-color: #07B8FE;
}
.TagClassName
{
border-color: #07B8FE;
}
</style>