Shades of Deep Sky Blue #08BCFD
Tints of Deep Sky Blue #08BCFD
RGB
CMYK
RGB Variations
Color information
#08BCFD (or 0x08BCFD) is known color: Deep Sky Blue. HEX triplet: 08, BC and FD. RGB value is (8,188,253). Sum of RGB (Red+Green+Blue) = 8+188+253=449 (59% of max value = 765). Red value is 8 (3.52% from 255 or 1.78% from 449); Green value is 188 (73.83% from 255 or 41.87% from 449); Blue value is 253 (99.22% from 255 or 56.35% from 449); Max value from RGB is 253 - color contains mainly: blue. Hex color #08BCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08BCFD is #F74302. Grayscale: #8D8D8D. Windows color (decimal): -16204547 or 16628744. OLE color: 16628744.
HSL color Cylindrical-coordinate representation of color #08BCFD: hue angle of 195.92º degrees, saturation: 0.98, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08BCFD is Cyan = 0.97, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 188 | 253 | - |
| CMYK | 0.97 | 0.26 | 0 | 0.01 |
| HSL | 195.92º | 0.98% | 0.51% | - |
| HSV(B) | 195.92º | 0.97% | 0.99% | - |
| XYZ | 35.81 | 43.11 | 99.36 | - |
| YUV | 141.59 | 190.87 | 32.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 188 | 253 | 0.97 | 0.26 | 0 | 0.01 | 195.92 | 0.98 | 0.51 |
| Hex | 8 | BC | FD | 61 | 1A | 0 | 1 | C4 | 62 | 33 |
| Octal | 10 | 274 | 375 | 141 | 32 | 0 | 1 | 304 | 142 | 63 |
| Binary | 1000 | 10111100 | 11111101 | 1100001 | 11010 | 0 | 1 | 11000100 | 1100010 | 110011 |
Color Harmonies of #08BCFD
Complementary color
Monochromatic Colors of #08BCFD
Black with #08BCFD
Text Example
Text Example
White with #08BCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08BCFD; }
p { color: rgb(8,188,253); }
H1.HeaderClassName
{
color: #08BCFD;
}
.AnyTagClassName
{
color: #08BCFD;
}
</style>
background-color css
<style>
a { background-color: #08BCFD; }
a { background-color: rgb(8,188,253); }
div.DivClassName
{
background-color: #08BCFD;
}
.BgClassName
{
background-color: #08BCFD;
}
</style>
border-color css
<style>
span { border-color: #08BCFD; }
span { border-color: rgb(8,188,253); }
td.TdClassName
{
border-color: #08BCFD;
}
.TagClassName
{
border-color: #08BCFD;
}
</style>