Shades of Deep Sky Blue #25DBFF
Tints of Deep Sky Blue #25DBFF
RGB
CMYK
RGB Variations
Color information
#25DBFF (or 0x25DBFF) is known color: Deep Sky Blue. HEX triplet: 25, DB and FF. RGB value is (37,219,255). Sum of RGB (Red+Green+Blue) = 37+219+255=511 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.24% from 511); Green value is 219 (85.94% from 255 or 42.86% from 511); Blue value is 255 (100% from 255 or 49.90% from 511); Max value from RGB is 255 - color contains mainly: blue. Hex color #25DBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBFF is #DA2400. Grayscale: #A8A8A8. Windows color (decimal): -14296065 or 16767781. OLE color: 16767781.
HSL color Cylindrical-coordinate representation of color #25DBFF: hue angle of 189.91º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DBFF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 219 | 255 | - |
| CMYK | 0.85 | 0.14 | 0 | 0 |
| HSL | 189.91º | 1% | 0.57% | - |
| HSV(B) | 189.91º | 0.85% | 1% | - |
| XYZ | 44.14 | 58.28 | 103.53 | - |
| YUV | 168.69 | 176.7 | 34.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 255 | 0.85 | 0.14 | 0 | 0 | 189.91 | 1 | 0.57 |
| Hex | 25 | DB | FF | 55 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 45 | 333 | 377 | 125 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100101 | 11011011 | 11111111 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #25DBFF
Complementary color
Monochromatic Colors of #25DBFF
Black with #25DBFF
Text Example
Text Example
White with #25DBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBFF; }
p { color: rgb(37,219,255); }
H1.HeaderClassName
{
color: #25DBFF;
}
.AnyTagClassName
{
color: #25DBFF;
}
</style>
background-color css
<style>
a { background-color: #25DBFF; }
a { background-color: rgb(37,219,255); }
div.DivClassName
{
background-color: #25DBFF;
}
.BgClassName
{
background-color: #25DBFF;
}
</style>
border-color css
<style>
span { border-color: #25DBFF; }
span { border-color: rgb(37,219,255); }
td.TdClassName
{
border-color: #25DBFF;
}
.TagClassName
{
border-color: #25DBFF;
}
</style>