Shades of Deep Sky Blue #06BCFC
Tints of Deep Sky Blue #06BCFC
RGB
CMYK
RGB Variations
Color information
#06BCFC (or 0x06BCFC) is known color: Deep Sky Blue. HEX triplet: 06, BC and FC. RGB value is (6,188,252). Sum of RGB (Red+Green+Blue) = 6+188+252=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 252 (98.83% from 255 or 56.50% from 446); Max value from RGB is 252 - color contains mainly: blue. Hex color #06BCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BCFC is #F94303. Grayscale: #8C8C8C. Windows color (decimal): -16335620 or 16563206. OLE color: 16563206.
HSL color Cylindrical-coordinate representation of color #06BCFC: hue angle of 195.61º 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 #06BCFC is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 188 | 252 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.01 |
| HSL | 195.61º | 0.98% | 0.51% | - |
| HSV(B) | 195.61º | 0.98% | 0.99% | - |
| XYZ | 35.63 | 43.03 | 98.52 | - |
| YUV | 140.88 | 190.7 | 31.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 188 | 252 | 0.98 | 0.25 | 0 | 0.01 | 195.61 | 0.98 | 0.51 |
| Hex | 6 | BC | FC | 62 | 19 | 0 | 1 | C4 | 62 | 33 |
| Octal | 6 | 274 | 374 | 142 | 31 | 0 | 1 | 304 | 142 | 63 |
| Binary | 110 | 10111100 | 11111100 | 1100010 | 11001 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #06BCFC
Complementary color
Monochromatic Colors of #06BCFC
Black with #06BCFC
Text Example
Text Example
White with #06BCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BCFC; }
p { color: rgb(6,188,252); }
H1.HeaderClassName
{
color: #06BCFC;
}
.AnyTagClassName
{
color: #06BCFC;
}
</style>
background-color css
<style>
a { background-color: #06BCFC; }
a { background-color: rgb(6,188,252); }
div.DivClassName
{
background-color: #06BCFC;
}
.BgClassName
{
background-color: #06BCFC;
}
</style>
border-color css
<style>
span { border-color: #06BCFC; }
span { border-color: rgb(6,188,252); }
td.TdClassName
{
border-color: #06BCFC;
}
.TagClassName
{
border-color: #06BCFC;
}
</style>