Shades of Deep Sky Blue #06BDFF
Tints of Deep Sky Blue #06BDFF
RGB
CMYK
RGB Variations
Color information
#06BDFF (or 0x06BDFF) is known color: Deep Sky Blue. HEX triplet: 06, BD and FF. RGB value is (6,189,255). Sum of RGB (Red+Green+Blue) = 6+189+255=450 (59% of max value = 765). Red value is 6 (2.73% from 255 or 1.33% from 450); Green value is 189 (74.22% from 255 or 42% from 450); Blue value is 255 (100% from 255 or 56.67% from 450); Max value from RGB is 255 - color contains mainly: blue. Hex color #06BDFF is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #06BDFF is #F94200. Grayscale: #8D8D8D. Windows color (decimal): -16335361 or 16760070. OLE color: 16760070.
HSL color Cylindrical-coordinate representation of color #06BDFF: hue angle of 195.9º degrees, saturation: 1, lightness: 0.51%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #06BDFF is Cyan = 0.98, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 6 | 189 | 255 | - |
| CMYK | 0.98 | 0.26 | 0 | 0 |
| HSL | 195.9º | 1% | 0.51% | - |
| HSV(B) | 195.9º | 0.98% | 1% | - |
| XYZ | 36.32 | 43.65 | 101.12 | - |
| YUV | 141.81 | 191.87 | 31.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 6 | 189 | 255 | 0.98 | 0.26 | 0 | 0 | 195.9 | 1 | 0.51 |
| Hex | 6 | BD | FF | 62 | 1A | 0 | 0 | C4 | 64 | 33 |
| Octal | 6 | 275 | 377 | 142 | 32 | 0 | 0 | 304 | 144 | 63 |
| Binary | 110 | 10111101 | 11111111 | 1100010 | 11010 | 0 | 0 | 11000100 | 1100100 | 110011 |
Color Harmonies of #06BDFF
Complementary color
Monochromatic Colors of #06BDFF
Black with #06BDFF
Text Example
Text Example
White with #06BDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #06BDFF; }
p { color: rgb(6,189,255); }
H1.HeaderClassName
{
color: #06BDFF;
}
.AnyTagClassName
{
color: #06BDFF;
}
</style>
background-color css
<style>
a { background-color: #06BDFF; }
a { background-color: rgb(6,189,255); }
div.DivClassName
{
background-color: #06BDFF;
}
.BgClassName
{
background-color: #06BDFF;
}
</style>
border-color css
<style>
span { border-color: #06BDFF; }
span { border-color: rgb(6,189,255); }
td.TdClassName
{
border-color: #06BDFF;
}
.TagClassName
{
border-color: #06BDFF;
}
</style>