Shades of Deep Sky Blue #07BAF4
Tints of Deep Sky Blue #07BAF4
RGB
CMYK
RGB Variations
Color information
#07BAF4 (or 0x07BAF4) is known color: Deep Sky Blue. HEX triplet: 07, BA and F4. RGB value is (7,186,244). Sum of RGB (Red+Green+Blue) = 7+186+244=437 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.60% from 437); Green value is 186 (73.05% from 255 or 42.56% from 437); Blue value is 244 (95.70% from 255 or 55.84% from 437); Max value from RGB is 244 - color contains mainly: blue. Hex color #07BAF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BAF4 is #F8450B. Grayscale: #8A8A8A. Windows color (decimal): -16270604 or 16038407. OLE color: 16038407.
HSL color Cylindrical-coordinate representation of color #07BAF4: hue angle of 194.68º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BAF4 is Cyan = 0.97, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 186 | 244 | - |
| CMYK | 0.97 | 0.24 | 0 | 0.04 |
| HSL | 194.68º | 0.94% | 0.49% | - |
| HSV(B) | 194.68º | 0.97% | 0.96% | - |
| XYZ | 33.98 | 41.69 | 91.85 | - |
| YUV | 139.09 | 187.2 | 33.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 186 | 244 | 0.97 | 0.24 | 0 | 0.04 | 194.68 | 0.94 | 0.49 |
| Hex | 7 | BA | F4 | 61 | 18 | 0 | 4 | C3 | 5E | 31 |
| Octal | 7 | 272 | 364 | 141 | 30 | 0 | 4 | 303 | 136 | 61 |
| Binary | 111 | 10111010 | 11110100 | 1100001 | 11000 | 0 | 100 | 11000011 | 1011110 | 110001 |
Color Harmonies of #07BAF4
Complementary color
Monochromatic Colors of #07BAF4
Black with #07BAF4
Text Example
Text Example
White with #07BAF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BAF4; }
p { color: rgb(7,186,244); }
H1.HeaderClassName
{
color: #07BAF4;
}
.AnyTagClassName
{
color: #07BAF4;
}
</style>
background-color css
<style>
a { background-color: #07BAF4; }
a { background-color: rgb(7,186,244); }
div.DivClassName
{
background-color: #07BAF4;
}
.BgClassName
{
background-color: #07BAF4;
}
</style>
border-color css
<style>
span { border-color: #07BAF4; }
span { border-color: rgb(7,186,244); }
td.TdClassName
{
border-color: #07BAF4;
}
.TagClassName
{
border-color: #07BAF4;
}
</style>