Shades of Deep Sky Blue #06BFFD
Tints of Deep Sky Blue #06BFFD
RGB
CMYK
RGB Variations
Color information
#06BFFD (or 0x06BFFD) is known color: Deep Sky Blue. HEX triplet: 06, BF and FD. RGB value is (6,191,253). Sum of RGB (Red+Green+Blue) = 6+191+253=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 191 (75% from 255 or 42.44% from 450); Blue value is 253 (99.22% from 255 or 56.22% from 450); Max value from RGB is 253 - color contains mainly: blue. Hex color #06BFFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BFFD is #F94002. Grayscale: #8E8E8E. Windows color (decimal): -16334851 or 16629510. OLE color: 16629510.
HSL color Cylindrical-coordinate representation of color #06BFFD: hue angle of 195.06º 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 #06BFFD is Cyan = 0.98, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 191 | 253 | - |
| CMYK | 0.98 | 0.25 | 0 | 0.01 |
| HSL | 195.06º | 0.98% | 0.51% | - |
| HSV(B) | 195.06º | 0.98% | 0.99% | - |
| XYZ | 36.44 | 44.39 | 99.58 | - |
| YUV | 142.75 | 190.21 | 30.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 191 | 253 | 0.98 | 0.25 | 0 | 0.01 | 195.06 | 0.98 | 0.51 |
| Hex | 6 | BF | FD | 62 | 19 | 0 | 1 | C3 | 62 | 33 |
| Octal | 6 | 277 | 375 | 142 | 31 | 0 | 1 | 303 | 142 | 63 |
| Binary | 110 | 10111111 | 11111101 | 1100010 | 11001 | 0 | 1 | 11000011 | 1100010 | 110011 |
Color Harmonies of #06BFFD
Complementary color
Monochromatic Colors of #06BFFD
Black with #06BFFD
Text Example
Text Example
White with #06BFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BFFD; }
p { color: rgb(6,191,253); }
H1.HeaderClassName
{
color: #06BFFD;
}
.AnyTagClassName
{
color: #06BFFD;
}
</style>
background-color css
<style>
a { background-color: #06BFFD; }
a { background-color: rgb(6,191,253); }
div.DivClassName
{
background-color: #06BFFD;
}
.BgClassName
{
background-color: #06BFFD;
}
</style>
border-color css
<style>
span { border-color: #06BFFD; }
span { border-color: rgb(6,191,253); }
td.TdClassName
{
border-color: #06BFFD;
}
.TagClassName
{
border-color: #06BFFD;
}
</style>