Shades of Deep Sky Blue #25DDFF
Tints of Deep Sky Blue #25DDFF
RGB
CMYK
RGB Variations
Color information
#25DDFF (or 0x25DDFF) is known color: Deep Sky Blue. HEX triplet: 25, DD and FF. RGB value is (37,221,255). Sum of RGB (Red+Green+Blue) = 37+221+255=513 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.21% from 513); Green value is 221 (86.72% from 255 or 43.08% from 513); Blue value is 255 (100% from 255 or 49.71% from 513); Max value from RGB is 255 - color contains mainly: blue. Hex color #25DDFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DDFF is #DA2200. Grayscale: #A9A9A9. Windows color (decimal): -14295553 or 16768293. OLE color: 16768293.
HSL color Cylindrical-coordinate representation of color #25DDFF: hue angle of 189.36º 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 #25DDFF is Cyan = 0.85, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 221 | 255 | - |
| CMYK | 0.85 | 0.13 | 0 | 0 |
| HSL | 189.36º | 1% | 0.57% | - |
| HSV(B) | 189.36º | 0.85% | 1% | - |
| XYZ | 44.67 | 59.33 | 103.7 | - |
| YUV | 169.86 | 176.04 | 33.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 221 | 255 | 0.85 | 0.13 | 0 | 0 | 189.36 | 1 | 0.57 |
| Hex | 25 | DD | FF | 55 | D | 0 | 0 | BD | 64 | 39 |
| Octal | 45 | 335 | 377 | 125 | 15 | 0 | 0 | 275 | 144 | 71 |
| Binary | 100101 | 11011101 | 11111111 | 1010101 | 1101 | 0 | 0 | 10111101 | 1100100 | 111001 |
Color Harmonies of #25DDFF
Complementary color
Monochromatic Colors of #25DDFF
Black with #25DDFF
Text Example
Text Example
White with #25DDFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DDFF; }
p { color: rgb(37,221,255); }
H1.HeaderClassName
{
color: #25DDFF;
}
.AnyTagClassName
{
color: #25DDFF;
}
</style>
background-color css
<style>
a { background-color: #25DDFF; }
a { background-color: rgb(37,221,255); }
div.DivClassName
{
background-color: #25DDFF;
}
.BgClassName
{
background-color: #25DDFF;
}
</style>
border-color css
<style>
span { border-color: #25DDFF; }
span { border-color: rgb(37,221,255); }
td.TdClassName
{
border-color: #25DDFF;
}
.TagClassName
{
border-color: #25DDFF;
}
</style>