Shades of Deep Sky Blue #07BDE8
Tints of Deep Sky Blue #07BDE8
RGB
CMYK
RGB Variations
Color information
#07BDE8 (or 0x07BDE8) is known color: Deep Sky Blue. HEX triplet: 07, BD and E8. RGB value is (7,189,232). Sum of RGB (Red+Green+Blue) = 7+189+232=428 (56% of max value = 765). Red value is 7 (3.12% from 255 or 1.64% from 428); Green value is 189 (74.22% from 255 or 44.16% from 428); Blue value is 232 (91.02% from 255 or 54.21% from 428); Max value from RGB is 232 - color contains mainly: blue. Hex color #07BDE8 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BDE8 is #F84217. Grayscale: #8B8B8B. Windows color (decimal): -16269848 or 15252743. OLE color: 15252743.
HSL color Cylindrical-coordinate representation of color #07BDE8: hue angle of 191.47º degrees, saturation: 0.94, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BDE8 is Cyan = 0.97, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 7 | 189 | 232 | - |
| CMYK | 0.97 | 0.19 | 0 | 0.09 |
| HSL | 191.47º | 0.94% | 0.47% | - |
| HSV(B) | 191.47º | 0.97% | 0.91% | - |
| XYZ | 32.85 | 42.27 | 82.77 | - |
| YUV | 139.48 | 180.2 | 33.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 189 | 232 | 0.97 | 0.19 | 0 | 0.09 | 191.47 | 0.94 | 0.47 |
| Hex | 7 | BD | E8 | 61 | 13 | 0 | 9 | BF | 5E | 2F |
| Octal | 7 | 275 | 350 | 141 | 23 | 0 | 11 | 277 | 136 | 57 |
| Binary | 111 | 10111101 | 11101000 | 1100001 | 10011 | 0 | 1001 | 10111111 | 1011110 | 101111 |
Color Harmonies of #07BDE8
Complementary color
Monochromatic Colors of #07BDE8
Black with #07BDE8
Text Example
Text Example
White with #07BDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BDE8; }
p { color: rgb(7,189,232); }
H1.HeaderClassName
{
color: #07BDE8;
}
.AnyTagClassName
{
color: #07BDE8;
}
</style>
background-color css
<style>
a { background-color: #07BDE8; }
a { background-color: rgb(7,189,232); }
div.DivClassName
{
background-color: #07BDE8;
}
.BgClassName
{
background-color: #07BDE8;
}
</style>
border-color css
<style>
span { border-color: #07BDE8; }
span { border-color: rgb(7,189,232); }
td.TdClassName
{
border-color: #07BDE8;
}
.TagClassName
{
border-color: #07BDE8;
}
</style>