Shades of Deep Sky Blue #25BFFF
Tints of Deep Sky Blue #25BFFF
RGB
CMYK
RGB Variations
Color information
#25BFFF (or 0x25BFFF) is known color: Deep Sky Blue. HEX triplet: 25, BF and FF. RGB value is (37,191,255). Sum of RGB (Red+Green+Blue) = 37+191+255=483 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.66% from 483); Green value is 191 (75% from 255 or 39.54% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #25BFFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BFFF is #DA4000. Grayscale: #979797. Windows color (decimal): -14303233 or 16760613. OLE color: 16760613.
HSL color Cylindrical-coordinate representation of color #25BFFF: hue angle of 197.61º degrees, saturation: 1, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BFFF is Cyan = 0.85, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 191 | 255 | - |
| CMYK | 0.85 | 0.25 | 0 | 0 |
| HSL | 197.61º | 1% | 0.57% | - |
| HSV(B) | 197.61º | 0.85% | 1% | - |
| XYZ | 37.44 | 44.87 | 101.3 | - |
| YUV | 152.25 | 185.98 | 45.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 191 | 255 | 0.85 | 0.25 | 0 | 0 | 197.61 | 1 | 0.57 |
| Hex | 25 | BF | FF | 55 | 19 | 0 | 0 | C6 | 64 | 39 |
| Octal | 45 | 277 | 377 | 125 | 31 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100101 | 10111111 | 11111111 | 1010101 | 11001 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #25BFFF
Complementary color
Monochromatic Colors of #25BFFF
Black with #25BFFF
Text Example
Text Example
White with #25BFFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BFFF; }
p { color: rgb(37,191,255); }
H1.HeaderClassName
{
color: #25BFFF;
}
.AnyTagClassName
{
color: #25BFFF;
}
</style>
background-color css
<style>
a { background-color: #25BFFF; }
a { background-color: rgb(37,191,255); }
div.DivClassName
{
background-color: #25BFFF;
}
.BgClassName
{
background-color: #25BFFF;
}
</style>
border-color css
<style>
span { border-color: #25BFFF; }
span { border-color: rgb(37,191,255); }
td.TdClassName
{
border-color: #25BFFF;
}
.TagClassName
{
border-color: #25BFFF;
}
</style>