Shades of Deep Sky Blue #25DBFE
Tints of Deep Sky Blue #25DBFE
RGB
CMYK
RGB Variations
Color information
#25DBFE (or 0x25DBFE) is known color: Deep Sky Blue. HEX triplet: 25, DB and FE. RGB value is (37,219,254). Sum of RGB (Red+Green+Blue) = 37+219+254=510 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.25% from 510); Green value is 219 (85.94% from 255 or 42.94% from 510); Blue value is 254 (99.61% from 255 or 49.80% from 510); Max value from RGB is 254 - color contains mainly: blue. Hex color #25DBFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DBFE is #DA2401. Grayscale: #A8A8A8. Windows color (decimal): -14296066 or 16702245. OLE color: 16702245.
HSL color Cylindrical-coordinate representation of color #25DBFE: hue angle of 189.68º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25DBFE is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 219 | 254 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.00 |
| HSL | 189.68º | 0.99% | 0.57% | - |
| HSV(B) | 189.68º | 0.85% | 1% | - |
| XYZ | 43.98 | 58.21 | 102.68 | - |
| YUV | 168.57 | 176.2 | 34.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 219 | 254 | 0.85 | 0.14 | 0 | 0.00 | 189.68 | 0.99 | 0.57 |
| Hex | 25 | DB | FE | 55 | E | 0 | 0 | BE | 63 | 39 |
| Octal | 45 | 333 | 376 | 125 | 16 | 0 | 0 | 276 | 143 | 71 |
| Binary | 100101 | 11011011 | 11111110 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100011 | 111001 |
Color Harmonies of #25DBFE
Complementary color
Monochromatic Colors of #25DBFE
Black with #25DBFE
Text Example
Text Example
White with #25DBFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DBFE; }
p { color: rgb(37,219,254); }
H1.HeaderClassName
{
color: #25DBFE;
}
.AnyTagClassName
{
color: #25DBFE;
}
</style>
background-color css
<style>
a { background-color: #25DBFE; }
a { background-color: rgb(37,219,254); }
div.DivClassName
{
background-color: #25DBFE;
}
.BgClassName
{
background-color: #25DBFE;
}
</style>
border-color css
<style>
span { border-color: #25DBFE; }
span { border-color: rgb(37,219,254); }
td.TdClassName
{
border-color: #25DBFE;
}
.TagClassName
{
border-color: #25DBFE;
}
</style>