Shades of Deep Sky Blue #07BAFF
Tints of Deep Sky Blue #07BAFF
RGB
CMYK
RGB Variations
Color information
#07BAFF (or 0x07BAFF) is known color: Deep Sky Blue. HEX triplet: 07, BA and FF. RGB value is (7,186,255). Sum of RGB (Red+Green+Blue) = 7+186+255=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 186 (73.05% from 255 or 41.52% from 448); Blue value is 255 (100% from 255 or 56.92% from 448); Max value from RGB is 255 - color contains mainly: blue. Hex color #07BAFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BAFF is #F84500. Grayscale: #8B8B8B. Windows color (decimal): -16270593 or 16759303. OLE color: 16759303.
HSL color Cylindrical-coordinate representation of color #07BAFF: hue angle of 196.69º 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 #07BAFF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 186 | 255 | - |
| CMYK | 0.97 | 0.27 | 0 | 0 |
| HSL | 196.69º | 1% | 0.51% | - |
| HSV(B) | 196.69º | 0.97% | 1% | - |
| XYZ | 35.7 | 42.38 | 100.91 | - |
| YUV | 140.35 | 192.7 | 32.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 255 | 0.97 | 0.27 | 0 | 0 | 196.69 | 1 | 0.51 |
| Hex | 7 | BA | FF | 61 | 1B | 0 | 0 | C5 | 64 | 33 |
| Octal | 7 | 272 | 377 | 141 | 33 | 0 | 0 | 305 | 144 | 63 |
| Binary | 111 | 10111010 | 11111111 | 1100001 | 11011 | 0 | 0 | 11000101 | 1100100 | 110011 |
Color Harmonies of #07BAFF
Complementary color
Monochromatic Colors of #07BAFF
Black with #07BAFF
Text Example
Text Example
White with #07BAFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAFF; }
p { color: rgb(7,186,255); }
H1.HeaderClassName
{
color: #07BAFF;
}
.AnyTagClassName
{
color: #07BAFF;
}
</style>
background-color css
<style>
a { background-color: #07BAFF; }
a { background-color: rgb(7,186,255); }
div.DivClassName
{
background-color: #07BAFF;
}
.BgClassName
{
background-color: #07BAFF;
}
</style>
border-color css
<style>
span { border-color: #07BAFF; }
span { border-color: rgb(7,186,255); }
td.TdClassName
{
border-color: #07BAFF;
}
.TagClassName
{
border-color: #07BAFF;
}
</style>