Shades of Deep Sky Blue #25BEFB
Tints of Deep Sky Blue #25BEFB
RGB
CMYK
RGB Variations
Color information
#25BEFB (or 0x25BEFB) is known color: Deep Sky Blue. HEX triplet: 25, BE and FB. RGB value is (37,190,251). Sum of RGB (Red+Green+Blue) = 37+190+251=478 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.74% from 478); Green value is 190 (74.61% from 255 or 39.75% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #25BEFB is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25BEFB is #DA4104. Grayscale: #969696. Windows color (decimal): -14303493 or 16498213. OLE color: 16498213.
HSL color Cylindrical-coordinate representation of color #25BEFB: hue angle of 197.1º degrees, saturation: 0.96, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25BEFB is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 190 | 251 | - |
| CMYK | 0.85 | 0.24 | 0 | 0.02 |
| HSL | 197.1º | 0.96% | 0.56% | - |
| HSV(B) | 197.1º | 0.85% | 0.98% | - |
| XYZ | 36.59 | 44.19 | 97.87 | - |
| YUV | 151.21 | 184.31 | 46.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 190 | 251 | 0.85 | 0.24 | 0 | 0.02 | 197.1 | 0.96 | 0.56 |
| Hex | 25 | BE | FB | 55 | 18 | 0 | 2 | C5 | 60 | 38 |
| Octal | 45 | 276 | 373 | 125 | 30 | 0 | 2 | 305 | 140 | 70 |
| Binary | 100101 | 10111110 | 11111011 | 1010101 | 11000 | 0 | 10 | 11000101 | 1100000 | 111000 |
Color Harmonies of #25BEFB
Complementary color
Monochromatic Colors of #25BEFB
Black with #25BEFB
Text Example
Text Example
White with #25BEFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25BEFB; }
p { color: rgb(37,190,251); }
H1.HeaderClassName
{
color: #25BEFB;
}
.AnyTagClassName
{
color: #25BEFB;
}
</style>
background-color css
<style>
a { background-color: #25BEFB; }
a { background-color: rgb(37,190,251); }
div.DivClassName
{
background-color: #25BEFB;
}
.BgClassName
{
background-color: #25BEFB;
}
</style>
border-color css
<style>
span { border-color: #25BEFB; }
span { border-color: rgb(37,190,251); }
td.TdClassName
{
border-color: #25BEFB;
}
.TagClassName
{
border-color: #25BEFB;
}
</style>