Shades of Deep Sky Blue #25CDF7
Tints of Deep Sky Blue #25CDF7
RGB
CMYK
RGB Variations
Color information
#25CDF7 (or 0x25CDF7) is known color: Deep Sky Blue. HEX triplet: 25, CD and F7. RGB value is (37,205,247). Sum of RGB (Red+Green+Blue) = 37+205+247=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 205 (80.47% from 255 or 41.92% from 489); Blue value is 247 (96.88% from 255 or 50.51% from 489); Max value from RGB is 247 - color contains mainly: blue. Hex color #25CDF7 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CDF7 is #DA3208. Grayscale: #9F9F9F. Windows color (decimal): -14299657 or 16239909. OLE color: 16239909.
HSL color Cylindrical-coordinate representation of color #25CDF7: hue angle of 192º degrees, saturation: 0.93, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CDF7 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 205 | 247 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.03 |
| HSL | 192º | 0.93% | 0.56% | - |
| HSV(B) | 192º | 0.85% | 0.97% | - |
| XYZ | 39.38 | 50.77 | 95.72 | - |
| YUV | 159.56 | 177.34 | 40.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 247 | 0.85 | 0.17 | 0 | 0.03 | 192 | 0.93 | 0.56 |
| Hex | 25 | CD | F7 | 55 | 11 | 0 | 3 | C0 | 5D | 38 |
| Octal | 45 | 315 | 367 | 125 | 21 | 0 | 3 | 300 | 135 | 70 |
| Binary | 100101 | 11001101 | 11110111 | 1010101 | 10001 | 0 | 11 | 11000000 | 1011101 | 111000 |
Color Harmonies of #25CDF7
Complementary color
Monochromatic Colors of #25CDF7
Black with #25CDF7
Text Example
Text Example
White with #25CDF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDF7; }
p { color: rgb(37,205,247); }
H1.HeaderClassName
{
color: #25CDF7;
}
.AnyTagClassName
{
color: #25CDF7;
}
</style>
background-color css
<style>
a { background-color: #25CDF7; }
a { background-color: rgb(37,205,247); }
div.DivClassName
{
background-color: #25CDF7;
}
.BgClassName
{
background-color: #25CDF7;
}
</style>
border-color css
<style>
span { border-color: #25CDF7; }
span { border-color: rgb(37,205,247); }
td.TdClassName
{
border-color: #25CDF7;
}
.TagClassName
{
border-color: #25CDF7;
}
</style>