Shades of Deep Sky Blue #07B1FF
Tints of Deep Sky Blue #07B1FF
RGB
CMYK
RGB Variations
Color information
#07B1FF (or 0x07B1FF) is known color: Deep Sky Blue. HEX triplet: 07, B1 and FF. RGB value is (7,177,255). Sum of RGB (Red+Green+Blue) = 7+177+255=439 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 439); Green value is 177 (69.53% from 255 or 40.32% from 439); Blue value is 255 (100% from 255 or 58.09% from 439); Max value from RGB is 255 - color contains mainly: blue. Hex color #07B1FF is not a web safe color. Web safe color analog (approx): #0099FF. Inversed color of #07B1FF is #F84E00. Grayscale: #868686. Windows color (decimal): -16272897 or 16756999. OLE color: 16756999.
HSL color Cylindrical-coordinate representation of color #07B1FF: hue angle of 198.87º 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 #07B1FF is Cyan = 0.97, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 177 | 255 | - |
| CMYK | 0.97 | 0.31 | 0 | 0 |
| HSL | 198.87º | 1% | 0.51% | - |
| HSV(B) | 198.87º | 0.97% | 1% | - |
| XYZ | 33.86 | 38.71 | 100.29 | - |
| YUV | 135.06 | 195.68 | 36.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 177 | 255 | 0.97 | 0.31 | 0 | 0 | 198.87 | 1 | 0.51 |
| Hex | 7 | B1 | FF | 61 | 1F | 0 | 0 | C7 | 64 | 33 |
| Octal | 7 | 261 | 377 | 141 | 37 | 0 | 0 | 307 | 144 | 63 |
| Binary | 111 | 10110001 | 11111111 | 1100001 | 11111 | 0 | 0 | 11000111 | 1100100 | 110011 |
Color Harmonies of #07B1FF
Complementary color
Monochromatic Colors of #07B1FF
Black with #07B1FF
Text Example
Text Example
White with #07B1FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B1FF; }
p { color: rgb(7,177,255); }
H1.HeaderClassName
{
color: #07B1FF;
}
.AnyTagClassName
{
color: #07B1FF;
}
</style>
background-color css
<style>
a { background-color: #07B1FF; }
a { background-color: rgb(7,177,255); }
div.DivClassName
{
background-color: #07B1FF;
}
.BgClassName
{
background-color: #07B1FF;
}
</style>
border-color css
<style>
span { border-color: #07B1FF; }
span { border-color: rgb(7,177,255); }
td.TdClassName
{
border-color: #07B1FF;
}
.TagClassName
{
border-color: #07B1FF;
}
</style>