Shades of Deep Sky Blue #25BBFF
Tints of Deep Sky Blue #25BBFF
RGB
CMYK
RGB Variations
Color information
#25BBFF (or 0x25BBFF) is known color: Deep Sky Blue. HEX triplet: 25, BB and FF. RGB value is (37,187,255). Sum of RGB (Red+Green+Blue) = 37+187+255=479 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.72% from 479); Green value is 187 (73.44% from 255 or 39.04% from 479); Blue value is 255 (100% from 255 or 53.24% from 479); Max value from RGB is 255 - color contains mainly: blue. Hex color #25BBFF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BBFF is #DA4400. Grayscale: #959595. Windows color (decimal): -14304257 or 16759589. OLE color: 16759589.
HSL color Cylindrical-coordinate representation of color #25BBFF: hue angle of 198.72º 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 #25BBFF is Cyan = 0.85, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 187 | 255 | - |
| CMYK | 0.85 | 0.27 | 0 | 0 |
| HSL | 198.72º | 1% | 0.57% | - |
| HSV(B) | 198.72º | 0.85% | 1% | - |
| XYZ | 36.58 | 43.15 | 101.01 | - |
| YUV | 149.9 | 187.31 | 47.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 187 | 255 | 0.85 | 0.27 | 0 | 0 | 198.72 | 1 | 0.57 |
| Hex | 25 | BB | FF | 55 | 1B | 0 | 0 | C7 | 64 | 39 |
| Octal | 45 | 273 | 377 | 125 | 33 | 0 | 0 | 307 | 144 | 71 |
| Binary | 100101 | 10111011 | 11111111 | 1010101 | 11011 | 0 | 0 | 11000111 | 1100100 | 111001 |
Color Harmonies of #25BBFF
Complementary color
Monochromatic Colors of #25BBFF
Black with #25BBFF
Text Example
Text Example
White with #25BBFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BBFF; }
p { color: rgb(37,187,255); }
H1.HeaderClassName
{
color: #25BBFF;
}
.AnyTagClassName
{
color: #25BBFF;
}
</style>
background-color css
<style>
a { background-color: #25BBFF; }
a { background-color: rgb(37,187,255); }
div.DivClassName
{
background-color: #25BBFF;
}
.BgClassName
{
background-color: #25BBFF;
}
</style>
border-color css
<style>
span { border-color: #25BBFF; }
span { border-color: rgb(37,187,255); }
td.TdClassName
{
border-color: #25BBFF;
}
.TagClassName
{
border-color: #25BBFF;
}
</style>