Shades of Deep Sky Blue #06BDF6
Tints of Deep Sky Blue #06BDF6
RGB
CMYK
RGB Variations
Color information
#06BDF6 (or 0x06BDF6) is known color: Deep Sky Blue. HEX triplet: 06, BD and F6. RGB value is (6,189,246). Sum of RGB (Red+Green+Blue) = 6+189+246=441 (58% of max value = 765). Red value is 6 (2.73% from 255 or 1.36% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 246 (96.48% from 255 or 55.78% from 441); Max value from RGB is 246 - color contains mainly: blue. Hex color #06BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDF6 is #F94209. Grayscale: #8C8C8C. Windows color (decimal): -16335370 or 16170246. OLE color: 16170246.
HSL color Cylindrical-coordinate representation of color #06BDF6: hue angle of 194.25º degrees, saturation: 0.95, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BDF6 is Cyan = 0.98, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 6 | 189 | 246 | - |
| CMYK | 0.98 | 0.23 | 0 | 0.04 |
| HSL | 194.25º | 0.95% | 0.49% | - |
| HSV(B) | 194.25º | 0.98% | 0.96% | - |
| XYZ | 34.91 | 43.09 | 93.67 | - |
| YUV | 140.78 | 187.37 | 31.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 246 | 0.98 | 0.23 | 0 | 0.04 | 194.25 | 0.95 | 0.49 |
| Hex | 6 | BD | F6 | 62 | 17 | 0 | 4 | C2 | 5F | 31 |
| Octal | 6 | 275 | 366 | 142 | 27 | 0 | 4 | 302 | 137 | 61 |
| Binary | 110 | 10111101 | 11110110 | 1100010 | 10111 | 0 | 100 | 11000010 | 1011111 | 110001 |
Color Harmonies of #06BDF6
Complementary color
Monochromatic Colors of #06BDF6
Black with #06BDF6
Text Example
Text Example
White with #06BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDF6; }
p { color: rgb(6,189,246); }
H1.HeaderClassName
{
color: #06BDF6;
}
.AnyTagClassName
{
color: #06BDF6;
}
</style>
background-color css
<style>
a { background-color: #06BDF6; }
a { background-color: rgb(6,189,246); }
div.DivClassName
{
background-color: #06BDF6;
}
.BgClassName
{
background-color: #06BDF6;
}
</style>
border-color css
<style>
span { border-color: #06BDF6; }
span { border-color: rgb(6,189,246); }
td.TdClassName
{
border-color: #06BDF6;
}
.TagClassName
{
border-color: #06BDF6;
}
</style>