Shades of Summer Sky #25A0CF
Tints of Summer Sky #25A0CF
RGB
CMYK
RGB Variations
Color information
#25A0CF (or 0x25A0CF) is known color: Summer Sky. HEX triplet: 25, A0 and CF. RGB value is (37,160,207). Sum of RGB (Red+Green+Blue) = 37+160+207=404 (53% of max value = 765). Red value is 37 (14.84% from 255 or 9.16% from 404); Green value is 160 (62.89% from 255 or 39.60% from 404); Blue value is 207 (81.25% from 255 or 51.24% from 404); Max value from RGB is 207 - color contains mainly: blue. Hex color #25A0CF is not a web safe color. Web safe color analog (approx): #3399CC. Inversed color of #25A0CF is #DA5F30. Grayscale: #808080. Windows color (decimal): -14311217 or 13606949. OLE color: 13606949.
HSL color Cylindrical-coordinate representation of color #25A0CF: hue angle of 196.59º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #25A0CF is Cyan = 0.82, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 160 | 207 | - |
| CMYK | 0.82 | 0.23 | 0 | 0.19 |
| HSL | 196.59º | 0.7% | 0.48% | - |
| HSV(B) | 196.59º | 0.82% | 0.81% | - |
| XYZ | 24.6 | 30.04 | 63.53 | - |
| YUV | 128.58 | 172.25 | 62.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 160 | 207 | 0.82 | 0.23 | 0 | 0.19 | 196.59 | 0.7 | 0.48 |
| Hex | 25 | A0 | CF | 52 | 17 | 0 | 13 | C5 | 46 | 30 |
| Octal | 45 | 240 | 317 | 122 | 27 | 0 | 23 | 305 | 106 | 60 |
| Binary | 100101 | 10100000 | 11001111 | 1010010 | 10111 | 0 | 10011 | 11000101 | 1000110 | 110000 |
Color Harmonies of #25A0CF
Complementary color
Monochromatic Colors of #25A0CF
Black with #25A0CF
Text Example
Text Example
White with #25A0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25A0CF; }
p { color: rgb(37,160,207); }
H1.HeaderClassName
{
color: #25A0CF;
}
.AnyTagClassName
{
color: #25A0CF;
}
</style>
background-color css
<style>
a { background-color: #25A0CF; }
a { background-color: rgb(37,160,207); }
div.DivClassName
{
background-color: #25A0CF;
}
.BgClassName
{
background-color: #25A0CF;
}
</style>
border-color css
<style>
span { border-color: #25A0CF; }
span { border-color: rgb(37,160,207); }
td.TdClassName
{
border-color: #25A0CF;
}
.TagClassName
{
border-color: #25A0CF;
}
</style>