Shades of Deep Sky Blue #06BDE7
Tints of Deep Sky Blue #06BDE7
RGB
CMYK
RGB Variations
Color information
#06BDE7 (or 0x06BDE7) is known color: Deep Sky Blue. HEX triplet: 06, BD and E7. RGB value is (6,189,231). Sum of RGB (Red+Green+Blue) = 6+189+231=426 (56% of max value = 765). Red value is 6 (2.73% from 255 or 1.41% from 426); Green value is 189 (74.22% from 255 or 44.37% from 426); Blue value is 231 (90.62% from 255 or 54.23% from 426); Max value from RGB is 231 - color contains mainly: blue. Hex color #06BDE7 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDE7 is #F94218. Grayscale: #8A8A8A. Windows color (decimal): -16335385 or 15187206. OLE color: 15187206.
HSL color Cylindrical-coordinate representation of color #06BDE7: hue angle of 191.2º degrees, saturation: 0.95, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #06BDE7 is Cyan = 0.97, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 6 | 189 | 231 | - |
| CMYK | 0.97 | 0.18 | 0 | 0.09 |
| HSL | 191.2º | 0.95% | 0.46% | - |
| HSV(B) | 191.2º | 0.97% | 0.91% | - |
| XYZ | 32.7 | 42.2 | 82.02 | - |
| YUV | 139.07 | 179.87 | 33.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 231 | 0.97 | 0.18 | 0 | 0.09 | 191.2 | 0.95 | 0.46 |
| Hex | 6 | BD | E7 | 61 | 12 | 0 | 9 | BF | 5F | 2E |
| Octal | 6 | 275 | 347 | 141 | 22 | 0 | 11 | 277 | 137 | 56 |
| Binary | 110 | 10111101 | 11100111 | 1100001 | 10010 | 0 | 1001 | 10111111 | 1011111 | 101110 |
Color Harmonies of #06BDE7
Complementary color
Monochromatic Colors of #06BDE7
Black with #06BDE7
Text Example
Text Example
White with #06BDE7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDE7; }
p { color: rgb(6,189,231); }
H1.HeaderClassName
{
color: #06BDE7;
}
.AnyTagClassName
{
color: #06BDE7;
}
</style>
background-color css
<style>
a { background-color: #06BDE7; }
a { background-color: rgb(6,189,231); }
div.DivClassName
{
background-color: #06BDE7;
}
.BgClassName
{
background-color: #06BDE7;
}
</style>
border-color css
<style>
span { border-color: #06BDE7; }
span { border-color: rgb(6,189,231); }
td.TdClassName
{
border-color: #06BDE7;
}
.TagClassName
{
border-color: #06BDE7;
}
</style>