Shades of Deep Sky Blue #25D3FF
Tints of Deep Sky Blue #25D3FF
RGB
CMYK
RGB Variations
Color information
#25D3FF (or 0x25D3FF) is known color: Deep Sky Blue. HEX triplet: 25, D3 and FF. RGB value is (37,211,255). Sum of RGB (Red+Green+Blue) = 37+211+255=503 (66% of max value = 765). Red value is 37 (14.84% from 255 or 7.36% from 503); Green value is 211 (82.81% from 255 or 41.95% from 503); Blue value is 255 (100% from 255 or 50.70% from 503); Max value from RGB is 255 - color contains mainly: blue. Hex color #25D3FF is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25D3FF is #DA2C00. Grayscale: #A3A3A3. Windows color (decimal): -14298113 or 16765733. OLE color: 16765733.
HSL color Cylindrical-coordinate representation of color #25D3FF: hue angle of 192.11º 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 #25D3FF is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 37 | 211 | 255 | - |
| CMYK | 0.85 | 0.17 | 0 | 0 |
| HSL | 192.11º | 1% | 0.57% | - |
| HSV(B) | 192.11º | 0.85% | 1% | - |
| XYZ | 42.11 | 54.2 | 102.85 | - |
| YUV | 163.99 | 179.35 | 37.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 211 | 255 | 0.85 | 0.17 | 0 | 0 | 192.11 | 1 | 0.57 |
| Hex | 25 | D3 | FF | 55 | 11 | 0 | 0 | C0 | 64 | 39 |
| Octal | 45 | 323 | 377 | 125 | 21 | 0 | 0 | 300 | 144 | 71 |
| Binary | 100101 | 11010011 | 11111111 | 1010101 | 10001 | 0 | 0 | 11000000 | 1100100 | 111001 |
Color Harmonies of #25D3FF
Complementary color
Monochromatic Colors of #25D3FF
Black with #25D3FF
Text Example
Text Example
White with #25D3FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25D3FF; }
p { color: rgb(37,211,255); }
H1.HeaderClassName
{
color: #25D3FF;
}
.AnyTagClassName
{
color: #25D3FF;
}
</style>
background-color css
<style>
a { background-color: #25D3FF; }
a { background-color: rgb(37,211,255); }
div.DivClassName
{
background-color: #25D3FF;
}
.BgClassName
{
background-color: #25D3FF;
}
</style>
border-color css
<style>
span { border-color: #25D3FF; }
span { border-color: rgb(37,211,255); }
td.TdClassName
{
border-color: #25D3FF;
}
.TagClassName
{
border-color: #25D3FF;
}
</style>