Shades of Deep Sky Blue #06BBFD
Tints of Deep Sky Blue #06BBFD
RGB
CMYK
RGB Variations
Color information
#06BBFD (or 0x06BBFD) is known color: Deep Sky Blue. HEX triplet: 06, BB and FD. RGB value is (6,187,253). Sum of RGB (Red+Green+Blue) = 6+187+253=446 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.35% from 446); Green value is 187 (73.44% from 255 or 41.93% from 446); Blue value is 253 (99.22% from 255 or 56.73% from 446); Max value from RGB is 253 - color contains mainly: blue. Hex color #06BBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BBFD is #F94402. Grayscale: #8B8B8B. Windows color (decimal): -16335875 or 16628486. OLE color: 16628486.
HSL color Cylindrical-coordinate representation of color #06BBFD: hue angle of 196.03º 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 #06BBFD is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 6 | 187 | 253 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.01 |
| HSL | 196.03º | 0.98% | 0.51% | - |
| HSV(B) | 196.03º | 0.98% | 0.99% | - |
| XYZ | 35.58 | 42.67 | 99.29 | - |
| YUV | 140.41 | 191.53 | 32.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 187 | 253 | 0.98 | 0.26 | 0 | 0.01 | 196.03 | 0.98 | 0.51 |
| Hex | 6 | BB | FD | 62 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 6 | 273 | 375 | 142 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 110 | 10111011 | 11111101 | 1100010 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #06BBFD
Complementary color
Monochromatic Colors of #06BBFD
Black with #06BBFD
Text Example
Text Example
White with #06BBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BBFD; }
p { color: rgb(6,187,253); }
H1.HeaderClassName
{
color: #06BBFD;
}
.AnyTagClassName
{
color: #06BBFD;
}
</style>
background-color css
<style>
a { background-color: #06BBFD; }
a { background-color: rgb(6,187,253); }
div.DivClassName
{
background-color: #06BBFD;
}
.BgClassName
{
background-color: #06BBFD;
}
</style>
border-color css
<style>
span { border-color: #06BBFD; }
span { border-color: rgb(6,187,253); }
td.TdClassName
{
border-color: #06BBFD;
}
.TagClassName
{
border-color: #06BBFD;
}
</style>