Shades of Deep Sky Blue #06BCFD
Tints of Deep Sky Blue #06BCFD
RGB
CMYK
RGB Variations
Color information
#06BCFD (or 0x06BCFD) is known color: Deep Sky Blue. HEX triplet: 06, BC and FD. RGB value is (6,188,253). Sum of RGB (Red+Green+Blue) = 6+188+253=447 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 447); Green value is 188 (73.83% from 255 or 42.06% from 447); Blue value is 253 (99.22% from 255 or 56.60% from 447); Max value from RGB is 253 - color contains mainly: blue. Hex color #06BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCFD is #F94302. Grayscale: #8C8C8C. Windows color (decimal): -16335619 or 16628742. OLE color: 16628742.
HSL color Cylindrical-coordinate representation of color #06BCFD: hue angle of 195.79º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BCFD is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 188 | 253 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.01 |
| HSL | 195.79º | 0.98% | 0.51% | - |
| HSV(B) | 195.79º | 0.98% | 0.99% | - |
| XYZ | 35.79 | 43.1 | 99.36 | - |
| YUV | 140.99 | 191.2 | 31.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 253 | 0.98 | 0.26 | 0 | 0.01 | 195.79 | 0.98 | 0.51 |
| Hex | 6 | BC | FD | 62 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 6 | 274 | 375 | 142 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 110 | 10111100 | 11111101 | 1100010 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #06BCFD
Complementary color
Monochromatic Colors of #06BCFD
Black with #06BCFD
Text Example
Text Example
White with #06BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCFD; }
p { color: rgb(6,188,253); }
H1.HeaderClassName
{
color: #06BCFD;
}
.AnyTagClassName
{
color: #06BCFD;
}
</style>
background-color css
<style>
a { background-color: #06BCFD; }
a { background-color: rgb(6,188,253); }
div.DivClassName
{
background-color: #06BCFD;
}
.BgClassName
{
background-color: #06BCFD;
}
</style>
border-color css
<style>
span { border-color: #06BCFD; }
span { border-color: rgb(6,188,253); }
td.TdClassName
{
border-color: #06BCFD;
}
.TagClassName
{
border-color: #06BCFD;
}
</style>