Shades of Deep Sky Blue #25D0FE
Tints of Deep Sky Blue #25D0FE
RGB
CMYK
RGB Variations
Color information
#25D0FE (or 0x25D0FE) is known color: Deep Sky Blue. HEX triplet: 25, D0 and FE. RGB value is (37,208,254). Sum of RGB (Red+Green+Blue) = 37+208+254=499 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.41% from 499); Green value is 208 (81.64% from 255 or 41.68% from 499); Blue value is 254 (99.61% from 255 or 50.90% from 499); Max value from RGB is 254 - color contains mainly: blue. Hex color #25D0FE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D0FE is #DA2F01. Grayscale: #A1A1A1. Windows color (decimal): -14298882 or 16699429. OLE color: 16699429.
HSL color Cylindrical-coordinate representation of color #25D0FE: hue angle of 192.72º degrees, saturation: 0.99, lightness: 0.57%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25D0FE is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 37 | 208 | 254 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.00 |
| HSL | 192.72º | 0.99% | 0.57% | - |
| HSV(B) | 192.72º | 0.85% | 1% | - |
| XYZ | 41.21 | 52.66 | 101.76 | - |
| YUV | 162.12 | 179.85 | 38.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 208 | 254 | 0.85 | 0.18 | 0 | 0.00 | 192.72 | 0.99 | 0.57 |
| Hex | 25 | D0 | FE | 55 | 12 | 0 | 0 | C1 | 63 | 39 |
| Octal | 45 | 320 | 376 | 125 | 22 | 0 | 0 | 301 | 143 | 71 |
| Binary | 100101 | 11010000 | 11111110 | 1010101 | 10010 | 0 | 0 | 11000001 | 1100011 | 111001 |
Color Harmonies of #25D0FE
Complementary color
Monochromatic Colors of #25D0FE
Black with #25D0FE
Text Example
Text Example
White with #25D0FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D0FE; }
p { color: rgb(37,208,254); }
H1.HeaderClassName
{
color: #25D0FE;
}
.AnyTagClassName
{
color: #25D0FE;
}
</style>
background-color css
<style>
a { background-color: #25D0FE; }
a { background-color: rgb(37,208,254); }
div.DivClassName
{
background-color: #25D0FE;
}
.BgClassName
{
background-color: #25D0FE;
}
</style>
border-color css
<style>
span { border-color: #25D0FE; }
span { border-color: rgb(37,208,254); }
td.TdClassName
{
border-color: #25D0FE;
}
.TagClassName
{
border-color: #25D0FE;
}
</style>