Shades of Deep Sky Blue #25BAFD
Tints of Deep Sky Blue #25BAFD
RGB
CMYK
RGB Variations
Color information
#25BAFD (or 0x25BAFD) is known color: Deep Sky Blue. HEX triplet: 25, BA and FD. RGB value is (37,186,253). Sum of RGB (Red+Green+Blue) = 37+186+253=476 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.77% from 476); Green value is 186 (73.05% from 255 or 39.08% from 476); Blue value is 253 (99.22% from 255 or 53.15% from 476); Max value from RGB is 253 - color contains mainly: blue. Hex color #25BAFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BAFD is #DA4502. Grayscale: #949494. Windows color (decimal): -14304515 or 16628261. OLE color: 16628261.
HSL color Cylindrical-coordinate representation of color #25BAFD: hue angle of 198.61º 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 #25BAFD is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 186 | 253 | - |
| CMYK | 0.85 | 0.26 | 0 | 0.01 |
| HSL | 198.61º | 0.98% | 0.57% | - |
| HSV(B) | 198.61º | 0.85% | 0.99% | - |
| XYZ | 36.05 | 42.6 | 99.25 | - |
| YUV | 149.09 | 186.64 | 48.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 186 | 253 | 0.85 | 0.26 | 0 | 0.01 | 198.61 | 0.98 | 0.57 |
| Hex | 25 | BA | FD | 55 | 1A | 0 | 1 | C7 | 62 | 39 |
| Octal | 45 | 272 | 375 | 125 | 32 | 0 | 1 | 307 | 142 | 71 |
| Binary | 100101 | 10111010 | 11111101 | 1010101 | 11010 | 0 | 1 | 11000111 | 1100010 | 111001 |
Color Harmonies of #25BAFD
Complementary color
Monochromatic Colors of #25BAFD
Black with #25BAFD
Text Example
Text Example
White with #25BAFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BAFD; }
p { color: rgb(37,186,253); }
H1.HeaderClassName
{
color: #25BAFD;
}
.AnyTagClassName
{
color: #25BAFD;
}
</style>
background-color css
<style>
a { background-color: #25BAFD; }
a { background-color: rgb(37,186,253); }
div.DivClassName
{
background-color: #25BAFD;
}
.BgClassName
{
background-color: #25BAFD;
}
</style>
border-color css
<style>
span { border-color: #25BAFD; }
span { border-color: rgb(37,186,253); }
td.TdClassName
{
border-color: #25BAFD;
}
.TagClassName
{
border-color: #25BAFD;
}
</style>