Shades of Deep Sky Blue #25DBFD
Tints of Deep Sky Blue #25DBFD
RGB
CMYK
RGB Variations
Color information
#25DBFD (or 0x25DBFD) is known color: Deep Sky Blue. HEX triplet: 25, DB and FD. RGB value is (37,219,253). Sum of RGB (Red+Green+Blue) = 37+219+253=509 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.27% from 509); Green value is 219 (85.94% from 255 or 43.03% from 509); Blue value is 253 (99.22% from 255 or 49.71% from 509); Max value from RGB is 253 - color contains mainly: blue. Hex color #25DBFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBFD is #DA2402. Grayscale: #A8A8A8. Windows color (decimal): -14296067 or 16636709. OLE color: 16636709.
HSL color Cylindrical-coordinate representation of color #25DBFD: hue angle of 189.44º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DBFD is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 219 | 253 | - |
| CMYK | 0.85 | 0.13 | 0 | 0.01 |
| HSL | 189.44º | 0.98% | 0.57% | - |
| HSV(B) | 189.44º | 0.85% | 0.99% | - |
| XYZ | 43.82 | 58.15 | 101.84 | - |
| YUV | 168.46 | 175.7 | 34.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 253 | 0.85 | 0.13 | 0 | 0.01 | 189.44 | 0.98 | 0.57 |
| Hex | 25 | DB | FD | 55 | D | 0 | 1 | BD | 62 | 39 |
| Octal | 45 | 333 | 375 | 125 | 15 | 0 | 1 | 275 | 142 | 71 |
| Binary | 100101 | 11011011 | 11111101 | 1010101 | 1101 | 0 | 1 | 10111101 | 1100010 | 111001 |
Color Harmonies of #25DBFD
Complementary color
Monochromatic Colors of #25DBFD
Black with #25DBFD
Text Example
Text Example
White with #25DBFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBFD; }
p { color: rgb(37,219,253); }
H1.HeaderClassName
{
color: #25DBFD;
}
.AnyTagClassName
{
color: #25DBFD;
}
</style>
background-color css
<style>
a { background-color: #25DBFD; }
a { background-color: rgb(37,219,253); }
div.DivClassName
{
background-color: #25DBFD;
}
.BgClassName
{
background-color: #25DBFD;
}
</style>
border-color css
<style>
span { border-color: #25DBFD; }
span { border-color: rgb(37,219,253); }
td.TdClassName
{
border-color: #25DBFD;
}
.TagClassName
{
border-color: #25DBFD;
}
</style>