Shades of Deep Sky Blue #25D7FA
Tints of Deep Sky Blue #25D7FA
RGB
CMYK
RGB Variations
Color information
#25D7FA (or 0x25D7FA) is known color: Deep Sky Blue. HEX triplet: 25, D7 and FA. RGB value is (37,215,250). Sum of RGB (Red+Green+Blue) = 37+215+250=502 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.37% from 502); Green value is 215 (84.38% from 255 or 42.83% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #25D7FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D7FA is #DA2805. Grayscale: #A5A5A5. Windows color (decimal): -14297094 or 16439077. OLE color: 16439077.
HSL color Cylindrical-coordinate representation of color #25D7FA: hue angle of 189.86º 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 #25D7FA is Cyan = 0.85, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 215 | 250 | - |
| CMYK | 0.85 | 0.14 | 0 | 0.02 |
| HSL | 189.86º | 0.96% | 0.56% | - |
| HSV(B) | 189.86º | 0.85% | 0.98% | - |
| XYZ | 42.32 | 55.9 | 99 | - |
| YUV | 165.77 | 175.53 | 36.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 215 | 250 | 0.85 | 0.14 | 0 | 0.02 | 189.86 | 0.96 | 0.56 |
| Hex | 25 | D7 | FA | 55 | E | 0 | 2 | BE | 60 | 38 |
| Octal | 45 | 327 | 372 | 125 | 16 | 0 | 2 | 276 | 140 | 70 |
| Binary | 100101 | 11010111 | 11111010 | 1010101 | 1110 | 0 | 10 | 10111110 | 1100000 | 111000 |
Color Harmonies of #25D7FA
Complementary color
Monochromatic Colors of #25D7FA
Black with #25D7FA
Text Example
Text Example
White with #25D7FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D7FA; }
p { color: rgb(37,215,250); }
H1.HeaderClassName
{
color: #25D7FA;
}
.AnyTagClassName
{
color: #25D7FA;
}
</style>
background-color css
<style>
a { background-color: #25D7FA; }
a { background-color: rgb(37,215,250); }
div.DivClassName
{
background-color: #25D7FA;
}
.BgClassName
{
background-color: #25D7FA;
}
</style>
border-color css
<style>
span { border-color: #25D7FA; }
span { border-color: rgb(37,215,250); }
td.TdClassName
{
border-color: #25D7FA;
}
.TagClassName
{
border-color: #25D7FA;
}
</style>