Shades of Deep Sky Blue #07BAFE
Tints of Deep Sky Blue #07BAFE
RGB
CMYK
RGB Variations
Color information
#07BAFE (or 0x07BAFE) is known color: Deep Sky Blue. HEX triplet: 07, BA and FE. RGB value is (7,186,254). Sum of RGB (Red+Green+Blue) = 7+186+254=447 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 447); Green value is 186 (73.05% from 255 or 41.61% from 447); Blue value is 254 (99.61% from 255 or 56.82% from 447); Max value from RGB is 254 - color contains mainly: blue. Hex color #07BAFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BAFE is #F84501. Grayscale: #8B8B8B. Windows color (decimal): -16270594 or 16693767. OLE color: 16693767.
HSL color Cylindrical-coordinate representation of color #07BAFE: hue angle of 196.52º 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 #07BAFE is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 186 | 254 | - |
| CMYK | 0.97 | 0.27 | 0 | 0.00 |
| HSL | 196.52º | 0.99% | 0.51% | - |
| HSV(B) | 196.52º | 0.97% | 1% | - |
| XYZ | 35.54 | 42.32 | 100.06 | - |
| YUV | 140.23 | 192.2 | 32.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 254 | 0.97 | 0.27 | 0 | 0.00 | 196.52 | 0.99 | 0.51 |
| Hex | 7 | BA | FE | 61 | 1B | 0 | 0 | C5 | 63 | 33 |
| Octal | 7 | 272 | 376 | 141 | 33 | 0 | 0 | 305 | 143 | 63 |
| Binary | 111 | 10111010 | 11111110 | 1100001 | 11011 | 0 | 0 | 11000101 | 1100011 | 110011 |
Color Harmonies of #07BAFE
Complementary color
Monochromatic Colors of #07BAFE
Black with #07BAFE
Text Example
Text Example
White with #07BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAFE; }
p { color: rgb(7,186,254); }
H1.HeaderClassName
{
color: #07BAFE;
}
.AnyTagClassName
{
color: #07BAFE;
}
</style>
background-color css
<style>
a { background-color: #07BAFE; }
a { background-color: rgb(7,186,254); }
div.DivClassName
{
background-color: #07BAFE;
}
.BgClassName
{
background-color: #07BAFE;
}
</style>
border-color css
<style>
span { border-color: #07BAFE; }
span { border-color: rgb(7,186,254); }
td.TdClassName
{
border-color: #07BAFE;
}
.TagClassName
{
border-color: #07BAFE;
}
</style>