Shades of Deep Sky Blue #25C7F9
Tints of Deep Sky Blue #25C7F9
RGB
CMYK
RGB Variations
Color information
#25C7F9 (or 0x25C7F9) is known color: Deep Sky Blue. HEX triplet: 25, C7 and F9. RGB value is (37,199,249). Sum of RGB (Red+Green+Blue) = 37+199+249=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 199 (78.12% from 255 or 41.03% from 485); Blue value is 249 (97.66% from 255 or 51.34% from 485); Max value from RGB is 249 - color contains mainly: blue. Hex color #25C7F9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C7F9 is #DA3806. Grayscale: #9B9B9B. Windows color (decimal): -14301191 or 16369445. OLE color: 16369445.
HSL color Cylindrical-coordinate representation of color #25C7F9: hue angle of 194.15º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25C7F9 is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 199 | 249 | - |
| CMYK | 0.85 | 0.20 | 0 | 0.02 |
| HSL | 194.15º | 0.95% | 0.56% | - |
| HSV(B) | 194.15º | 0.85% | 0.98% | - |
| XYZ | 38.29 | 48.08 | 96.88 | - |
| YUV | 156.26 | 180.33 | 42.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 199 | 249 | 0.85 | 0.20 | 0 | 0.02 | 194.15 | 0.95 | 0.56 |
| Hex | 25 | C7 | F9 | 55 | 14 | 0 | 2 | C2 | 5F | 38 |
| Octal | 45 | 307 | 371 | 125 | 24 | 0 | 2 | 302 | 137 | 70 |
| Binary | 100101 | 11000111 | 11111001 | 1010101 | 10100 | 0 | 10 | 11000010 | 1011111 | 111000 |
Color Harmonies of #25C7F9
Complementary color
Monochromatic Colors of #25C7F9
Black with #25C7F9
Text Example
Text Example
White with #25C7F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C7F9; }
p { color: rgb(37,199,249); }
H1.HeaderClassName
{
color: #25C7F9;
}
.AnyTagClassName
{
color: #25C7F9;
}
</style>
background-color css
<style>
a { background-color: #25C7F9; }
a { background-color: rgb(37,199,249); }
div.DivClassName
{
background-color: #25C7F9;
}
.BgClassName
{
background-color: #25C7F9;
}
</style>
border-color css
<style>
span { border-color: #25C7F9; }
span { border-color: rgb(37,199,249); }
td.TdClassName
{
border-color: #25C7F9;
}
.TagClassName
{
border-color: #25C7F9;
}
</style>