Shades of Deep Sky Blue #07BFED
Tints of Deep Sky Blue #07BFED
RGB
CMYK
RGB Variations
Color information
#07BFED (or 0x07BFED) is known color: Deep Sky Blue. HEX triplet: 07, BF and ED. RGB value is (7,191,237). Sum of RGB (Red+Green+Blue) = 7+191+237=435 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.61% from 435); Green value is 191 (75% from 255 or 43.91% from 435); Blue value is 237 (92.97% from 255 or 54.48% from 435); Max value from RGB is 237 - color contains mainly: blue. Hex color #07BFED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFED is #F84012. Grayscale: #8C8C8C. Windows color (decimal): -16269331 or 15580935. OLE color: 15580935.
HSL color Cylindrical-coordinate representation of color #07BFED: hue angle of 192º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFED is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 191 | 237 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.07 |
| HSL | 192º | 0.94% | 0.48% | - |
| HSV(B) | 192º | 0.97% | 0.93% | - |
| XYZ | 34 | 43.42 | 86.71 | - |
| YUV | 141.23 | 182.04 | 32.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 237 | 0.97 | 0.19 | 0 | 0.07 | 192 | 0.94 | 0.48 |
| Hex | 7 | BF | ED | 61 | 13 | 0 | 7 | C0 | 5E | 30 |
| Octal | 7 | 277 | 355 | 141 | 23 | 0 | 7 | 300 | 136 | 60 |
| Binary | 111 | 10111111 | 11101101 | 1100001 | 10011 | 0 | 111 | 11000000 | 1011110 | 110000 |
Color Harmonies of #07BFED
Complementary color
Monochromatic Colors of #07BFED
Black with #07BFED
Text Example
Text Example
White with #07BFED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFED; }
p { color: rgb(7,191,237); }
H1.HeaderClassName
{
color: #07BFED;
}
.AnyTagClassName
{
color: #07BFED;
}
</style>
background-color css
<style>
a { background-color: #07BFED; }
a { background-color: rgb(7,191,237); }
div.DivClassName
{
background-color: #07BFED;
}
.BgClassName
{
background-color: #07BFED;
}
</style>
border-color css
<style>
span { border-color: #07BFED; }
span { border-color: rgb(7,191,237); }
td.TdClassName
{
border-color: #07BFED;
}
.TagClassName
{
border-color: #07BFED;
}
</style>