Shades of Deep Sky Blue #06BFF0
Tints of Deep Sky Blue #06BFF0
RGB
CMYK
RGB Variations
Color information
#06BFF0 (or 0x06BFF0) is known color: Deep Sky Blue. HEX triplet: 06, BF and F0. RGB value is (6,191,240). Sum of RGB (Red+Green+Blue) = 6+191+240=437 (57% of max value = 765). Red value is 6 (2.73% from 255 or 1.37% from 437); Green value is 191 (75% from 255 or 43.71% from 437); Blue value is 240 (94.14% from 255 or 54.92% from 437); Max value from RGB is 240 - color contains mainly: blue. Hex color #06BFF0 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFF0 is #F9400F. Grayscale: #8C8C8C. Windows color (decimal): -16334864 or 15777542. OLE color: 15777542.
HSL color Cylindrical-coordinate representation of color #06BFF0: hue angle of 192.56º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BFF0 is Cyan = 0.98, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 6 | 191 | 240 | - |
| CMYK | 0.98 | 0.20 | 0 | 0.06 |
| HSL | 192.56º | 0.95% | 0.48% | - |
| HSV(B) | 192.56º | 0.98% | 0.94% | - |
| XYZ | 34.43 | 43.59 | 89.04 | - |
| YUV | 141.27 | 183.71 | 31.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 240 | 0.98 | 0.20 | 0 | 0.06 | 192.56 | 0.95 | 0.48 |
| Hex | 6 | BF | F0 | 62 | 14 | 0 | 6 | C1 | 5F | 30 |
| Octal | 6 | 277 | 360 | 142 | 24 | 0 | 6 | 301 | 137 | 60 |
| Binary | 110 | 10111111 | 11110000 | 1100010 | 10100 | 0 | 110 | 11000001 | 1011111 | 110000 |
Color Harmonies of #06BFF0
Complementary color
Monochromatic Colors of #06BFF0
Black with #06BFF0
Text Example
Text Example
White with #06BFF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFF0; }
p { color: rgb(6,191,240); }
H1.HeaderClassName
{
color: #06BFF0;
}
.AnyTagClassName
{
color: #06BFF0;
}
</style>
background-color css
<style>
a { background-color: #06BFF0; }
a { background-color: rgb(6,191,240); }
div.DivClassName
{
background-color: #06BFF0;
}
.BgClassName
{
background-color: #06BFF0;
}
</style>
border-color css
<style>
span { border-color: #06BFF0; }
span { border-color: rgb(6,191,240); }
td.TdClassName
{
border-color: #06BFF0;
}
.TagClassName
{
border-color: #06BFF0;
}
</style>