Shades of Deep Sky Blue #25C1FA
Tints of Deep Sky Blue #25C1FA
RGB
CMYK
RGB Variations
Color information
#25C1FA (or 0x25C1FA) is known color: Deep Sky Blue. HEX triplet: 25, C1 and FA. RGB value is (37,193,250). Sum of RGB (Red+Green+Blue) = 37+193+250=480 (63% of max value = 765). Red value is 37 (14.84% from 255 or 7.71% from 480); Green value is 193 (75.78% from 255 or 40.21% from 480); Blue value is 250 (98.05% from 255 or 52.08% from 480); Max value from RGB is 250 - color contains mainly: blue. Hex color #25C1FA is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C1FA is #DA3E05. Grayscale: #989898. Windows color (decimal): -14302726 or 16433445. OLE color: 16433445.
HSL color Cylindrical-coordinate representation of color #25C1FA: hue angle of 196.06º 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 #25C1FA is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 193 | 250 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.02 |
| HSL | 196.06º | 0.96% | 0.56% | - |
| HSV(B) | 196.06º | 0.85% | 0.98% | - |
| XYZ | 37.09 | 45.44 | 97.26 | - |
| YUV | 152.85 | 182.82 | 45.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 193 | 250 | 0.85 | 0.23 | 0 | 0.02 | 196.06 | 0.96 | 0.56 |
| Hex | 25 | C1 | FA | 55 | 17 | 0 | 2 | C4 | 60 | 38 |
| Octal | 45 | 301 | 372 | 125 | 27 | 0 | 2 | 304 | 140 | 70 |
| Binary | 100101 | 11000001 | 11111010 | 1010101 | 10111 | 0 | 10 | 11000100 | 1100000 | 111000 |
Color Harmonies of #25C1FA
Complementary color
Monochromatic Colors of #25C1FA
Black with #25C1FA
Text Example
Text Example
White with #25C1FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C1FA; }
p { color: rgb(37,193,250); }
H1.HeaderClassName
{
color: #25C1FA;
}
.AnyTagClassName
{
color: #25C1FA;
}
</style>
background-color css
<style>
a { background-color: #25C1FA; }
a { background-color: rgb(37,193,250); }
div.DivClassName
{
background-color: #25C1FA;
}
.BgClassName
{
background-color: #25C1FA;
}
</style>
border-color css
<style>
span { border-color: #25C1FA; }
span { border-color: rgb(37,193,250); }
td.TdClassName
{
border-color: #25C1FA;
}
.TagClassName
{
border-color: #25C1FA;
}
</style>