Shades of Deep Sky Blue #08DBFD
Tints of Deep Sky Blue #08DBFD
RGB
CMYK
RGB Variations
Color information
#08DBFD (or 0x08DBFD) is known color: Deep Sky Blue. HEX triplet: 08, DB and FD. RGB value is (8,219,253). Sum of RGB (Red+Green+Blue) = 8+219+253=480 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 480); Green value is 219 (85.94% from 255 or 45.62% from 480); Blue value is 253 (99.22% from 255 or 52.71% from 480); Max value from RGB is 253 - color contains mainly: blue. Hex color #08DBFD is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DBFD is #F72402. Grayscale: #9F9F9F. Windows color (decimal): -16196611 or 16636680. OLE color: 16636680.
HSL color Cylindrical-coordinate representation of color #08DBFD: hue angle of 188.33º 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 #08DBFD is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 8 | 219 | 253 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.01 |
| HSL | 188.33º | 0.98% | 0.51% | - |
| HSV(B) | 188.33º | 0.97% | 0.99% | - |
| XYZ | 43.16 | 57.81 | 101.81 | - |
| YUV | 159.79 | 180.6 | 19.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 253 | 0.97 | 0.13 | 0 | 0.01 | 188.33 | 0.98 | 0.51 |
| Hex | 8 | DB | FD | 61 | D | 0 | 1 | BC | 62 | 33 |
| Octal | 10 | 333 | 375 | 141 | 15 | 0 | 1 | 274 | 142 | 63 |
| Binary | 1000 | 11011011 | 11111101 | 1100001 | 1101 | 0 | 1 | 10111100 | 1100010 | 110011 |
Color Harmonies of #08DBFD
Complementary color
Monochromatic Colors of #08DBFD
Black with #08DBFD
Text Example
Text Example
White with #08DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBFD; }
p { color: rgb(8,219,253); }
H1.HeaderClassName
{
color: #08DBFD;
}
.AnyTagClassName
{
color: #08DBFD;
}
</style>
background-color css
<style>
a { background-color: #08DBFD; }
a { background-color: rgb(8,219,253); }
div.DivClassName
{
background-color: #08DBFD;
}
.BgClassName
{
background-color: #08DBFD;
}
</style>
border-color css
<style>
span { border-color: #08DBFD; }
span { border-color: rgb(8,219,253); }
td.TdClassName
{
border-color: #08DBFD;
}
.TagClassName
{
border-color: #08DBFD;
}
</style>