Shades of Deep Sky Blue #25C3FD
Tints of Deep Sky Blue #25C3FD
RGB
CMYK
RGB Variations
Color information
#25C3FD (or 0x25C3FD) is known color: Deep Sky Blue. HEX triplet: 25, C3 and FD. RGB value is (37,195,253). Sum of RGB (Red+Green+Blue) = 37+195+253=485 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.63% from 485); Green value is 195 (76.56% from 255 or 40.21% from 485); Blue value is 253 (99.22% from 255 or 52.16% from 485); Max value from RGB is 253 - color contains mainly: blue. Hex color #25C3FD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25C3FD is #DA3C02. Grayscale: #999999. Windows color (decimal): -14302211 or 16630565. OLE color: 16630565.
HSL color Cylindrical-coordinate representation of color #25C3FD: hue angle of 196.11º degrees, saturation: 0.98, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25C3FD is Cyan = 0.85, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 195 | 253 | - |
| CMYK | 0.85 | 0.23 | 0 | 0.01 |
| HSL | 196.11º | 0.98% | 0.57% | - |
| HSV(B) | 196.11º | 0.85% | 0.99% | - |
| XYZ | 38.01 | 46.52 | 99.9 | - |
| YUV | 154.37 | 183.65 | 44.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 195 | 253 | 0.85 | 0.23 | 0 | 0.01 | 196.11 | 0.98 | 0.57 |
| Hex | 25 | C3 | FD | 55 | 17 | 0 | 1 | C4 | 62 | 39 |
| Octal | 45 | 303 | 375 | 125 | 27 | 0 | 1 | 304 | 142 | 71 |
| Binary | 100101 | 11000011 | 11111101 | 1010101 | 10111 | 0 | 1 | 11000100 | 1100010 | 111001 |
Color Harmonies of #25C3FD
Complementary color
Monochromatic Colors of #25C3FD
Black with #25C3FD
Text Example
Text Example
White with #25C3FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C3FD; }
p { color: rgb(37,195,253); }
H1.HeaderClassName
{
color: #25C3FD;
}
.AnyTagClassName
{
color: #25C3FD;
}
</style>
background-color css
<style>
a { background-color: #25C3FD; }
a { background-color: rgb(37,195,253); }
div.DivClassName
{
background-color: #25C3FD;
}
.BgClassName
{
background-color: #25C3FD;
}
</style>
border-color css
<style>
span { border-color: #25C3FD; }
span { border-color: rgb(37,195,253); }
td.TdClassName
{
border-color: #25C3FD;
}
.TagClassName
{
border-color: #25C3FD;
}
</style>