Shades of Deep Sky Blue #06BDFE
Tints of Deep Sky Blue #06BDFE
RGB
CMYK
RGB Variations
Color information
#06BDFE (or 0x06BDFE) is known color: Deep Sky Blue. HEX triplet: 06, BD and FE. RGB value is (6,189,254). Sum of RGB (Red+Green+Blue) = 6+189+254=449 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.34% from 449); Green value is 189 (74.22% from 255 or 42.09% from 449); Blue value is 254 (99.61% from 255 or 56.57% from 449); Max value from RGB is 254 - color contains mainly: blue. Hex color #06BDFE is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDFE is #F94201. Grayscale: #8D8D8D. Windows color (decimal): -16335362 or 16694534. OLE color: 16694534.
HSL color Cylindrical-coordinate representation of color #06BDFE: hue angle of 195.73º degrees, saturation: 0.99, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BDFE is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 6 | 189 | 254 | - |
| CMYK | 0.98 | 0.26 | 0 | 0.00 |
| HSL | 195.73º | 0.99% | 0.51% | - |
| HSV(B) | 195.73º | 0.98% | 1% | - |
| XYZ | 36.16 | 43.59 | 100.27 | - |
| YUV | 141.69 | 191.37 | 31.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 254 | 0.98 | 0.26 | 0 | 0.00 | 195.73 | 0.99 | 0.51 |
| Hex | 6 | BD | FE | 62 | 1A | 0 | 0 | C4 | 63 | 33 |
| Octal | 6 | 275 | 376 | 142 | 32 | 0 | 0 | 304 | 143 | 63 |
| Binary | 110 | 10111101 | 11111110 | 1100010 | 11010 | 0 | 0 | 11000100 | 1100011 | 110011 |
Color Harmonies of #06BDFE
Complementary color
Monochromatic Colors of #06BDFE
Black with #06BDFE
Text Example
Text Example
White with #06BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDFE; }
p { color: rgb(6,189,254); }
H1.HeaderClassName
{
color: #06BDFE;
}
.AnyTagClassName
{
color: #06BDFE;
}
</style>
background-color css
<style>
a { background-color: #06BDFE; }
a { background-color: rgb(6,189,254); }
div.DivClassName
{
background-color: #06BDFE;
}
.BgClassName
{
background-color: #06BDFE;
}
</style>
border-color css
<style>
span { border-color: #06BDFE; }
span { border-color: rgb(6,189,254); }
td.TdClassName
{
border-color: #06BDFE;
}
.TagClassName
{
border-color: #06BDFE;
}
</style>