Shades of Deep Sky Blue #25CFFD
Tints of Deep Sky Blue #25CFFD
RGB
CMYK
RGB Variations
Color information
#25CFFD (or 0x25CFFD) is known color: Deep Sky Blue. HEX triplet: 25, CF and FD. RGB value is (37,207,253). Sum of RGB (Red+Green+Blue) = 37+207+253=497 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.44% from 497); Green value is 207 (81.25% from 255 or 41.65% from 497); Blue value is 253 (99.22% from 255 or 50.91% from 497); Max value from RGB is 253 - color contains mainly: blue. Hex color #25CFFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CFFD is #DA3002. Grayscale: #A1A1A1. Windows color (decimal): -14299139 or 16633637. OLE color: 16633637.
HSL color Cylindrical-coordinate representation of color #25CFFD: hue angle of 192.78º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CFFD is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 207 | 253 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.01 |
| HSL | 192.78º | 0.98% | 0.57% | - |
| HSV(B) | 192.78º | 0.85% | 0.99% | - |
| XYZ | 40.81 | 52.11 | 100.84 | - |
| YUV | 161.41 | 179.68 | 39.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 207 | 253 | 0.85 | 0.18 | 0 | 0.01 | 192.78 | 0.98 | 0.57 |
| Hex | 25 | CF | FD | 55 | 12 | 0 | 1 | C1 | 62 | 39 |
| Octal | 45 | 317 | 375 | 125 | 22 | 0 | 1 | 301 | 142 | 71 |
| Binary | 100101 | 11001111 | 11111101 | 1010101 | 10010 | 0 | 1 | 11000001 | 1100010 | 111001 |
Color Harmonies of #25CFFD
Complementary color
Monochromatic Colors of #25CFFD
Black with #25CFFD
Text Example
Text Example
White with #25CFFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CFFD; }
p { color: rgb(37,207,253); }
H1.HeaderClassName
{
color: #25CFFD;
}
.AnyTagClassName
{
color: #25CFFD;
}
</style>
background-color css
<style>
a { background-color: #25CFFD; }
a { background-color: rgb(37,207,253); }
div.DivClassName
{
background-color: #25CFFD;
}
.BgClassName
{
background-color: #25CFFD;
}
</style>
border-color css
<style>
span { border-color: #25CFFD; }
span { border-color: rgb(37,207,253); }
td.TdClassName
{
border-color: #25CFFD;
}
.TagClassName
{
border-color: #25CFFD;
}
</style>