Shades of Deep Sky Blue #08DBFB
Tints of Deep Sky Blue #08DBFB
RGB
CMYK
RGB Variations
Color information
#08DBFB (or 0x08DBFB) is known color: Deep Sky Blue. HEX triplet: 08, DB and FB. RGB value is (8,219,251). Sum of RGB (Red+Green+Blue) = 8+219+251=478 (63% of max value = 765). Red value is 8 (3.52% from 255 or 1.67% from 478); Green value is 219 (85.94% from 255 or 45.82% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #08DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #08DBFB is #F72404. Grayscale: #9F9F9F. Windows color (decimal): -16196613 or 16505608. OLE color: 16505608.
HSL color Cylindrical-coordinate representation of color #08DBFB: hue angle of 187.9º degrees, saturation: 0.97, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #08DBFB is Cyan = 0.97, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 8 | 219 | 251 | - |
| CMYK | 0.97 | 0.13 | 0 | 0.02 |
| HSL | 187.9º | 0.97% | 0.51% | - |
| HSV(B) | 187.9º | 0.97% | 0.98% | - |
| XYZ | 42.84 | 57.68 | 100.14 | - |
| YUV | 159.56 | 179.6 | 19.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 8 | 219 | 251 | 0.97 | 0.13 | 0 | 0.02 | 187.9 | 0.97 | 0.51 |
| Hex | 8 | DB | FB | 61 | D | 0 | 2 | BC | 61 | 33 |
| Octal | 10 | 333 | 373 | 141 | 15 | 0 | 2 | 274 | 141 | 63 |
| Binary | 1000 | 11011011 | 11111011 | 1100001 | 1101 | 0 | 10 | 10111100 | 1100001 | 110011 |
Color Harmonies of #08DBFB
Complementary color
Monochromatic Colors of #08DBFB
Black with #08DBFB
Text Example
Text Example
White with #08DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #08DBFB; }
p { color: rgb(8,219,251); }
H1.HeaderClassName
{
color: #08DBFB;
}
.AnyTagClassName
{
color: #08DBFB;
}
</style>
background-color css
<style>
a { background-color: #08DBFB; }
a { background-color: rgb(8,219,251); }
div.DivClassName
{
background-color: #08DBFB;
}
.BgClassName
{
background-color: #08DBFB;
}
</style>
border-color css
<style>
span { border-color: #08DBFB; }
span { border-color: rgb(8,219,251); }
td.TdClassName
{
border-color: #08DBFB;
}
.TagClassName
{
border-color: #08DBFB;
}
</style>