Shades of Deep Sky Blue #25BFFC
Tints of Deep Sky Blue #25BFFC
RGB
CMYK
RGB Variations
Color information
#25BFFC (or 0x25BFFC) is known color: Deep Sky Blue. HEX triplet: 25, BF and FC. RGB value is (37,191,252). Sum of RGB (Red+Green+Blue) = 37+191+252=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 191 (75% from 255 or 39.79% from 480); Blue value is 252 (98.83% from 255 or 52.5% from 480); Max value from RGB is 252 - color contains mainly: blue. Hex color #25BFFC is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BFFC is #DA4003. Grayscale: #979797. Windows color (decimal): -14303236 or 16564005. OLE color: 16564005.
HSL color Cylindrical-coordinate representation of color #25BFFC: hue angle of 197.02º degrees, saturation: 0.97, 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 #25BFFC is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 191 | 252 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.01 |
| HSL | 197.02º | 0.97% | 0.57% | - |
| HSV(B) | 197.02º | 0.85% | 0.99% | - |
| XYZ | 36.96 | 44.68 | 98.77 | - |
| YUV | 151.91 | 184.48 | 46.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 252 | 0.85 | 0.24 | 0 | 0.01 | 197.02 | 0.97 | 0.57 |
| Hex | 25 | BF | FC | 55 | 18 | 0 | 1 | C5 | 61 | 39 |
| Octal | 45 | 277 | 374 | 125 | 30 | 0 | 1 | 305 | 141 | 71 |
| Binary | 100101 | 10111111 | 11111100 | 1010101 | 11000 | 0 | 1 | 11000101 | 1100001 | 111001 |
Color Harmonies of #25BFFC
Complementary color
Monochromatic Colors of #25BFFC
Black with #25BFFC
Text Example
Text Example
White with #25BFFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFFC; }
p { color: rgb(37,191,252); }
H1.HeaderClassName
{
color: #25BFFC;
}
.AnyTagClassName
{
color: #25BFFC;
}
</style>
background-color css
<style>
a { background-color: #25BFFC; }
a { background-color: rgb(37,191,252); }
div.DivClassName
{
background-color: #25BFFC;
}
.BgClassName
{
background-color: #25BFFC;
}
</style>
border-color css
<style>
span { border-color: #25BFFC; }
span { border-color: rgb(37,191,252); }
td.TdClassName
{
border-color: #25BFFC;
}
.TagClassName
{
border-color: #25BFFC;
}
</style>