Shades of Deep Sky Blue #07BDF4
Tints of Deep Sky Blue #07BDF4
RGB
CMYK
RGB Variations
Color information
#07BDF4 (or 0x07BDF4) is known color: Deep Sky Blue. HEX triplet: 07, BD and F4. RGB value is (7,189,244). Sum of RGB (Red+Green+Blue) = 7+189+244=440 (58% of max value = 765). Red value is 7 (3.12% from 255 or 1.59% from 440); Green value is 189 (74.22% from 255 or 42.95% from 440); Blue value is 244 (95.70% from 255 or 55.45% from 440); Max value from RGB is 244 - color contains mainly: blue. Hex color #07BDF4 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDF4 is #F8420B. Grayscale: #8C8C8C. Windows color (decimal): -16269836 or 16039175. OLE color: 16039175.
HSL color Cylindrical-coordinate representation of color #07BDF4: hue angle of 193.92º 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 #07BDF4 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 7 | 189 | 244 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.04 |
| HSL | 193.92º | 0.94% | 0.49% | - |
| HSV(B) | 193.92º | 0.97% | 0.96% | - |
| XYZ | 34.61 | 42.97 | 92.06 | - |
| YUV | 140.85 | 186.2 | 32.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 244 | 0.97 | 0.23 | 0 | 0.04 | 193.92 | 0.94 | 0.49 |
| Hex | 7 | BD | F4 | 61 | 17 | 0 | 4 | C2 | 5E | 31 |
| Octal | 7 | 275 | 364 | 141 | 27 | 0 | 4 | 302 | 136 | 61 |
| Binary | 111 | 10111101 | 11110100 | 1100001 | 10111 | 0 | 100 | 11000010 | 1011110 | 110001 |
Color Harmonies of #07BDF4
Complementary color
Monochromatic Colors of #07BDF4
Black with #07BDF4
Text Example
Text Example
White with #07BDF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDF4; }
p { color: rgb(7,189,244); }
H1.HeaderClassName
{
color: #07BDF4;
}
.AnyTagClassName
{
color: #07BDF4;
}
</style>
background-color css
<style>
a { background-color: #07BDF4; }
a { background-color: rgb(7,189,244); }
div.DivClassName
{
background-color: #07BDF4;
}
.BgClassName
{
background-color: #07BDF4;
}
</style>
border-color css
<style>
span { border-color: #07BDF4; }
span { border-color: rgb(7,189,244); }
td.TdClassName
{
border-color: #07BDF4;
}
.TagClassName
{
border-color: #07BDF4;
}
</style>