Shades of Deep Sky Blue #07BDFF
Tints of Deep Sky Blue #07BDFF
RGB
CMYK
RGB Variations
Color information
#07BDFF (or 0x07BDFF) is known color: Deep Sky Blue. HEX triplet: 07, BD and FF. RGB value is (7,189,255). Sum of RGB (Red+Green+Blue) = 7+189+255=451 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 451); Green value is 189 (74.22% from 255 or 41.91% from 451); Blue value is 255 (100% from 255 or 56.54% from 451); Max value from RGB is 255 - color contains mainly: blue. Hex color #07BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDFF is #F84200. Grayscale: #8D8D8D. Windows color (decimal): -16269825 or 16760071. OLE color: 16760071.
HSL color Cylindrical-coordinate representation of color #07BDFF: hue angle of 195.97º 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 #07BDFF is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 189 | 255 | - |
| CMYK | 0.97 | 0.26 | 0 | 0 |
| HSL | 195.97º | 1% | 0.51% | - |
| HSV(B) | 195.97º | 0.97% | 1% | - |
| XYZ | 36.34 | 43.66 | 101.12 | - |
| YUV | 142.11 | 191.7 | 31.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 255 | 0.97 | 0.26 | 0 | 0 | 195.97 | 1 | 0.51 |
| Hex | 7 | BD | FF | 61 | 1A | 0 | 0 | C4 | 64 | 33 |
| Octal | 7 | 275 | 377 | 141 | 32 | 0 | 0 | 304 | 144 | 63 |
| Binary | 111 | 10111101 | 11111111 | 1100001 | 11010 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #07BDFF
Complementary color
Monochromatic Colors of #07BDFF
Black with #07BDFF
Text Example
Text Example
White with #07BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDFF; }
p { color: rgb(7,189,255); }
H1.HeaderClassName
{
color: #07BDFF;
}
.AnyTagClassName
{
color: #07BDFF;
}
</style>
background-color css
<style>
a { background-color: #07BDFF; }
a { background-color: rgb(7,189,255); }
div.DivClassName
{
background-color: #07BDFF;
}
.BgClassName
{
background-color: #07BDFF;
}
</style>
border-color css
<style>
span { border-color: #07BDFF; }
span { border-color: rgb(7,189,255); }
td.TdClassName
{
border-color: #07BDFF;
}
.TagClassName
{
border-color: #07BDFF;
}
</style>