Shades of Summer Sky #25C0CF
Tints of Summer Sky #25C0CF
RGB
CMYK
RGB Variations
Color information
#25C0CF (or 0x25C0CF) is known color: Summer Sky. HEX triplet: 25, C0 and CF. RGB value is (37,192,207). Sum of RGB (Red+Green+Blue) = 37+192+207=436 (57% of max value = 765). Red value is 37 (14.84% from 255 or 8.49% from 436); Green value is 192 (75.39% from 255 or 44.04% from 436); Blue value is 207 (81.25% from 255 or 47.48% from 436); Max value from RGB is 207 - color contains mainly: blue. Hex color #25C0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #25C0CF is #DA3F30. Grayscale: #939393. Windows color (decimal): -14303025 or 13615141. OLE color: 13615141.
HSL color Cylindrical-coordinate representation of color #25C0CF: hue angle of 185.29º 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 #25C0CF is Cyan = 0.82, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 37 | 192 | 207 | - |
| CMYK | 0.82 | 0.07 | 0 | 0.19 |
| HSL | 185.29º | 0.7% | 0.48% | - |
| HSV(B) | 185.29º | 0.82% | 0.81% | - |
| XYZ | 30.88 | 42.6 | 65.63 | - |
| YUV | 147.37 | 161.65 | 49.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 37 | 192 | 207 | 0.82 | 0.07 | 0 | 0.19 | 185.29 | 0.7 | 0.48 |
| Hex | 25 | C0 | CF | 52 | 7 | 0 | 13 | B9 | 46 | 30 |
| Octal | 45 | 300 | 317 | 122 | 7 | 0 | 23 | 271 | 106 | 60 |
| Binary | 100101 | 11000000 | 11001111 | 1010010 | 111 | 0 | 10011 | 10111001 | 1000110 | 110000 |
Color Harmonies of #25C0CF
Complementary color
Monochromatic Colors of #25C0CF
Black with #25C0CF
Text Example
Text Example
White with #25C0CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #25C0CF; }
p { color: rgb(37,192,207); }
H1.HeaderClassName
{
color: #25C0CF;
}
.AnyTagClassName
{
color: #25C0CF;
}
</style>
background-color css
<style>
a { background-color: #25C0CF; }
a { background-color: rgb(37,192,207); }
div.DivClassName
{
background-color: #25C0CF;
}
.BgClassName
{
background-color: #25C0CF;
}
</style>
border-color css
<style>
span { border-color: #25C0CF; }
span { border-color: rgb(37,192,207); }
td.TdClassName
{
border-color: #25C0CF;
}
.TagClassName
{
border-color: #25C0CF;
}
</style>