Shades of Deep Sky Blue #25CEFD
Tints of Deep Sky Blue #25CEFD
RGB
CMYK
RGB Variations
Color information
#25CEFD (or 0x25CEFD) is known color: Deep Sky Blue. HEX triplet: 25, CE and FD. RGB value is (37,206,253). Sum of RGB (Red+Green+Blue) = 37+206+253=496 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.46% from 496); Green value is 206 (80.86% from 255 or 41.53% from 496); Blue value is 253 (99.22% from 255 or 51.01% from 496); Max value from RGB is 253 - color contains mainly: blue. Hex color #25CEFD is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CEFD is #DA3102. Grayscale: #A0A0A0. Windows color (decimal): -14299395 or 16633381. OLE color: 16633381.
HSL color Cylindrical-coordinate representation of color #25CEFD: hue angle of 193.06º 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 #25CEFD is Cyan = 0.85, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 37 | 206 | 253 | - |
| CMYK | 0.85 | 0.19 | 0 | 0.01 |
| HSL | 193.06º | 0.98% | 0.57% | - |
| HSV(B) | 193.06º | 0.85% | 0.99% | - |
| XYZ | 40.56 | 51.63 | 100.76 | - |
| YUV | 160.83 | 180.01 | 39.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 253 | 0.85 | 0.19 | 0 | 0.01 | 193.06 | 0.98 | 0.57 |
| Hex | 25 | CE | FD | 55 | 13 | 0 | 1 | C1 | 62 | 39 |
| Octal | 45 | 316 | 375 | 125 | 23 | 0 | 1 | 301 | 142 | 71 |
| Binary | 100101 | 11001110 | 11111101 | 1010101 | 10011 | 0 | 1 | 11000001 | 1100010 | 111001 |
Color Harmonies of #25CEFD
Complementary color
Monochromatic Colors of #25CEFD
Black with #25CEFD
Text Example
Text Example
White with #25CEFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEFD; }
p { color: rgb(37,206,253); }
H1.HeaderClassName
{
color: #25CEFD;
}
.AnyTagClassName
{
color: #25CEFD;
}
</style>
background-color css
<style>
a { background-color: #25CEFD; }
a { background-color: rgb(37,206,253); }
div.DivClassName
{
background-color: #25CEFD;
}
.BgClassName
{
background-color: #25CEFD;
}
</style>
border-color css
<style>
span { border-color: #25CEFD; }
span { border-color: rgb(37,206,253); }
td.TdClassName
{
border-color: #25CEFD;
}
.TagClassName
{
border-color: #25CEFD;
}
</style>