Shades of Deep Sky Blue #08C0F3
Tints of Deep Sky Blue #08C0F3
RGB
CMYK
RGB Variations
Color information
#08C0F3 (or 0x08C0F3) is known color: Deep Sky Blue. HEX triplet: 08, C0 and F3. RGB value is (8,192,243). Sum of RGB (Red+Green+Blue) = 8+192+243=443 (58% of max value = 765). Red value is 8 (3.52% from 255 or 1.81% from 443); Green value is 192 (75.39% from 255 or 43.34% from 443); Blue value is 243 (95.31% from 255 or 54.85% from 443); Max value from RGB is 243 - color contains mainly: blue. Hex color #08C0F3 is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08C0F3 is #F73F0C. Grayscale: #8E8E8E. Windows color (decimal): -16203533 or 15974408. OLE color: 15974408.
HSL color Cylindrical-coordinate representation of color #08C0F3: hue angle of 193.02º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08C0F3 is Cyan = 0.97, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 8 | 192 | 243 | - |
| CMYK | 0.97 | 0.21 | 0 | 0.05 |
| HSL | 193.02º | 0.94% | 0.49% | - |
| HSV(B) | 193.02º | 0.97% | 0.95% | - |
| XYZ | 35.13 | 44.22 | 91.48 | - |
| YUV | 142.8 | 184.54 | 31.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 192 | 243 | 0.97 | 0.21 | 0 | 0.05 | 193.02 | 0.94 | 0.49 |
| Hex | 8 | C0 | F3 | 61 | 15 | 0 | 5 | C1 | 5E | 31 |
| Octal | 10 | 300 | 363 | 141 | 25 | 0 | 5 | 301 | 136 | 61 |
| Binary | 1000 | 11000000 | 11110011 | 1100001 | 10101 | 0 | 101 | 11000001 | 1011110 | 110001 |
Color Harmonies of #08C0F3
Complementary color
Monochromatic Colors of #08C0F3
Black with #08C0F3
Text Example
Text Example
White with #08C0F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08C0F3; }
p { color: rgb(8,192,243); }
H1.HeaderClassName
{
color: #08C0F3;
}
.AnyTagClassName
{
color: #08C0F3;
}
</style>
background-color css
<style>
a { background-color: #08C0F3; }
a { background-color: rgb(8,192,243); }
div.DivClassName
{
background-color: #08C0F3;
}
.BgClassName
{
background-color: #08C0F3;
}
</style>
border-color css
<style>
span { border-color: #08C0F3; }
span { border-color: rgb(8,192,243); }
td.TdClassName
{
border-color: #08C0F3;
}
.TagClassName
{
border-color: #08C0F3;
}
</style>