Shades of Deep Sky Blue #07BBED
Tints of Deep Sky Blue #07BBED
RGB
CMYK
RGB Variations
Color information
#07BBED (or 0x07BBED) is known color: Deep Sky Blue. HEX triplet: 07, BB and ED. RGB value is (7,187,237). Sum of RGB (Red+Green+Blue) = 7+187+237=431 (57% of max value = 765). Red value is 7 (3.12% from 255 or 1.62% from 431); Green value is 187 (73.44% from 255 or 43.39% from 431); Blue value is 237 (92.97% from 255 or 54.99% from 431); Max value from RGB is 237 - color contains mainly: blue. Hex color #07BBED is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #07BBED is #F84412. Grayscale: #8A8A8A. Windows color (decimal): -16270355 or 15579911. OLE color: 15579911.
HSL color Cylindrical-coordinate representation of color #07BBED: hue angle of 193.04º degrees, saturation: 0.94, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #07BBED is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 7 | 187 | 237 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.07 |
| HSL | 193.04º | 0.94% | 0.48% | - |
| HSV(B) | 193.04º | 0.97% | 0.93% | - |
| XYZ | 33.14 | 41.7 | 86.42 | - |
| YUV | 138.88 | 183.37 | 33.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 7 | 187 | 237 | 0.97 | 0.21 | 0 | 0.07 | 193.04 | 0.94 | 0.48 |
| Hex | 7 | BB | ED | 61 | 15 | 0 | 7 | C1 | 5E | 30 |
| Octal | 7 | 273 | 355 | 141 | 25 | 0 | 7 | 301 | 136 | 60 |
| Binary | 111 | 10111011 | 11101101 | 1100001 | 10101 | 0 | 111 | 11000001 | 1011110 | 110000 |
Color Harmonies of #07BBED
Complementary color
Monochromatic Colors of #07BBED
Black with #07BBED
Text Example
Text Example
White with #07BBED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #07BBED; }
p { color: rgb(7,187,237); }
H1.HeaderClassName
{
color: #07BBED;
}
.AnyTagClassName
{
color: #07BBED;
}
</style>
background-color css
<style>
a { background-color: #07BBED; }
a { background-color: rgb(7,187,237); }
div.DivClassName
{
background-color: #07BBED;
}
.BgClassName
{
background-color: #07BBED;
}
</style>
border-color css
<style>
span { border-color: #07BBED; }
span { border-color: rgb(7,187,237); }
td.TdClassName
{
border-color: #07BBED;
}
.TagClassName
{
border-color: #07BBED;
}
</style>