Shades of Deep Sky Blue #25C8FF
Tints of Deep Sky Blue #25C8FF
RGB
CMYK
RGB Variations
Color information
#25C8FF (or 0x25C8FF) is known color: Deep Sky Blue. HEX triplet: 25, C8 and FF. RGB value is (37,200,255). Sum of RGB (Red+Green+Blue) = 37+200+255=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 200 (78.52% from 255 or 40.65% from 492); Blue value is 255 (100% from 255 or 51.83% from 492); Max value from RGB is 255 - color contains mainly: blue. Hex color #25C8FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C8FF is #DA3700. Grayscale: #9D9D9D. Windows color (decimal): -14300929 or 16762917. OLE color: 16762917.
HSL color Cylindrical-coordinate representation of color #25C8FF: hue angle of 195.14º 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 #25C8FF is Cyan = 0.85, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 200 | 255 | - |
| CMYK | 0.85 | 0.22 | 0 | 0 |
| HSL | 195.14º | 1% | 0.57% | - |
| HSV(B) | 195.14º | 0.85% | 1% | - |
| XYZ | 39.47 | 48.92 | 101.97 | - |
| YUV | 157.53 | 183 | 42.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 200 | 255 | 0.85 | 0.22 | 0 | 0 | 195.14 | 1 | 0.57 |
| Hex | 25 | C8 | FF | 55 | 16 | 0 | 0 | C3 | 64 | 39 |
| Octal | 45 | 310 | 377 | 125 | 26 | 0 | 0 | 303 | 144 | 71 |
| Binary | 100101 | 11001000 | 11111111 | 1010101 | 10110 | 0 | 0 | 11000011 | 1100100 | 111001 |
Color Harmonies of #25C8FF
Complementary color
Monochromatic Colors of #25C8FF
Black with #25C8FF
Text Example
Text Example
White with #25C8FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C8FF; }
p { color: rgb(37,200,255); }
H1.HeaderClassName
{
color: #25C8FF;
}
.AnyTagClassName
{
color: #25C8FF;
}
</style>
background-color css
<style>
a { background-color: #25C8FF; }
a { background-color: rgb(37,200,255); }
div.DivClassName
{
background-color: #25C8FF;
}
.BgClassName
{
background-color: #25C8FF;
}
</style>
border-color css
<style>
span { border-color: #25C8FF; }
span { border-color: rgb(37,200,255); }
td.TdClassName
{
border-color: #25C8FF;
}
.TagClassName
{
border-color: #25C8FF;
}
</style>