Shades of Deep Sky Blue #00D6FB
Tints of Deep Sky Blue #00D6FB
RGB
CMYK
RGB Variations
Color information
#00D6FB (or 0x00D6FB) is known color: Deep Sky Blue. HEX triplet: 00, D6 and FB. RGB value is (0,214,251). Sum of RGB (Red+Green+Blue) = 0+214+251=465 (61% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 465); Green value is 214 (83.98% from 255 or 46.02% from 465); Blue value is 251 (98.44% from 255 or 53.98% from 465); Max value from RGB is 251 - color contains mainly: blue. Hex color #00D6FB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #00D6FB is #FF2904. Grayscale: #999999. Windows color (decimal): -16722181 or 16504320. OLE color: 16504320.
HSL color Cylindrical-coordinate representation of color #00D6FB: hue angle of 188.84º degrees, saturation: 1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00D6FB is Cyan = 1, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 0 | 214 | 251 | - |
| CMYK | 1 | 0.15 | 0 | 0.02 |
| HSL | 188.84º | 1% | 0.49% | - |
| HSV(B) | 188.84º | 1% | 0.98% | - |
| XYZ | 41.46 | 55.06 | 99.71 | - |
| YUV | 154.23 | 182.6 | 17.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 0 | 214 | 251 | 1 | 0.15 | 0 | 0.02 | 188.84 | 1 | 0.49 |
| Hex | 0 | D6 | FB | 64 | F | 0 | 2 | BD | 64 | 31 |
| Octal | 0 | 326 | 373 | 144 | 17 | 0 | 2 | 275 | 144 | 61 |
| Binary | 0 | 11010110 | 11111011 | 1100100 | 1111 | 0 | 10 | 10111101 | 1100100 | 110001 |
Color Harmonies of #00D6FB
Complementary color
Monochromatic Colors of #00D6FB
Black with #00D6FB
Text Example
Text Example
White with #00D6FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #00D6FB; }
p { color: rgb(0,214,251); }
H1.HeaderClassName
{
color: #00D6FB;
}
.AnyTagClassName
{
color: #00D6FB;
}
</style>
background-color css
<style>
a { background-color: #00D6FB; }
a { background-color: rgb(0,214,251); }
div.DivClassName
{
background-color: #00D6FB;
}
.BgClassName
{
background-color: #00D6FB;
}
</style>
border-color css
<style>
span { border-color: #00D6FB; }
span { border-color: rgb(0,214,251); }
td.TdClassName
{
border-color: #00D6FB;
}
.TagClassName
{
border-color: #00D6FB;
}
</style>