Shades of Deep Sky Blue #08DCFD
Tints of Deep Sky Blue #08DCFD
RGB
CMYK
RGB Variations
Color information
#08DCFD (or 0x08DCFD) is known color: Deep Sky Blue. HEX triplet: 08, DC and FD. RGB value is (8,220,253). Sum of RGB (Red+Green+Blue) = 8+220+253=481 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.66% from 481); Green value is 220 (86.33% from 255 or 45.74% from 481); Blue value is 253 (99.22% from 255 or 52.60% from 481); Max value from RGB is 253 - color contains mainly: blue. Hex color #08DCFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DCFD is #F72302. Grayscale: #A0A0A0. Windows color (decimal): -16196355 or 16636936. OLE color: 16636936.
HSL color Cylindrical-coordinate representation of color #08DCFD: hue angle of 188.08º 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 #08DCFD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 220 | 253 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 188.08º | 0.98% | 0.51% | - |
| HSV(B) | 188.08º | 0.97% | 0.99% | - |
| XYZ | 43.42 | 58.33 | 101.9 | - |
| YUV | 160.37 | 180.26 | 19.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 253 | 0.97 | 0.13 | 0 | 0.01 | 188.08 | 0.98 | 0.51 |
| Hex | 8 | DC | FD | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 10 | 334 | 375 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1000 | 11011100 | 11111101 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #08DCFD
Complementary color
Monochromatic Colors of #08DCFD
Black with #08DCFD
Text Example
Text Example
White with #08DCFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCFD; }
p { color: rgb(8,220,253); }
H1.HeaderClassName
{
color: #08DCFD;
}
.AnyTagClassName
{
color: #08DCFD;
}
</style>
background-color css
<style>
a { background-color: #08DCFD; }
a { background-color: rgb(8,220,253); }
div.DivClassName
{
background-color: #08DCFD;
}
.BgClassName
{
background-color: #08DCFD;
}
</style>
border-color css
<style>
span { border-color: #08DCFD; }
span { border-color: rgb(8,220,253); }
td.TdClassName
{
border-color: #08DCFD;
}
.TagClassName
{
border-color: #08DCFD;
}
</style>