Shades of Deep Sky Blue #08DCFC
Tints of Deep Sky Blue #08DCFC
RGB
CMYK
RGB Variations
Color information
#08DCFC (or 0x08DCFC) is known color: Deep Sky Blue. HEX triplet: 08, DC and FC. RGB value is (8,220,252). Sum of RGB (Red+Green+Blue) = 8+220+252=480 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 480); Green value is 220 (86.33% from 255 or 45.83% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #08DCFC is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DCFC is #F72303. Grayscale: #9F9F9F. Windows color (decimal): -16196356 or 16571400. OLE color: 16571400.
HSL color Cylindrical-coordinate representation of color #08DCFC: hue angle of 187.87º 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 #08DCFC is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 220 | 252 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 187.87º | 0.98% | 0.51% | - |
| HSV(B) | 187.87º | 0.97% | 0.99% | - |
| XYZ | 43.26 | 58.27 | 101.06 | - |
| YUV | 160.26 | 179.76 | 19.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 220 | 252 | 0.97 | 0.13 | 0 | 0.01 | 187.87 | 0.98 | 0.51 |
| Hex | 8 | DC | FC | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 10 | 334 | 374 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1000 | 11011100 | 11111100 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #08DCFC
Complementary color
Monochromatic Colors of #08DCFC
Black with #08DCFC
Text Example
Text Example
White with #08DCFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DCFC; }
p { color: rgb(8,220,252); }
H1.HeaderClassName
{
color: #08DCFC;
}
.AnyTagClassName
{
color: #08DCFC;
}
</style>
background-color css
<style>
a { background-color: #08DCFC; }
a { background-color: rgb(8,220,252); }
div.DivClassName
{
background-color: #08DCFC;
}
.BgClassName
{
background-color: #08DCFC;
}
</style>
border-color css
<style>
span { border-color: #08DCFC; }
span { border-color: rgb(8,220,252); }
td.TdClassName
{
border-color: #08DCFC;
}
.TagClassName
{
border-color: #08DCFC;
}
</style>