Shades of Deep Sky Blue #07BFFE
Tints of Deep Sky Blue #07BFFE
RGB
CMYK
RGB Variations
Color information
#07BFFE (or 0x07BFFE) is known color: Deep Sky Blue. HEX triplet: 07, BF and FE. RGB value is (7,191,254). Sum of RGB (Red+Green+Blue) = 7+191+254=452 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.55% from 452); Green value is 191 (75% from 255 or 42.26% from 452); Blue value is 254 (99.61% from 255 or 56.19% from 452); Max value from RGB is 254 - color contains mainly: blue. Hex color #07BFFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFFE is #F84001. Grayscale: #8E8E8E. Windows color (decimal): -16269314 or 16695047. OLE color: 16695047.
HSL color Cylindrical-coordinate representation of color #07BFFE: hue angle of 195.3º 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 #07BFFE is Cyan = 0.97, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 191 | 254 | - |
| CMYK | 0.97 | 0.25 | 0 | 0.00 |
| HSL | 195.3º | 0.99% | 0.51% | - |
| HSV(B) | 195.3º | 0.97% | 1% | - |
| XYZ | 36.61 | 44.46 | 100.42 | - |
| YUV | 143.17 | 190.54 | 30.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 254 | 0.97 | 0.25 | 0 | 0.00 | 195.3 | 0.99 | 0.51 |
| Hex | 7 | BF | FE | 61 | 19 | 0 | 0 | C3 | 63 | 33 |
| Octal | 7 | 277 | 376 | 141 | 31 | 0 | 0 | 303 | 143 | 63 |
| Binary | 111 | 10111111 | 11111110 | 1100001 | 11001 | 0 | 0 | 11000011 | 1100011 | 110011 |
Color Harmonies of #07BFFE
Complementary color
Monochromatic Colors of #07BFFE
Black with #07BFFE
Text Example
Text Example
White with #07BFFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFFE; }
p { color: rgb(7,191,254); }
H1.HeaderClassName
{
color: #07BFFE;
}
.AnyTagClassName
{
color: #07BFFE;
}
</style>
background-color css
<style>
a { background-color: #07BFFE; }
a { background-color: rgb(7,191,254); }
div.DivClassName
{
background-color: #07BFFE;
}
.BgClassName
{
background-color: #07BFFE;
}
</style>
border-color css
<style>
span { border-color: #07BFFE; }
span { border-color: rgb(7,191,254); }
td.TdClassName
{
border-color: #07BFFE;
}
.TagClassName
{
border-color: #07BFFE;
}
</style>