Shades of Deep Sky Blue #25BCFF
Tints of Deep Sky Blue #25BCFF
RGB
CMYK
RGB Variations
Color information
#25BCFF (or 0x25BCFF) is known color: Deep Sky Blue. HEX triplet: 25, BC and FF. RGB value is (37,188,255). Sum of RGB (Red+Green+Blue) = 37+188+255=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 188 (73.83% from 255 or 39.17% from 480); Blue value is 255 (100% from 255 or 53.12% from 480); Max value from RGB is 255 - color contains mainly: blue. Hex color #25BCFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BCFF is #DA4300. Grayscale: #969696. Windows color (decimal): -14304001 or 16759845. OLE color: 16759845.
HSL color Cylindrical-coordinate representation of color #25BCFF: hue angle of 198.44º 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 #25BCFF is Cyan = 0.85, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 188 | 255 | - |
| CMYK | 0.85 | 0.26 | 0 | 0 |
| HSL | 198.44º | 1% | 0.57% | - |
| HSV(B) | 198.44º | 0.85% | 1% | - |
| XYZ | 36.8 | 43.58 | 101.08 | - |
| YUV | 150.49 | 186.97 | 47.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 188 | 255 | 0.85 | 0.26 | 0 | 0 | 198.44 | 1 | 0.57 |
| Hex | 25 | BC | FF | 55 | 1A | 0 | 0 | C6 | 64 | 39 |
| Octal | 45 | 274 | 377 | 125 | 32 | 0 | 0 | 306 | 144 | 71 |
| Binary | 100101 | 10111100 | 11111111 | 1010101 | 11010 | 0 | 0 | 11000110 | 1100100 | 111001 |
Color Harmonies of #25BCFF
Complementary color
Monochromatic Colors of #25BCFF
Black with #25BCFF
Text Example
Text Example
White with #25BCFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BCFF; }
p { color: rgb(37,188,255); }
H1.HeaderClassName
{
color: #25BCFF;
}
.AnyTagClassName
{
color: #25BCFF;
}
</style>
background-color css
<style>
a { background-color: #25BCFF; }
a { background-color: rgb(37,188,255); }
div.DivClassName
{
background-color: #25BCFF;
}
.BgClassName
{
background-color: #25BCFF;
}
</style>
border-color css
<style>
span { border-color: #25BCFF; }
span { border-color: rgb(37,188,255); }
td.TdClassName
{
border-color: #25BCFF;
}
.TagClassName
{
border-color: #25BCFF;
}
</style>