Shades of Deep Sky Blue #25CDFF
Tints of Deep Sky Blue #25CDFF
RGB
CMYK
RGB Variations
Color information
#25CDFF (or 0x25CDFF) is known color: Deep Sky Blue. HEX triplet: 25, CD and FF. RGB value is (37,205,255). Sum of RGB (Red+Green+Blue) = 37+205+255=497 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.44% from 497); Green value is 205 (80.47% from 255 or 41.25% from 497); Blue value is 255 (100% from 255 or 51.31% from 497); Max value from RGB is 255 - color contains mainly: blue. Hex color #25CDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CDFF is #DA3200. Grayscale: #A0A0A0. Windows color (decimal): -14299649 or 16764197. OLE color: 16764197.
HSL color Cylindrical-coordinate representation of color #25CDFF: hue angle of 193.76º 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 #25CDFF is Cyan = 0.85, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 205 | 255 | - |
| CMYK | 0.85 | 0.20 | 0 | 0 |
| HSL | 193.76º | 1% | 0.57% | - |
| HSV(B) | 193.76º | 0.85% | 1% | - |
| XYZ | 40.64 | 51.28 | 102.36 | - |
| YUV | 160.47 | 181.34 | 39.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 255 | 0.85 | 0.20 | 0 | 0 | 193.76 | 1 | 0.57 |
| Hex | 25 | CD | FF | 55 | 14 | 0 | 0 | C2 | 64 | 39 |
| Octal | 45 | 315 | 377 | 125 | 24 | 0 | 0 | 302 | 144 | 71 |
| Binary | 100101 | 11001101 | 11111111 | 1010101 | 10100 | 0 | 0 | 11000010 | 1100100 | 111001 |
Color Harmonies of #25CDFF
Complementary color
Monochromatic Colors of #25CDFF
Black with #25CDFF
Text Example
Text Example
White with #25CDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDFF; }
p { color: rgb(37,205,255); }
H1.HeaderClassName
{
color: #25CDFF;
}
.AnyTagClassName
{
color: #25CDFF;
}
</style>
background-color css
<style>
a { background-color: #25CDFF; }
a { background-color: rgb(37,205,255); }
div.DivClassName
{
background-color: #25CDFF;
}
.BgClassName
{
background-color: #25CDFF;
}
</style>
border-color css
<style>
span { border-color: #25CDFF; }
span { border-color: rgb(37,205,255); }
td.TdClassName
{
border-color: #25CDFF;
}
.TagClassName
{
border-color: #25CDFF;
}
</style>