Shades of Deep Sky Blue #25BDFD
Tints of Deep Sky Blue #25BDFD
RGB
CMYK
RGB Variations
Color information
#25BDFD (or 0x25BDFD) is known color: Deep Sky Blue. HEX triplet: 25, BD and FD. RGB value is (37,189,253). Sum of RGB (Red+Green+Blue) = 37+189+253=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 189 (74.22% from 255 or 39.46% from 479); Blue value is 253 (99.22% from 255 or 52.82% from 479); Max value from RGB is 253 - color contains mainly: blue. Hex color #25BDFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDFD is #DA4202. Grayscale: #969696. Windows color (decimal): -14303747 or 16629029. OLE color: 16629029.
HSL color Cylindrical-coordinate representation of color #25BDFD: hue angle of 197.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 #25BDFD is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 189 | 253 | - |
| CMYK | 0.85 | 0.25 | 0 | 0.01 |
| HSL | 197.78º | 0.98% | 0.57% | - |
| HSV(B) | 197.78º | 0.85% | 0.99% | - |
| XYZ | 36.69 | 43.88 | 99.46 | - |
| YUV | 150.85 | 185.64 | 46.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 253 | 0.85 | 0.25 | 0 | 0.01 | 197.78 | 0.98 | 0.57 |
| Hex | 25 | BD | FD | 55 | 19 | 0 | 1 | C6 | 62 | 39 |
| Octal | 45 | 275 | 375 | 125 | 31 | 0 | 1 | 306 | 142 | 71 |
| Binary | 100101 | 10111101 | 11111101 | 1010101 | 11001 | 0 | 1 | 11000110 | 1100010 | 111001 |
Color Harmonies of #25BDFD
Complementary color
Monochromatic Colors of #25BDFD
Black with #25BDFD
Text Example
Text Example
White with #25BDFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDFD; }
p { color: rgb(37,189,253); }
H1.HeaderClassName
{
color: #25BDFD;
}
.AnyTagClassName
{
color: #25BDFD;
}
</style>
background-color css
<style>
a { background-color: #25BDFD; }
a { background-color: rgb(37,189,253); }
div.DivClassName
{
background-color: #25BDFD;
}
.BgClassName
{
background-color: #25BDFD;
}
</style>
border-color css
<style>
span { border-color: #25BDFD; }
span { border-color: rgb(37,189,253); }
td.TdClassName
{
border-color: #25BDFD;
}
.TagClassName
{
border-color: #25BDFD;
}
</style>