Shades of Deep Sky Blue #25CCF8
Tints of Deep Sky Blue #25CCF8
RGB
CMYK
RGB Variations
Color information
#25CCF8 (or 0x25CCF8) is known color: Deep Sky Blue. HEX triplet: 25, CC and F8. RGB value is (37,204,248). Sum of RGB (Red+Green+Blue) = 37+204+248=489 (64% of max value = 765). Red value is 37 (14.84% from 255 or 7.57% from 489); Green value is 204 (80.08% from 255 or 41.72% from 489); Blue value is 248 (97.27% from 255 or 50.72% from 489); Max value from RGB is 248 - color contains mainly: blue. Hex color #25CCF8 is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #25CCF8 is #DA3307. Grayscale: #9E9E9E. Windows color (decimal): -14299912 or 16305189. OLE color: 16305189.
HSL color Cylindrical-coordinate representation of color #25CCF8: hue angle of 192.51º degrees, saturation: 0.94, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #25CCF8 is Cyan = 0.85, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 37 | 204 | 248 | - |
| CMYK | 0.85 | 0.18 | 0 | 0.03 |
| HSL | 192.51º | 0.94% | 0.56% | - |
| HSV(B) | 192.51º | 0.85% | 0.97% | - |
| XYZ | 39.3 | 50.36 | 96.46 | - |
| YUV | 159.08 | 178.17 | 40.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 204 | 248 | 0.85 | 0.18 | 0 | 0.03 | 192.51 | 0.94 | 0.56 |
| Hex | 25 | CC | F8 | 55 | 12 | 0 | 3 | C1 | 5E | 38 |
| Octal | 45 | 314 | 370 | 125 | 22 | 0 | 3 | 301 | 136 | 70 |
| Binary | 100101 | 11001100 | 11111000 | 1010101 | 10010 | 0 | 11 | 11000001 | 1011110 | 111000 |
Color Harmonies of #25CCF8
Complementary color
Monochromatic Colors of #25CCF8
Black with #25CCF8
Text Example
Text Example
White with #25CCF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25CCF8; }
p { color: rgb(37,204,248); }
H1.HeaderClassName
{
color: #25CCF8;
}
.AnyTagClassName
{
color: #25CCF8;
}
</style>
background-color css
<style>
a { background-color: #25CCF8; }
a { background-color: rgb(37,204,248); }
div.DivClassName
{
background-color: #25CCF8;
}
.BgClassName
{
background-color: #25CCF8;
}
</style>
border-color css
<style>
span { border-color: #25CCF8; }
span { border-color: rgb(37,204,248); }
td.TdClassName
{
border-color: #25CCF8;
}
.TagClassName
{
border-color: #25CCF8;
}
</style>