Shades of Deep Sky Blue #25BAFE
Tints of Deep Sky Blue #25BAFE
RGB
CMYK
RGB Variations
Color information
#25BAFE (or 0x25BAFE) is known color: Deep Sky Blue. HEX triplet: 25, BA and FE. RGB value is (37,186,254). Sum of RGB (Red+Green+Blue) = 37+186+254=477 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.76% from 477); Green value is 186 (73.05% from 255 or 38.99% from 477); Blue value is 254 (99.61% from 255 or 53.25% from 477); Max value from RGB is 254 - color contains mainly: blue. Hex color #25BAFE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAFE is #DA4501. Grayscale: #949494. Windows color (decimal): -14304514 or 16693797. OLE color: 16693797.
HSL color Cylindrical-coordinate representation of color #25BAFE: hue angle of 198.8º 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 #25BAFE is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 186 | 254 | - |
| CMYK | 0.85 | 0.27 | 0 | 0.00 |
| HSL | 198.8º | 0.99% | 0.57% | - |
| HSV(B) | 198.8º | 0.85% | 1% | - |
| XYZ | 36.21 | 42.67 | 100.09 | - |
| YUV | 149.2 | 187.14 | 47.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 254 | 0.85 | 0.27 | 0 | 0.00 | 198.8 | 0.99 | 0.57 |
| Hex | 25 | BA | FE | 55 | 1B | 0 | 0 | C7 | 63 | 39 |
| Octal | 45 | 272 | 376 | 125 | 33 | 0 | 0 | 307 | 143 | 71 |
| Binary | 100101 | 10111010 | 11111110 | 1010101 | 11011 | 0 | 0 | 11000111 | 1100011 | 111001 |
Color Harmonies of #25BAFE
Complementary color
Monochromatic Colors of #25BAFE
Black with #25BAFE
Text Example
Text Example
White with #25BAFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAFE; }
p { color: rgb(37,186,254); }
H1.HeaderClassName
{
color: #25BAFE;
}
.AnyTagClassName
{
color: #25BAFE;
}
</style>
background-color css
<style>
a { background-color: #25BAFE; }
a { background-color: rgb(37,186,254); }
div.DivClassName
{
background-color: #25BAFE;
}
.BgClassName
{
background-color: #25BAFE;
}
</style>
border-color css
<style>
span { border-color: #25BAFE; }
span { border-color: rgb(37,186,254); }
td.TdClassName
{
border-color: #25BAFE;
}
.TagClassName
{
border-color: #25BAFE;
}
</style>