Shades of Deep Sky Blue #07BFF8
Tints of Deep Sky Blue #07BFF8
RGB
CMYK
RGB Variations
Color information
#07BFF8 (or 0x07BFF8) is known color: Deep Sky Blue. HEX triplet: 07, BF and F8. RGB value is (7,191,248). Sum of RGB (Red+Green+Blue) = 7+191+248=446 (59% of max value = 765). Red value is 7 (3.12% from 255 or 1.57% from 446); Green value is 191 (75% from 255 or 42.83% from 446); Blue value is 248 (97.27% from 255 or 55.61% from 446); Max value from RGB is 248 - color contains mainly: blue. Hex color #07BFF8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BFF8 is #F84007. Grayscale: #8E8E8E. Windows color (decimal): -16269320 or 16301831. OLE color: 16301831.
HSL color Cylindrical-coordinate representation of color #07BFF8: hue angle of 194.19º degrees, saturation: 0.95, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BFF8 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 7 | 191 | 248 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.03 |
| HSL | 194.19º | 0.95% | 0.5% | - |
| HSV(B) | 194.19º | 0.97% | 0.97% | - |
| XYZ | 35.66 | 44.08 | 95.44 | - |
| YUV | 142.48 | 187.54 | 31.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 191 | 248 | 0.97 | 0.23 | 0 | 0.03 | 194.19 | 0.95 | 0.5 |
| Hex | 7 | BF | F8 | 61 | 17 | 0 | 3 | C2 | 5F | 32 |
| Octal | 7 | 277 | 370 | 141 | 27 | 0 | 3 | 302 | 137 | 62 |
| Binary | 111 | 10111111 | 11111000 | 1100001 | 10111 | 0 | 11 | 11000010 | 1011111 | 110010 |
Color Harmonies of #07BFF8
Complementary color
Monochromatic Colors of #07BFF8
Black with #07BFF8
Text Example
Text Example
White with #07BFF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BFF8; }
p { color: rgb(7,191,248); }
H1.HeaderClassName
{
color: #07BFF8;
}
.AnyTagClassName
{
color: #07BFF8;
}
</style>
background-color css
<style>
a { background-color: #07BFF8; }
a { background-color: rgb(7,191,248); }
div.DivClassName
{
background-color: #07BFF8;
}
.BgClassName
{
background-color: #07BFF8;
}
</style>
border-color css
<style>
span { border-color: #07BFF8; }
span { border-color: rgb(7,191,248); }
td.TdClassName
{
border-color: #07BFF8;
}
.TagClassName
{
border-color: #07BFF8;
}
</style>