Shades of Deep Sky Blue #25C5FF
Tints of Deep Sky Blue #25C5FF
RGB
CMYK
RGB Variations
Color information
#25C5FF (or 0x25C5FF) is known color: Deep Sky Blue. HEX triplet: 25, C5 and FF. RGB value is (37,197,255). Sum of RGB (Red+Green+Blue) = 37+197+255=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 197 (77.34% from 255 or 40.29% from 489); Blue value is 255 (100% from 255 or 52.15% from 489); Max value from RGB is 255 - color contains mainly: blue. Hex color #25C5FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C5FF is #DA3A00. Grayscale: #9B9B9B. Windows color (decimal): -14301697 or 16762149. OLE color: 16762149.
HSL color Cylindrical-coordinate representation of color #25C5FF: hue angle of 195.96º 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 #25C5FF is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 197 | 255 | - |
| CMYK | 0.85 | 0.23 | 0 | 0 |
| HSL | 195.96º | 1% | 0.57% | - |
| HSV(B) | 195.96º | 0.85% | 1% | - |
| XYZ | 38.78 | 47.55 | 101.74 | - |
| YUV | 155.77 | 183.99 | 43.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 197 | 255 | 0.85 | 0.23 | 0 | 0 | 195.96 | 1 | 0.57 |
| Hex | 25 | C5 | FF | 55 | 17 | 0 | 0 | C4 | 64 | 39 |
| Octal | 45 | 305 | 377 | 125 | 27 | 0 | 0 | 304 | 144 | 71 |
| Binary | 100101 | 11000101 | 11111111 | 1010101 | 10111 | 0 | 0 | 11000100 | 1100100 | 111001 |
Color Harmonies of #25C5FF
Complementary color
Monochromatic Colors of #25C5FF
Black with #25C5FF
Text Example
Text Example
White with #25C5FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C5FF; }
p { color: rgb(37,197,255); }
H1.HeaderClassName
{
color: #25C5FF;
}
.AnyTagClassName
{
color: #25C5FF;
}
</style>
background-color css
<style>
a { background-color: #25C5FF; }
a { background-color: rgb(37,197,255); }
div.DivClassName
{
background-color: #25C5FF;
}
.BgClassName
{
background-color: #25C5FF;
}
</style>
border-color css
<style>
span { border-color: #25C5FF; }
span { border-color: rgb(37,197,255); }
td.TdClassName
{
border-color: #25C5FF;
}
.TagClassName
{
border-color: #25C5FF;
}
</style>