Shades of Deep Sky Blue #08BDF6
Tints of Deep Sky Blue #08BDF6
RGB
CMYK
RGB Variations
Color information
#08BDF6 (or 0x08BDF6) is known color: Deep Sky Blue. HEX triplet: 08, BD and F6. RGB value is (8,189,246). Sum of RGB (Red+Green+Blue) = 8+189+246=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 189 (74.22% from 255 or 42.66% from 443); Blue value is 246 (96.48% from 255 or 55.53% from 443); Max value from RGB is 246 - color contains mainly: blue. Hex color #08BDF6 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BDF6 is #F74209. Grayscale: #8C8C8C. Windows color (decimal): -16204298 or 16170248. OLE color: 16170248.
HSL color Cylindrical-coordinate representation of color #08BDF6: hue angle of 194.37º degrees, saturation: 0.94, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BDF6 is Cyan = 0.97, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 8 | 189 | 246 | - |
| CMYK | 0.97 | 0.23 | 0 | 0.04 |
| HSL | 194.37º | 0.94% | 0.5% | - |
| HSV(B) | 194.37º | 0.97% | 0.96% | - |
| XYZ | 34.93 | 43.1 | 93.67 | - |
| YUV | 141.38 | 187.03 | 32.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 189 | 246 | 0.97 | 0.23 | 0 | 0.04 | 194.37 | 0.94 | 0.5 |
| Hex | 8 | BD | F6 | 61 | 17 | 0 | 4 | C2 | 5E | 32 |
| Octal | 10 | 275 | 366 | 141 | 27 | 0 | 4 | 302 | 136 | 62 |
| Binary | 1000 | 10111101 | 11110110 | 1100001 | 10111 | 0 | 100 | 11000010 | 1011110 | 110010 |
Color Harmonies of #08BDF6
Complementary color
Monochromatic Colors of #08BDF6
Black with #08BDF6
Text Example
Text Example
White with #08BDF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BDF6; }
p { color: rgb(8,189,246); }
H1.HeaderClassName
{
color: #08BDF6;
}
.AnyTagClassName
{
color: #08BDF6;
}
</style>
background-color css
<style>
a { background-color: #08BDF6; }
a { background-color: rgb(8,189,246); }
div.DivClassName
{
background-color: #08BDF6;
}
.BgClassName
{
background-color: #08BDF6;
}
</style>
border-color css
<style>
span { border-color: #08BDF6; }
span { border-color: rgb(8,189,246); }
td.TdClassName
{
border-color: #08BDF6;
}
.TagClassName
{
border-color: #08BDF6;
}
</style>