Shades of Deep Sky Blue #25D7FF
Tints of Deep Sky Blue #25D7FF
RGB
CMYK
RGB Variations
Color information
#25D7FF (or 0x25D7FF) is known color: Deep Sky Blue. HEX triplet: 25, D7 and FF. RGB value is (37,215,255). Sum of RGB (Red+Green+Blue) = 37+215+255=507 (67% of max value = 765). Red value is 37 (14.84% from 255 or 7.30% from 507); Green value is 215 (84.38% from 255 or 42.41% from 507); Blue value is 255 (100% from 255 or 50.30% from 507); Max value from RGB is 255 - color contains mainly: blue. Hex color #25D7FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D7FF is #DA2800. Grayscale: #A6A6A6. Windows color (decimal): -14297089 or 16766757. OLE color: 16766757.
HSL color Cylindrical-coordinate representation of color #25D7FF: hue angle of 191.01º 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 #25D7FF is Cyan = 0.85, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 215 | 255 | - |
| CMYK | 0.85 | 0.16 | 0 | 0 |
| HSL | 191.01º | 1% | 0.57% | - |
| HSV(B) | 191.01º | 0.85% | 1% | - |
| XYZ | 43.11 | 56.21 | 103.19 | - |
| YUV | 166.34 | 178.03 | 35.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 255 | 0.85 | 0.16 | 0 | 0 | 191.01 | 1 | 0.57 |
| Hex | 25 | D7 | FF | 55 | 10 | 0 | 0 | BF | 64 | 39 |
| Octal | 45 | 327 | 377 | 125 | 20 | 0 | 0 | 277 | 144 | 71 |
| Binary | 100101 | 11010111 | 11111111 | 1010101 | 10000 | 0 | 0 | 10111111 | 1100100 | 111001 |
Color Harmonies of #25D7FF
Complementary color
Monochromatic Colors of #25D7FF
Black with #25D7FF
Text Example
Text Example
White with #25D7FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D7FF; }
p { color: rgb(37,215,255); }
H1.HeaderClassName
{
color: #25D7FF;
}
.AnyTagClassName
{
color: #25D7FF;
}
</style>
background-color css
<style>
a { background-color: #25D7FF; }
a { background-color: rgb(37,215,255); }
div.DivClassName
{
background-color: #25D7FF;
}
.BgClassName
{
background-color: #25D7FF;
}
</style>
border-color css
<style>
span { border-color: #25D7FF; }
span { border-color: rgb(37,215,255); }
td.TdClassName
{
border-color: #25D7FF;
}
.TagClassName
{
border-color: #25D7FF;
}
</style>