Shades of Deep Sky Blue #15DBFB
Tints of Deep Sky Blue #15DBFB
RGB
CMYK
RGB Variations
Color information
#15DBFB (or 0x15DBFB) is known color: Deep Sky Blue. HEX triplet: 15, DB and FB. RGB value is (21,219,251). Sum of RGB (Red+Green+Blue) = 21+219+251=491 (65% of max value = 765). Red value is 21 (8.59% from 255 or 4.28% from 491); Green value is 219 (85.94% from 255 or 44.60% from 491); Blue value is 251 (98.44% from 255 or 51.12% from 491); Max value from RGB is 251 - color contains mainly: blue. Hex color #15DBFB is not a web safe color. Web safe color analog (approx): #00CCFF. Inversed color of #15DBFB is #EA2404. Grayscale: #A3A3A3. Windows color (decimal): -15344645 or 16505621. OLE color: 16505621.
HSL color Cylindrical-coordinate representation of color #15DBFB: hue angle of 188.35º degrees, saturation: 0.97, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #15DBFB is Cyan = 0.92, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 21 | 219 | 251 | - |
| CMYK | 0.92 | 0.13 | 0 | 0.02 |
| HSL | 188.35º | 0.97% | 0.53% | - |
| HSV(B) | 188.35º | 0.92% | 0.98% | - |
| XYZ | 43.05 | 57.79 | 100.15 | - |
| YUV | 163.45 | 177.4 | 26.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 21 | 219 | 251 | 0.92 | 0.13 | 0 | 0.02 | 188.35 | 0.97 | 0.53 |
| Hex | 15 | DB | FB | 5C | D | 0 | 2 | BC | 61 | 35 |
| Octal | 25 | 333 | 373 | 134 | 15 | 0 | 2 | 274 | 141 | 65 |
| Binary | 10101 | 11011011 | 11111011 | 1011100 | 1101 | 0 | 10 | 10111100 | 1100001 | 110101 |
Color Harmonies of #15DBFB
Complementary color
Monochromatic Colors of #15DBFB
Black with #15DBFB
Text Example
Text Example
White with #15DBFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #15DBFB; }
p { color: rgb(21,219,251); }
H1.HeaderClassName
{
color: #15DBFB;
}
.AnyTagClassName
{
color: #15DBFB;
}
</style>
background-color css
<style>
a { background-color: #15DBFB; }
a { background-color: rgb(21,219,251); }
div.DivClassName
{
background-color: #15DBFB;
}
.BgClassName
{
background-color: #15DBFB;
}
</style>
border-color css
<style>
span { border-color: #15DBFB; }
span { border-color: rgb(21,219,251); }
td.TdClassName
{
border-color: #15DBFB;
}
.TagClassName
{
border-color: #15DBFB;
}
</style>