Shades of Deep Sky Blue #25DCFF
Tints of Deep Sky Blue #25DCFF
RGB
CMYK
RGB Variations
Color information
#25DCFF (or 0x25DCFF) is known color: Deep Sky Blue. HEX triplet: 25, DC and FF. RGB value is (37,220,255). Sum of RGB (Red+Green+Blue) = 37+220+255=512 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.23% from 512); Green value is 220 (86.33% from 255 or 42.97% from 512); Blue value is 255 (100% from 255 or 49.80% from 512); Max value from RGB is 255 - color contains mainly: blue. Hex color #25DCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25DCFF is #DA2300. Grayscale: #A8A8A8. Windows color (decimal): -14295809 or 16768037. OLE color: 16768037.
HSL color Cylindrical-coordinate representation of color #25DCFF: hue angle of 189.63º 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 #25DCFF is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 220 | 255 | - |
| CMYK | 0.85 | 0.14 | 0 | 0 |
| HSL | 189.63º | 1% | 0.57% | - |
| HSV(B) | 189.63º | 0.85% | 1% | - |
| XYZ | 44.41 | 58.8 | 103.62 | - |
| YUV | 169.27 | 176.37 | 33.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 220 | 255 | 0.85 | 0.14 | 0 | 0 | 189.63 | 1 | 0.57 |
| Hex | 25 | DC | FF | 55 | E | 0 | 0 | BE | 64 | 39 |
| Octal | 45 | 334 | 377 | 125 | 16 | 0 | 0 | 276 | 144 | 71 |
| Binary | 100101 | 11011100 | 11111111 | 1010101 | 1110 | 0 | 0 | 10111110 | 1100100 | 111001 |
Color Harmonies of #25DCFF
Complementary color
Monochromatic Colors of #25DCFF
Black with #25DCFF
Text Example
Text Example
White with #25DCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25DCFF; }
p { color: rgb(37,220,255); }
H1.HeaderClassName
{
color: #25DCFF;
}
.AnyTagClassName
{
color: #25DCFF;
}
</style>
background-color css
<style>
a { background-color: #25DCFF; }
a { background-color: rgb(37,220,255); }
div.DivClassName
{
background-color: #25DCFF;
}
.BgClassName
{
background-color: #25DCFF;
}
</style>
border-color css
<style>
span { border-color: #25DCFF; }
span { border-color: rgb(37,220,255); }
td.TdClassName
{
border-color: #25DCFF;
}
.TagClassName
{
border-color: #25DCFF;
}
</style>