Shades of Deep Sky Blue #07B8FF
Tints of Deep Sky Blue #07B8FF
RGB
CMYK
RGB Variations
Color information
#07B8FF (or 0x07B8FF) is known color: Deep Sky Blue. HEX triplet: 07, B8 and FF. RGB value is (7,184,255). Sum of RGB (Red+Green+Blue) = 7+184+255=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 184 (72.27% from 255 or 41.26% from 446); Blue value is 255 (100% from 255 or 57.17% from 446); Max value from RGB is 255 - color contains mainly: blue. Hex color #07B8FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B8FF is #F84700. Grayscale: #8A8A8A. Windows color (decimal): -16271105 or 16758791. OLE color: 16758791.
HSL color Cylindrical-coordinate representation of color #07B8FF: hue angle of 197.18º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07B8FF is Cyan = 0.97, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 184 | 255 | - |
| CMYK | 0.97 | 0.28 | 0 | 0 |
| HSL | 197.18º | 1% | 0.51% | - |
| HSV(B) | 197.18º | 0.97% | 1% | - |
| XYZ | 35.28 | 41.55 | 100.77 | - |
| YUV | 139.17 | 193.36 | 33.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 184 | 255 | 0.97 | 0.28 | 0 | 0 | 197.18 | 1 | 0.51 |
| Hex | 7 | B8 | FF | 61 | 1C | 0 | 0 | C5 | 64 | 33 |
| Octal | 7 | 270 | 377 | 141 | 34 | 0 | 0 | 305 | 144 | 63 |
| Binary | 111 | 10111000 | 11111111 | 1100001 | 11100 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #07B8FF
Complementary color
Monochromatic Colors of #07B8FF
Black with #07B8FF
Text Example
Text Example
White with #07B8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B8FF; }
p { color: rgb(7,184,255); }
H1.HeaderClassName
{
color: #07B8FF;
}
.AnyTagClassName
{
color: #07B8FF;
}
</style>
background-color css
<style>
a { background-color: #07B8FF; }
a { background-color: rgb(7,184,255); }
div.DivClassName
{
background-color: #07B8FF;
}
.BgClassName
{
background-color: #07B8FF;
}
</style>
border-color css
<style>
span { border-color: #07B8FF; }
span { border-color: rgb(7,184,255); }
td.TdClassName
{
border-color: #07B8FF;
}
.TagClassName
{
border-color: #07B8FF;
}
</style>