Shades of Deep Sky Blue #25BDFE
Tints of Deep Sky Blue #25BDFE
RGB
CMYK
RGB Variations
Color information
#25BDFE (or 0x25BDFE) is known color: Deep Sky Blue. HEX triplet: 25, BD and FE. RGB value is (37,189,254). Sum of RGB (Red+Green+Blue) = 37+189+254=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 189 (74.22% from 255 or 39.38% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #25BDFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BDFE is #DA4201. Grayscale: #969696. Windows color (decimal): -14303746 or 16694565. OLE color: 16694565.
HSL color Cylindrical-coordinate representation of color #25BDFE: hue angle of 197.97º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BDFE is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 189 | 254 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.00 |
| HSL | 197.97º | 0.99% | 0.57% | - |
| HSV(B) | 197.97º | 0.85% | 1% | - |
| XYZ | 36.85 | 43.94 | 100.31 | - |
| YUV | 150.96 | 186.14 | 46.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 189 | 254 | 0.85 | 0.26 | 0 | 0.00 | 197.97 | 0.99 | 0.57 |
| Hex | 25 | BD | FE | 55 | 1A | 0 | 0 | C6 | 63 | 39 |
| Octal | 45 | 275 | 376 | 125 | 32 | 0 | 0 | 306 | 143 | 71 |
| Binary | 100101 | 10111101 | 11111110 | 1010101 | 11010 | 0 | 0 | 11000110 | 1100011 | 111001 |
Color Harmonies of #25BDFE
Complementary color
Monochromatic Colors of #25BDFE
Black with #25BDFE
Text Example
Text Example
White with #25BDFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BDFE; }
p { color: rgb(37,189,254); }
H1.HeaderClassName
{
color: #25BDFE;
}
.AnyTagClassName
{
color: #25BDFE;
}
</style>
background-color css
<style>
a { background-color: #25BDFE; }
a { background-color: rgb(37,189,254); }
div.DivClassName
{
background-color: #25BDFE;
}
.BgClassName
{
background-color: #25BDFE;
}
</style>
border-color css
<style>
span { border-color: #25BDFE; }
span { border-color: rgb(37,189,254); }
td.TdClassName
{
border-color: #25BDFE;
}
.TagClassName
{
border-color: #25BDFE;
}
</style>