Shades of Deep Sky Blue #25CDF8
Tints of Deep Sky Blue #25CDF8
RGB
CMYK
RGB Variations
Color information
#25CDF8 (or 0x25CDF8) is known color: Deep Sky Blue. HEX triplet: 25, CD and F8. RGB value is (37,205,248). Sum of RGB (Red+Green+Blue) = 37+205+248=490 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.55% from 490); Green value is 205 (80.47% from 255 or 41.84% from 490); Blue value is 248 (97.27% from 255 or 50.61% from 490); Max value from RGB is 248 - color contains mainly: blue. Hex color #25CDF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CDF8 is #DA3207. Grayscale: #9F9F9F. Windows color (decimal): -14299656 or 16305445. OLE color: 16305445.
HSL color Cylindrical-coordinate representation of color #25CDF8: hue angle of 192.23º degrees, saturation: 0.94, 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 #25CDF8 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 205 | 248 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.03 |
| HSL | 192.23º | 0.94% | 0.56% | - |
| HSV(B) | 192.23º | 0.85% | 0.97% | - |
| XYZ | 39.54 | 50.83 | 96.53 | - |
| YUV | 159.67 | 177.84 | 40.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 248 | 0.85 | 0.17 | 0 | 0.03 | 192.23 | 0.94 | 0.56 |
| Hex | 25 | CD | F8 | 55 | 11 | 0 | 3 | C0 | 5E | 38 |
| Octal | 45 | 315 | 370 | 125 | 21 | 0 | 3 | 300 | 136 | 70 |
| Binary | 100101 | 11001101 | 11111000 | 1010101 | 10001 | 0 | 11 | 11000000 | 1011110 | 111000 |
Color Harmonies of #25CDF8
Complementary color
Monochromatic Colors of #25CDF8
Black with #25CDF8
Text Example
Text Example
White with #25CDF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDF8; }
p { color: rgb(37,205,248); }
H1.HeaderClassName
{
color: #25CDF8;
}
.AnyTagClassName
{
color: #25CDF8;
}
</style>
background-color css
<style>
a { background-color: #25CDF8; }
a { background-color: rgb(37,205,248); }
div.DivClassName
{
background-color: #25CDF8;
}
.BgClassName
{
background-color: #25CDF8;
}
</style>
border-color css
<style>
span { border-color: #25CDF8; }
span { border-color: rgb(37,205,248); }
td.TdClassName
{
border-color: #25CDF8;
}
.TagClassName
{
border-color: #25CDF8;
}
</style>