Shades of Deep Sky Blue #07BBFF
Tints of Deep Sky Blue #07BBFF
RGB
CMYK
RGB Variations
Color information
#07BBFF (or 0x07BBFF) is known color: Deep Sky Blue. HEX triplet: 07, BB and FF. RGB value is (7,187,255). Sum of RGB (Red+Green+Blue) = 7+187+255=449 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 449); Green value is 187 (73.44% from 255 or 41.65% from 449); Blue value is 255 (100% from 255 or 56.79% from 449); Max value from RGB is 255 - color contains mainly: blue. Hex color #07BBFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBFF is #F84400. Grayscale: #8C8C8C. Windows color (decimal): -16270337 or 16759559. OLE color: 16759559.
HSL color Cylindrical-coordinate representation of color #07BBFF: hue angle of 196.45º 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 #07BBFF is Cyan = 0.97, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 7 | 187 | 255 | - |
| CMYK | 0.97 | 0.27 | 0 | 0 |
| HSL | 196.45º | 1% | 0.51% | - |
| HSV(B) | 196.45º | 0.97% | 1% | - |
| XYZ | 35.91 | 42.81 | 100.98 | - |
| YUV | 140.93 | 192.37 | 32.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 255 | 0.97 | 0.27 | 0 | 0 | 196.45 | 1 | 0.51 |
| Hex | 7 | BB | FF | 61 | 1B | 0 | 0 | C4 | 64 | 33 |
| Octal | 7 | 273 | 377 | 141 | 33 | 0 | 0 | 304 | 144 | 63 |
| Binary | 111 | 10111011 | 11111111 | 1100001 | 11011 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #07BBFF
Complementary color
Monochromatic Colors of #07BBFF
Black with #07BBFF
Text Example
Text Example
White with #07BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBFF; }
p { color: rgb(7,187,255); }
H1.HeaderClassName
{
color: #07BBFF;
}
.AnyTagClassName
{
color: #07BBFF;
}
</style>
background-color css
<style>
a { background-color: #07BBFF; }
a { background-color: rgb(7,187,255); }
div.DivClassName
{
background-color: #07BBFF;
}
.BgClassName
{
background-color: #07BBFF;
}
</style>
border-color css
<style>
span { border-color: #07BBFF; }
span { border-color: rgb(7,187,255); }
td.TdClassName
{
border-color: #07BBFF;
}
.TagClassName
{
border-color: #07BBFF;
}
</style>