Shades of Deep Sky Blue #25CEF9
Tints of Deep Sky Blue #25CEF9
RGB
CMYK
RGB Variations
Color information
#25CEF9 (or 0x25CEF9) is known color: Deep Sky Blue. HEX triplet: 25, CE and F9. RGB value is (37,206,249). Sum of RGB (Red+Green+Blue) = 37+206+249=492 (65% of max value = 765). Red value is 37 (14.84% from 255 or 7.52% from 492); Green value is 206 (80.86% from 255 or 41.87% from 492); Blue value is 249 (97.66% from 255 or 50.61% from 492); Max value from RGB is 249 - color contains mainly: blue. Hex color #25CEF9 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CEF9 is #DA3106. Grayscale: #A0A0A0. Windows color (decimal): -14299399 or 16371237. OLE color: 16371237.
HSL color Cylindrical-coordinate representation of color #25CEF9: hue angle of 192.17º degrees, saturation: 0.95, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CEF9 is Cyan = 0.85, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 37 | 206 | 249 | - |
| CMYK | 0.85 | 0.17 | 0 | 0.02 |
| HSL | 192.17º | 0.95% | 0.56% | - |
| HSV(B) | 192.17º | 0.85% | 0.98% | - |
| XYZ | 39.93 | 51.38 | 97.43 | - |
| YUV | 160.37 | 178.01 | 40 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 206 | 249 | 0.85 | 0.17 | 0 | 0.02 | 192.17 | 0.95 | 0.56 |
| Hex | 25 | CE | F9 | 55 | 11 | 0 | 2 | C0 | 5F | 38 |
| Octal | 45 | 316 | 371 | 125 | 21 | 0 | 2 | 300 | 137 | 70 |
| Binary | 100101 | 11001110 | 11111001 | 1010101 | 10001 | 0 | 10 | 11000000 | 1011111 | 111000 |
Color Harmonies of #25CEF9
Complementary color
Monochromatic Colors of #25CEF9
Black with #25CEF9
Text Example
Text Example
White with #25CEF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CEF9; }
p { color: rgb(37,206,249); }
H1.HeaderClassName
{
color: #25CEF9;
}
.AnyTagClassName
{
color: #25CEF9;
}
</style>
background-color css
<style>
a { background-color: #25CEF9; }
a { background-color: rgb(37,206,249); }
div.DivClassName
{
background-color: #25CEF9;
}
.BgClassName
{
background-color: #25CEF9;
}
</style>
border-color css
<style>
span { border-color: #25CEF9; }
span { border-color: rgb(37,206,249); }
td.TdClassName
{
border-color: #25CEF9;
}
.TagClassName
{
border-color: #25CEF9;
}
</style>