Shades of Summer Sky #25A8D7
Tints of Summer Sky #25A8D7
RGB
CMYK
RGB Variations
Color information
#25A8D7 (or 0x25A8D7) is known color: Summer Sky. HEX triplet: 25, A8 and D7. RGB value is (37,168,215). Sum of RGB (Red+Green+Blue) = 37+168+215=420 (55% of max value = 765). Red value is 37 (14.84% from 255 or 8.81% from 420); Green value is 168 (66.02% from 255 or 40% from 420); Blue value is 215 (84.38% from 255 or 51.19% from 420); Max value from RGB is 215 - color contains mainly: blue. Hex color #25A8D7 is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A8D7 is #DA5728. Grayscale: #858585. Windows color (decimal): -14309161 or 14133285. OLE color: 14133285.
HSL color Cylindrical-coordinate representation of color #25A8D7: hue angle of 195.84º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #25A8D7 is Cyan = 0.83, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 37 | 168 | 215 | - |
| CMYK | 0.83 | 0.22 | 0 | 0.16 |
| HSL | 195.84º | 0.71% | 0.49% | - |
| HSV(B) | 195.84º | 0.83% | 0.84% | - |
| XYZ | 27.03 | 33.3 | 69.29 | - |
| YUV | 134.19 | 173.6 | 58.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 168 | 215 | 0.83 | 0.22 | 0 | 0.16 | 195.84 | 0.71 | 0.49 |
| Hex | 25 | A8 | D7 | 53 | 16 | 0 | 10 | C4 | 47 | 31 |
| Octal | 45 | 250 | 327 | 123 | 26 | 0 | 20 | 304 | 107 | 61 |
| Binary | 100101 | 10101000 | 11010111 | 1010011 | 10110 | 0 | 10000 | 11000100 | 1000111 | 110001 |
Color Harmonies of #25A8D7
Complementary color
Monochromatic Colors of #25A8D7
Black with #25A8D7
Text Example
Text Example
White with #25A8D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A8D7; }
p { color: rgb(37,168,215); }
H1.HeaderClassName
{
color: #25A8D7;
}
.AnyTagClassName
{
color: #25A8D7;
}
</style>
background-color css
<style>
a { background-color: #25A8D7; }
a { background-color: rgb(37,168,215); }
div.DivClassName
{
background-color: #25A8D7;
}
.BgClassName
{
background-color: #25A8D7;
}
</style>
border-color css
<style>
span { border-color: #25A8D7; }
span { border-color: rgb(37,168,215); }
td.TdClassName
{
border-color: #25A8D7;
}
.TagClassName
{
border-color: #25A8D7;
}
</style>