Shades of Deep Sky Blue #07BBFE
Tints of Deep Sky Blue #07BBFE
RGB
CMYK
RGB Variations
Color information
#07BBFE (or 0x07BBFE) is known color: Deep Sky Blue. HEX triplet: 07, BB and FE. RGB value is (7,187,254). Sum of RGB (Red+Green+Blue) = 7+187+254=448 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.56% from 448); Green value is 187 (73.44% from 255 or 41.74% from 448); Blue value is 254 (99.61% from 255 or 56.70% from 448); Max value from RGB is 254 - color contains mainly: blue. Hex color #07BBFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBFE is #F84401. Grayscale: #8C8C8C. Windows color (decimal): -16270338 or 16694023. OLE color: 16694023.
HSL color Cylindrical-coordinate representation of color #07BBFE: hue angle of 196.28º 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 #07BBFE is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 7 | 187 | 254 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.00 |
| HSL | 196.28º | 0.99% | 0.51% | - |
| HSV(B) | 196.28º | 0.97% | 1% | - |
| XYZ | 35.75 | 42.74 | 100.13 | - |
| YUV | 140.82 | 191.87 | 32.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 254 | 0.97 | 0.26 | 0 | 0.00 | 196.28 | 0.99 | 0.51 |
| Hex | 7 | BB | FE | 61 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 7 | 273 | 376 | 141 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 111 | 10111011 | 11111110 | 1100001 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #07BBFE
Complementary color
Monochromatic Colors of #07BBFE
Black with #07BBFE
Text Example
Text Example
White with #07BBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBFE; }
p { color: rgb(7,187,254); }
H1.HeaderClassName
{
color: #07BBFE;
}
.AnyTagClassName
{
color: #07BBFE;
}
</style>
background-color css
<style>
a { background-color: #07BBFE; }
a { background-color: rgb(7,187,254); }
div.DivClassName
{
background-color: #07BBFE;
}
.BgClassName
{
background-color: #07BBFE;
}
</style>
border-color css
<style>
span { border-color: #07BBFE; }
span { border-color: rgb(7,187,254); }
td.TdClassName
{
border-color: #07BBFE;
}
.TagClassName
{
border-color: #07BBFE;
}
</style>