Shades of Deep Sky Blue #25C3FF
Tints of Deep Sky Blue #25C3FF
RGB
CMYK
RGB Variations
Color information
#25C3FF (or 0x25C3FF) is known color: Deep Sky Blue. HEX triplet: 25, C3 and FF. RGB value is (37,195,255). Sum of RGB (Red+Green+Blue) = 37+195+255=487 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.60% from 487); Green value is 195 (76.56% from 255 or 40.04% from 487); Blue value is 255 (100% from 255 or 52.36% from 487); Max value from RGB is 255 - color contains mainly: blue. Hex color #25C3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C3FF is #DA3C00. Grayscale: #9A9A9A. Windows color (decimal): -14302209 or 16761637. OLE color: 16761637.
HSL color Cylindrical-coordinate representation of color #25C3FF: hue angle of 196.51º 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 #25C3FF is Cyan = 0.85, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 195 | 255 | - |
| CMYK | 0.85 | 0.24 | 0 | 0 |
| HSL | 196.51º | 1% | 0.57% | - |
| HSV(B) | 196.51º | 0.85% | 1% | - |
| XYZ | 38.33 | 46.64 | 101.59 | - |
| YUV | 154.6 | 184.65 | 44.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 255 | 0.85 | 0.24 | 0 | 0 | 196.51 | 1 | 0.57 |
| Hex | 25 | C3 | FF | 55 | 18 | 0 | 0 | C5 | 64 | 39 |
| Octal | 45 | 303 | 377 | 125 | 30 | 0 | 0 | 305 | 144 | 71 |
| Binary | 100101 | 11000011 | 11111111 | 1010101 | 11000 | 0 | 0 | 11000101 | 1100100 | 111001 |
Color Harmonies of #25C3FF
Complementary color
Monochromatic Colors of #25C3FF
Black with #25C3FF
Text Example
Text Example
White with #25C3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C3FF; }
p { color: rgb(37,195,255); }
H1.HeaderClassName
{
color: #25C3FF;
}
.AnyTagClassName
{
color: #25C3FF;
}
</style>
background-color css
<style>
a { background-color: #25C3FF; }
a { background-color: rgb(37,195,255); }
div.DivClassName
{
background-color: #25C3FF;
}
.BgClassName
{
background-color: #25C3FF;
}
</style>
border-color css
<style>
span { border-color: #25C3FF; }
span { border-color: rgb(37,195,255); }
td.TdClassName
{
border-color: #25C3FF;
}
.TagClassName
{
border-color: #25C3FF;
}
</style>