Shades of Deep Sky Blue #07B9FF
Tints of Deep Sky Blue #07B9FF
RGB
CMYK
RGB Variations
Color information
#07B9FF (or 0x07B9FF) is known color: Deep Sky Blue. HEX triplet: 07, B9 and FF. RGB value is (7,185,255). Sum of RGB (Red+Green+Blue) = 7+185+255=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 185 (72.66% from 255 or 41.39% from 447); Blue value is 255 (100% from 255 or 57.05% from 447); Max value from RGB is 255 - color contains mainly: blue. Hex color #07B9FF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07B9FF is #F84600. Grayscale: #8B8B8B. Windows color (decimal): -16270849 or 16759047. OLE color: 16759047.
HSL color Cylindrical-coordinate representation of color #07B9FF: hue angle of 196.94º 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 #07B9FF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 185 | 255 | - |
| CMYK | 0.97 | 0.27 | 0 | 0 |
| HSL | 196.94º | 1% | 0.51% | - |
| HSV(B) | 196.94º | 0.97% | 1% | - |
| XYZ | 35.49 | 41.96 | 100.84 | - |
| YUV | 139.76 | 193.03 | 33.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 185 | 255 | 0.97 | 0.27 | 0 | 0 | 196.94 | 1 | 0.51 |
| Hex | 7 | B9 | FF | 61 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 7 | 271 | 377 | 141 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 111 | 10111001 | 11111111 | 1100001 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #07B9FF
Complementary color
Monochromatic Colors of #07B9FF
Black with #07B9FF
Text Example
Text Example
White with #07B9FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07B9FF; }
p { color: rgb(7,185,255); }
H1.HeaderClassName
{
color: #07B9FF;
}
.AnyTagClassName
{
color: #07B9FF;
}
</style>
background-color css
<style>
a { background-color: #07B9FF; }
a { background-color: rgb(7,185,255); }
div.DivClassName
{
background-color: #07B9FF;
}
.BgClassName
{
background-color: #07B9FF;
}
</style>
border-color css
<style>
span { border-color: #07B9FF; }
span { border-color: rgb(7,185,255); }
td.TdClassName
{
border-color: #07B9FF;
}
.TagClassName
{
border-color: #07B9FF;
}
</style>