Shades of Deep Sky Blue #25CDF9
Tints of Deep Sky Blue #25CDF9
RGB
CMYK
RGB Variations
Color information
#25CDF9 (or 0x25CDF9) is known color: Deep Sky Blue. HEX triplet: 25, CD and F9. RGB value is (37,205,249). Sum of RGB (Red+Green+Blue) = 37+205+249=491 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.54% from 491); Green value is 205 (80.47% from 255 or 41.75% from 491); Blue value is 249 (97.66% from 255 or 50.71% from 491); Max value from RGB is 249 - color contains mainly: blue. Hex color #25CDF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CDF9 is #DA3206. Grayscale: #9F9F9F. Windows color (decimal): -14299655 or 16370981. OLE color: 16370981.
HSL color Cylindrical-coordinate representation of color #25CDF9: hue angle of 192.45º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CDF9 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 205 | 249 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.02 |
| HSL | 192.45º | 0.95% | 0.56% | - |
| HSV(B) | 192.45º | 0.85% | 0.98% | - |
| XYZ | 39.69 | 50.9 | 97.35 | - |
| YUV | 159.78 | 178.34 | 40.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 205 | 249 | 0.85 | 0.18 | 0 | 0.02 | 192.45 | 0.95 | 0.56 |
| Hex | 25 | CD | F9 | 55 | 12 | 0 | 2 | C0 | 5F | 38 |
| Octal | 45 | 315 | 371 | 125 | 22 | 0 | 2 | 300 | 137 | 70 |
| Binary | 100101 | 11001101 | 11111001 | 1010101 | 10010 | 0 | 10 | 11000000 | 1011111 | 111000 |
Color Harmonies of #25CDF9
Complementary color
Monochromatic Colors of #25CDF9
Black with #25CDF9
Text Example
Text Example
White with #25CDF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CDF9; }
p { color: rgb(37,205,249); }
H1.HeaderClassName
{
color: #25CDF9;
}
.AnyTagClassName
{
color: #25CDF9;
}
</style>
background-color css
<style>
a { background-color: #25CDF9; }
a { background-color: rgb(37,205,249); }
div.DivClassName
{
background-color: #25CDF9;
}
.BgClassName
{
background-color: #25CDF9;
}
</style>
border-color css
<style>
span { border-color: #25CDF9; }
span { border-color: rgb(37,205,249); }
td.TdClassName
{
border-color: #25CDF9;
}
.TagClassName
{
border-color: #25CDF9;
}
</style>